VMware GemFire Java API Reference
Class DiskStore
- java.lang.Object
-
- org.apache.geode.management.configuration.AbstractConfiguration<R>
-
- org.apache.geode.management.configuration.GroupableConfiguration<DiskStoreInfo>
-
- org.apache.geode.management.configuration.DiskStore
-
- All Implemented Interfaces:
Serializable,Identifiable<String>,JsonSerializable
@Experimental public class DiskStore extends GroupableConfiguration<DiskStoreInfo>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDISK_STORE_CONFIG_ENDPOINT-
Fields inherited from class org.apache.geode.management.configuration.AbstractConfiguration
CLUSTER
-
-
Constructor Summary
Constructors Constructor Description DiskStore()
-
Method Summary
-
Methods inherited from class org.apache.geode.management.configuration.GroupableConfiguration
getGroup, setGroup
-
Methods inherited from class org.apache.geode.management.configuration.AbstractConfiguration
getCreationCommandType, getGroupName, isCluster, isGlobalRuntime
-
-
-
-
Field Detail
-
DISK_STORE_CONFIG_ENDPOINT
public static final String DISK_STORE_CONFIG_ENDPOINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
isAutoCompact
public Boolean isAutoCompact()
-
setAutoCompact
public void setAutoCompact(Boolean autoCompact)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getId
public String getId()
Description copied from class:AbstractConfigurationReturns the attribute of the configuration that uniquely identifies it- Specified by:
getIdin interfaceIdentifiable<String>- Specified by:
getIdin classAbstractConfiguration<DiskStoreInfo>- Returns:
- an identifier uniquely identifying this Object.
-
getCompactionThreshold
public Integer getCompactionThreshold()
-
setCompactionThreshold
public void setCompactionThreshold(Integer compactionThreshold)
-
getDiskUsageCriticalPercentage
public Float getDiskUsageCriticalPercentage()
-
setDiskUsageCriticalPercentage
public void setDiskUsageCriticalPercentage(Float diskUsageCriticalPercentage)
-
getDiskUsageWarningPercentage
public Float getDiskUsageWarningPercentage()
-
setDiskUsageWarningPercentage
public void setDiskUsageWarningPercentage(Float diskUsageWarningPercentage)
-
getMaxOplogSizeInBytes
public Long getMaxOplogSizeInBytes()
-
setMaxOplogSizeInBytes
public void setMaxOplogSizeInBytes(Long maxOplogSize)
-
getQueueSize
public Integer getQueueSize()
-
setQueueSize
public void setQueueSize(Integer queueSize)
-
getTimeInterval
public Long getTimeInterval()
-
setTimeInterval
public void setTimeInterval(Long timeInterval)
-
getWriteBufferSize
public Integer getWriteBufferSize()
-
setWriteBufferSize
public void setWriteBufferSize(Integer writeBufferSize)
-
isAllowForceCompaction
public Boolean isAllowForceCompaction()
-
setAllowForceCompaction
public void setAllowForceCompaction(Boolean allowForceCompaction)
-
getLinks
public Links getLinks()
- Specified by:
getLinksin classAbstractConfiguration<DiskStoreInfo>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classGroupableConfiguration<DiskStoreInfo>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGroupableConfiguration<DiskStoreInfo>
-
-