Spring Boot for VMware GemFire
Class DiskStoreProperties.StoreProperties
java.lang.Object
org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
- Enclosing class:
- DiskStoreProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintfloatfloatlongintlongintbooleanbooleanvoidsetAllowForceCompaction(boolean allowForceCompaction) voidsetAutoCompact(boolean autoCompact) voidsetCompactionThreshold(int compactionThreshold) voidsetDirectory(DiskStoreProperties.DirectoryProperties[] directoryProperties) voidsetDiskUsageCriticalPercentage(float diskUsageCriticalPercentage) voidsetDiskUsageWarningPercentage(float diskUsageWarningPercentage) voidsetMaxOplogSize(long maxOplogSize) voidsetQueueSize(int queueSize) voidsetTimeInterval(long timeInterval) voidsetWriteBufferSize(int writeBufferSize)
-
Constructor Details
-
StoreProperties
public StoreProperties()
-
-
Method Details
-
isAllowForceCompaction
public boolean isAllowForceCompaction() -
setAllowForceCompaction
public void setAllowForceCompaction(boolean allowForceCompaction) -
isAutoCompact
public boolean isAutoCompact() -
setAutoCompact
public void setAutoCompact(boolean autoCompact) -
getCompactionThreshold
public int getCompactionThreshold() -
setCompactionThreshold
public void setCompactionThreshold(int compactionThreshold) -
getDirectory
-
setDirectory
-
getDiskUsageCriticalPercentage
public float getDiskUsageCriticalPercentage() -
setDiskUsageCriticalPercentage
public void setDiskUsageCriticalPercentage(float diskUsageCriticalPercentage) -
getDiskUsageWarningPercentage
public float getDiskUsageWarningPercentage() -
setDiskUsageWarningPercentage
public void setDiskUsageWarningPercentage(float diskUsageWarningPercentage) -
getMaxOplogSize
public long getMaxOplogSize() -
setMaxOplogSize
public void setMaxOplogSize(long maxOplogSize) -
getQueueSize
public int getQueueSize() -
setQueueSize
public void setQueueSize(int queueSize) -
getTimeInterval
public long getTimeInterval() -
setTimeInterval
public void setTimeInterval(long timeInterval) -
getWriteBufferSize
public int getWriteBufferSize() -
setWriteBufferSize
public void setWriteBufferSize(int writeBufferSize)
-