Class DiskStoreProperties.StoreProperties

java.lang.Object
org.springframework.geode.boot.autoconfigure.configuration.support.DiskStoreProperties.StoreProperties
Enclosing class:
DiskStoreProperties

public static class DiskStoreProperties.StoreProperties extends Object
  • 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

      public DiskStoreProperties.DirectoryProperties[] getDirectory()
    • setDirectory

      public void setDirectory(DiskStoreProperties.DirectoryProperties[] directoryProperties)
    • 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)