|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.xml.model.CacheLoaderWriterType.WriteBehind.Batching
public static class CacheLoaderWriterType.WriteBehind.Batching
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>
| Field Summary | |
|---|---|
protected java.math.BigInteger |
batchSize
|
protected java.lang.Boolean |
coalesce
|
protected TimeType |
maxWriteDelay
|
| Constructor Summary | |
|---|---|
CacheLoaderWriterType.WriteBehind.Batching()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TimeType maxWriteDelay
protected java.math.BigInteger batchSize
protected java.lang.Boolean coalesce
| Constructor Detail |
|---|
public CacheLoaderWriterType.WriteBehind.Batching()
| Method Detail |
|---|
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
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||