|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.config.xml.model.CacheIntegration.Writebehind
public static class CacheIntegration.Writebehind
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"> <sequence> <element name="retry" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="attempts" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> <attribute name="delay" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="concurrency" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="1" /> <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="2147483647" /> <attribute name="coalesce" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="ratelimitpersecond" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="2147483647" /> <attribute name="minWriteDelay" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="0" /> <attribute name="maxWriteDelay" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="2147483647" /> <attribute name="batchsize" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="1" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
CacheIntegration.Writebehind.Retry
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.math.BigInteger |
batchsize
|
protected java.lang.Boolean |
coalesce
|
protected java.math.BigInteger |
concurrency
|
protected java.math.BigInteger |
maxWriteDelay
|
protected java.math.BigInteger |
minWriteDelay
|
protected java.math.BigInteger |
ratelimitpersecond
|
protected CacheIntegration.Writebehind.Retry |
retry
|
protected java.math.BigInteger |
size
|
Constructor Summary | |
---|---|
CacheIntegration.Writebehind()
|
Method Summary | |
---|---|
java.math.BigInteger |
getBatchsize()
Gets the value of the batchsize property. |
java.math.BigInteger |
getConcurrency()
Gets the value of the concurrency property. |
java.math.BigInteger |
getMaxWriteDelay()
Gets the value of the maxWriteDelay property. |
java.math.BigInteger |
getMinWriteDelay()
Gets the value of the minWriteDelay property. |
java.math.BigInteger |
getRatelimitpersecond()
Gets the value of the ratelimitpersecond property. |
CacheIntegration.Writebehind.Retry |
getRetry()
Gets the value of the retry property. |
java.math.BigInteger |
getSize()
Gets the value of the size 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 |
setConcurrency(java.math.BigInteger value)
Sets the value of the concurrency property. |
void |
setMaxWriteDelay(java.math.BigInteger value)
Sets the value of the maxWriteDelay property. |
void |
setMinWriteDelay(java.math.BigInteger value)
Sets the value of the minWriteDelay property. |
void |
setRatelimitpersecond(java.math.BigInteger value)
Sets the value of the ratelimitpersecond property. |
void |
setRetry(CacheIntegration.Writebehind.Retry value)
Sets the value of the retry property. |
void |
setSize(java.math.BigInteger value)
Sets the value of the size property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CacheIntegration.Writebehind.Retry retry
protected java.math.BigInteger concurrency
protected java.math.BigInteger size
protected java.lang.Boolean coalesce
protected java.math.BigInteger ratelimitpersecond
protected java.math.BigInteger minWriteDelay
protected java.math.BigInteger maxWriteDelay
protected java.math.BigInteger batchsize
Constructor Detail |
---|
public CacheIntegration.Writebehind()
Method Detail |
---|
public CacheIntegration.Writebehind.Retry getRetry()
CacheIntegration.Writebehind.Retry
public void setRetry(CacheIntegration.Writebehind.Retry value)
value
- allowed object is
CacheIntegration.Writebehind.Retry
public java.math.BigInteger getConcurrency()
BigInteger
public void setConcurrency(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getSize()
BigInteger
public void setSize(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
public java.math.BigInteger getRatelimitpersecond()
BigInteger
public void setRatelimitpersecond(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMinWriteDelay()
BigInteger
public void setMinWriteDelay(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMaxWriteDelay()
BigInteger
public void setMaxWriteDelay(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getBatchsize()
BigInteger
public void setBatchsize(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |