public class DiskStoreSettingsType
extends java.lang.Object
Java class for disk-store-settings-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="disk-store-settings-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="thread-pool" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="writer-concurrency" type="{http://www.ehcache.org/v3}propertyOrPositiveInteger" default="1" />
<attribute name="disk-segments" type="{http://www.ehcache.org/v3}propertyOrPositiveInteger" default="16" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
diskSegments |
protected java.lang.String |
threadPool |
protected java.math.BigInteger |
writerConcurrency |
| Constructor and Description |
|---|
DiskStoreSettingsType() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getDiskSegments()
Gets the value of the diskSegments property.
|
java.lang.String |
getThreadPool()
Gets the value of the threadPool property.
|
java.math.BigInteger |
getWriterConcurrency()
Gets the value of the writerConcurrency property.
|
void |
setDiskSegments(java.math.BigInteger value)
Sets the value of the diskSegments property.
|
void |
setThreadPool(java.lang.String value)
Sets the value of the threadPool property.
|
void |
setWriterConcurrency(java.math.BigInteger value)
Sets the value of the writerConcurrency property.
|
DiskStoreSettingsType |
withDiskSegments(java.math.BigInteger value) |
DiskStoreSettingsType |
withThreadPool(java.lang.String value) |
DiskStoreSettingsType |
withWriterConcurrency(java.math.BigInteger value) |
protected java.lang.String threadPool
protected java.math.BigInteger writerConcurrency
protected java.math.BigInteger diskSegments
public java.lang.String getThreadPool()
Stringpublic void setThreadPool(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getWriterConcurrency()
Stringpublic void setWriterConcurrency(java.math.BigInteger value)
value - allowed object is
Stringpublic java.math.BigInteger getDiskSegments()
Stringpublic void setDiskSegments(java.math.BigInteger value)
value - allowed object is
Stringpublic DiskStoreSettingsType withThreadPool(java.lang.String value)
public DiskStoreSettingsType withWriterConcurrency(java.math.BigInteger value)
public DiskStoreSettingsType withDiskSegments(java.math.BigInteger value)