|
|||||||||
| 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.Retrypublic void setRetry(CacheIntegration.Writebehind.Retry value)
value - allowed object is
CacheIntegration.Writebehind.Retrypublic java.math.BigInteger getConcurrency()
BigIntegerpublic void setConcurrency(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getSize()
BigIntegerpublic void setSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isCoalesce()
Booleanpublic void setCoalesce(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getRatelimitpersecond()
BigIntegerpublic void setRatelimitpersecond(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMinWriteDelay()
BigIntegerpublic void setMinWriteDelay(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxWriteDelay()
BigIntegerpublic void setMaxWriteDelay(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getBatchsize()
BigIntegerpublic 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 | ||||||||