@Experimental public class DiskStore extends GroupableConfiguration<DiskStoreInfo>
Modifier and Type | Field and Description |
---|---|
static String |
DISK_STORE_CONFIG_ENDPOINT |
CLUSTER
Constructor and Description |
---|
DiskStore() |
getGroup, setGroup
getCreationCommandType, getGroupName, isCluster, isGlobalRuntime
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
exists, find, remove
public static final String DISK_STORE_CONFIG_ENDPOINT
public Boolean isAutoCompact()
public void setAutoCompact(Boolean autoCompact)
public String getName()
public void setName(String name)
public String getId()
AbstractConfiguration
getId
in interface Identifiable<String>
getId
in class AbstractConfiguration<DiskStoreInfo>
public Integer getCompactionThreshold()
public void setCompactionThreshold(Integer compactionThreshold)
public Float getDiskUsageCriticalPercentage()
public void setDiskUsageCriticalPercentage(Float diskUsageCriticalPercentage)
public Float getDiskUsageWarningPercentage()
public void setDiskUsageWarningPercentage(Float diskUsageWarningPercentage)
public Long getMaxOplogSizeInBytes()
public void setMaxOplogSizeInBytes(Long maxOplogSize)
public Integer getQueueSize()
public void setQueueSize(Integer queueSize)
public Long getTimeInterval()
public void setTimeInterval(Long timeInterval)
public Integer getWriteBufferSize()
public void setWriteBufferSize(Integer writeBufferSize)
public Boolean isAllowForceCompaction()
public void setAllowForceCompaction(Boolean allowForceCompaction)
public Links getLinks()
getLinks
in class AbstractConfiguration<DiskStoreInfo>
public boolean equals(Object o)
equals
in class GroupableConfiguration<DiskStoreInfo>
public int hashCode()
hashCode
in class GroupableConfiguration<DiskStoreInfo>