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-with-prop-subst"/>
</all>
<attribute name="batch-size" use="required" type="{http://www.ehcache.org/v3}propertyOrPositiveInteger" />
<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 TimeTypeWithPropSubst |
maxWriteDelay |
| Constructor and Description |
|---|
Batching() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getBatchSize()
Gets the value of the batchSize property.
|
TimeTypeWithPropSubst |
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(TimeTypeWithPropSubst 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(TimeTypeWithPropSubst value) |
protected TimeTypeWithPropSubst maxWriteDelay
protected java.math.BigInteger batchSize
protected java.lang.Boolean coalesce
public TimeTypeWithPropSubst getMaxWriteDelay()
TimeTypeWithPropSubstpublic void setMaxWriteDelay(TimeTypeWithPropSubst value)
value - allowed object is
TimeTypeWithPropSubstpublic java.math.BigInteger getBatchSize()
Stringpublic void setBatchSize(java.math.BigInteger value)
value - allowed object is
Stringpublic boolean isCoalesce()
Booleanpublic void setCoalesce(java.lang.Boolean value)
value - allowed object is
Booleanpublic CacheLoaderWriterType.WriteBehind.Batching withMaxWriteDelay(TimeTypeWithPropSubst value)
public CacheLoaderWriterType.WriteBehind.Batching withBatchSize(java.math.BigInteger value)
public CacheLoaderWriterType.WriteBehind.Batching withCoalesce(java.lang.Boolean value)