public interface HDFSStoreMutator
HDFSStore
's
behavior. Instances of this interface are created using
HDFSStore.createHdfsStoreMutator()
and applied using
HDFSStore.alter(com.gemstone.gemfire.cache.hdfs.HDFSStoreMutator)
HDFSStoreMutator setWriteOnlyFileRolloverSize(int maxFileSize)
int getWriteOnlyFileRolloverSize()
HDFSStoreMutator setWriteOnlyFileRolloverInterval(int interval)
int getWriteOnlyFileRolloverInterval()
java.lang.Boolean getMinorCompaction()
HDFSStoreMutator setMinorCompaction(boolean auto)
HDFSStoreMutator setMinorCompactionThreads(int count)
int getMinorCompactionThreads()
HDFSStoreMutator setMajorCompaction(boolean auto)
java.lang.Boolean getMajorCompaction()
HDFSStoreMutator setMajorCompactionInterval(int interval)
int getMajorCompactionInterval()
HDFSStoreMutator setMajorCompactionThreads(int count)
int getMajorCompactionThreads()
HDFSStoreMutator setInputFileSizeMax(int size)
int getInputFileSizeMax()
HDFSStoreMutator setInputFileCountMin(int count)
int getInputFileCountMin()
HDFSStoreMutator setInputFileCountMax(int count)
int getInputFileCountMax()
HDFSStoreMutator setPurgeInterval(int interval)
int getPurgeInterval()
int getBatchSize()
HDFSStoreMutator setBatchSize(int size)
int getBatchInterval()
HDFSStoreMutator setBatchInterval(int interval)