public static class CacheLoaderWriterType.WriteBehind.Batching
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="max-write-delay" type="{http://www.ehcache.org/v3}time-type"/>
</all>
<attribute name="batch-size" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="coalesce" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
batchSize |
protected java.lang.Boolean |
coalesce |
protected TimeType |
maxWriteDelay |
| Constructor and Description |
|---|
Batching() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getBatchSize()
Gets the value of the batchSize property.
|
TimeType |
getMaxWriteDelay()
Gets the value of the maxWriteDelay property.
|
boolean |
isCoalesce()
Gets the value of the coalesce property.
|
void |
setBatchSize(java.math.BigInteger value)
Sets the value of the batchSize property.
|
void |
setCoalesce(java.lang.Boolean value)
Sets the value of the coalesce property.
|
void |
setMaxWriteDelay(TimeType value)
Sets the value of the maxWriteDelay property.
|
CacheLoaderWriterType.WriteBehind.Batching |
withBatchSize(java.math.BigInteger value) |
CacheLoaderWriterType.WriteBehind.Batching |
withCoalesce(java.lang.Boolean value) |
CacheLoaderWriterType.WriteBehind.Batching |
withMaxWriteDelay(TimeType value) |
protected TimeType maxWriteDelay
protected java.math.BigInteger batchSize
protected java.lang.Boolean coalesce
public TimeType getMaxWriteDelay()
TimeTypepublic void setMaxWriteDelay(TimeType value)
value - allowed object is
TimeTypepublic java.math.BigInteger getBatchSize()
BigIntegerpublic void setBatchSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isCoalesce()
Booleanpublic void setCoalesce(java.lang.Boolean value)
value - allowed object is
Booleanpublic CacheLoaderWriterType.WriteBehind.Batching withMaxWriteDelay(TimeType value)
public CacheLoaderWriterType.WriteBehind.Batching withBatchSize(java.math.BigInteger value)
public CacheLoaderWriterType.WriteBehind.Batching withCoalesce(java.lang.Boolean value)