|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.config.xml.model.CacheIntegrationType.WriteBehind.Batching
public static class CacheIntegrationType.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 | |
---|---|
CacheIntegrationType.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 CacheIntegrationType.WriteBehind.Batching()
Method Detail |
---|
public TimeType getMaxWriteDelay()
TimeType
public void setMaxWriteDelay(TimeType value)
value
- allowed object is
TimeType
public java.math.BigInteger getBatchSize()
BigInteger
public void setBatchSize(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isCoalesce()
Boolean
public 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 |