org.ehcache.config.xml.model
Class CacheIntegrationType.WriteBehind.Batching

java.lang.Object
  extended by org.ehcache.config.xml.model.CacheIntegrationType.WriteBehind.Batching
Enclosing class:
CacheIntegrationType.WriteBehind

public static class CacheIntegrationType.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>
 


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

maxWriteDelay

protected TimeType maxWriteDelay

batchSize

protected java.math.BigInteger batchSize

coalesce

protected java.lang.Boolean coalesce
Constructor Detail

CacheIntegrationType.WriteBehind.Batching

public CacheIntegrationType.WriteBehind.Batching()
Method Detail

getMaxWriteDelay

public TimeType getMaxWriteDelay()
Gets the value of the maxWriteDelay property.

Returns:
possible object is TimeType

setMaxWriteDelay

public void setMaxWriteDelay(TimeType value)
Sets the value of the maxWriteDelay property.

Parameters:
value - allowed object is TimeType

getBatchSize

public java.math.BigInteger getBatchSize()
Gets the value of the batchSize property.

Returns:
possible object is BigInteger

setBatchSize

public void setBatchSize(java.math.BigInteger value)
Sets the value of the batchSize property.

Parameters:
value - allowed object is BigInteger

isCoalesce

public boolean isCoalesce()
Gets the value of the coalesce property.

Returns:
possible object is Boolean

setCoalesce

public void setCoalesce(java.lang.Boolean value)
Sets the value of the coalesce property.

Parameters:
value - allowed object is Boolean