@Experimental public class DiskStoreType extends java.lang.Object
Java class for disk-store-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="disk-store-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="disk-dirs" type="{http://geode.apache.org/schema/cache}disk-dirs-type" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="auto-compact" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="compaction-threshold" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="allow-force-compaction" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="max-oplog-size" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time-interval" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="write-buffer-size" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="queue-size" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="disk-usage-warning-percentage" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="disk-usage-critical-percentage" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
allowForceCompaction |
protected java.lang.Boolean |
autoCompact |
protected java.lang.String |
compactionThreshold |
protected DiskDirsType |
diskDirs |
protected java.lang.String |
diskUsageCriticalPercentage |
protected java.lang.String |
diskUsageWarningPercentage |
protected java.lang.String |
maxOplogSize |
protected java.lang.String |
name |
protected java.lang.String |
queueSize |
protected java.lang.String |
timeInterval |
protected java.lang.String |
writeBufferSize |
| Constructor and Description |
|---|
DiskStoreType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompactionThreshold()
Gets the value of the compactionThreshold property.
|
DiskDirsType |
getDiskDirs()
Gets the value of the diskDirs property.
|
java.lang.String |
getDiskUsageCriticalPercentage()
Gets the value of the diskUsageCriticalPercentage property.
|
java.lang.String |
getDiskUsageWarningPercentage()
Gets the value of the diskUsageWarningPercentage property.
|
java.lang.String |
getMaxOplogSize()
Gets the value of the maxOplogSize property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getQueueSize()
Gets the value of the queueSize property.
|
java.lang.String |
getTimeInterval()
Gets the value of the timeInterval property.
|
java.lang.String |
getWriteBufferSize()
Gets the value of the writeBufferSize property.
|
java.lang.Boolean |
isAllowForceCompaction()
Gets the value of the allowForceCompaction property.
|
java.lang.Boolean |
isAutoCompact()
Gets the value of the autoCompact property.
|
void |
setAllowForceCompaction(java.lang.Boolean value)
Sets the value of the allowForceCompaction property.
|
void |
setAutoCompact(java.lang.Boolean value)
Sets the value of the autoCompact property.
|
void |
setCompactionThreshold(java.lang.String value)
Sets the value of the compactionThreshold property.
|
void |
setDiskDirs(DiskDirsType value)
Sets the value of the diskDirs property.
|
void |
setDiskUsageCriticalPercentage(java.lang.String value)
Sets the value of the diskUsageCriticalPercentage property.
|
void |
setDiskUsageWarningPercentage(java.lang.String value)
Sets the value of the diskUsageWarningPercentage property.
|
void |
setMaxOplogSize(java.lang.String value)
Sets the value of the maxOplogSize property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setQueueSize(java.lang.String value)
Sets the value of the queueSize property.
|
void |
setTimeInterval(java.lang.String value)
Sets the value of the timeInterval property.
|
void |
setWriteBufferSize(java.lang.String value)
Sets the value of the writeBufferSize property.
|
protected DiskDirsType diskDirs
protected java.lang.String name
protected java.lang.Boolean autoCompact
protected java.lang.String compactionThreshold
protected java.lang.Boolean allowForceCompaction
protected java.lang.String maxOplogSize
protected java.lang.String timeInterval
protected java.lang.String writeBufferSize
protected java.lang.String queueSize
protected java.lang.String diskUsageWarningPercentage
protected java.lang.String diskUsageCriticalPercentage
public DiskDirsType getDiskDirs()
DiskDirsTypepublic void setDiskDirs(DiskDirsType value)
value - allowed object is
DiskDirsTypepublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isAutoCompact()
Booleanpublic void setAutoCompact(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getCompactionThreshold()
Stringpublic void setCompactionThreshold(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isAllowForceCompaction()
Booleanpublic void setAllowForceCompaction(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getMaxOplogSize()
Stringpublic void setMaxOplogSize(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimeInterval()
Stringpublic void setTimeInterval(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWriteBufferSize()
Stringpublic void setWriteBufferSize(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQueueSize()
Stringpublic void setQueueSize(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDiskUsageWarningPercentage()
Stringpublic void setDiskUsageWarningPercentage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDiskUsageCriticalPercentage()
Stringpublic void setDiskUsageCriticalPercentage(java.lang.String value)
value - allowed object is
String