|
|||||||||
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="writedelay" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="1" /> <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="1" /> </extension> </simpleContent> </complexType> </element> <element name="ratelimitpersecond" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/> <element name="batchsize" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="retryAttempts" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger"> <attribute name="delay" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="1" /> </extension> </simpleContent> </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}nonNegativeInteger" default="0" /> <attribute name="coalesce" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
CacheIntegration.Writebehind.RetryAttempts
Java class for anonymous complex type. |
static class |
CacheIntegration.Writebehind.Writedelay
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 |
ratelimitpersecond
|
protected CacheIntegration.Writebehind.RetryAttempts |
retryAttempts
|
protected java.math.BigInteger |
size
|
protected CacheIntegration.Writebehind.Writedelay |
writedelay
|
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 |
getRatelimitpersecond()
Gets the value of the ratelimitpersecond property. |
CacheIntegration.Writebehind.RetryAttempts |
getRetryAttempts()
Gets the value of the retryAttempts property. |
java.math.BigInteger |
getSize()
Gets the value of the size property. |
CacheIntegration.Writebehind.Writedelay |
getWritedelay()
Gets the value of the writedelay property. |
java.lang.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 |
setRatelimitpersecond(java.math.BigInteger value)
Sets the value of the ratelimitpersecond property. |
void |
setRetryAttempts(CacheIntegration.Writebehind.RetryAttempts value)
Sets the value of the retryAttempts property. |
void |
setSize(java.math.BigInteger value)
Sets the value of the size property. |
void |
setWritedelay(CacheIntegration.Writebehind.Writedelay value)
Sets the value of the writedelay property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CacheIntegration.Writebehind.Writedelay writedelay
protected java.math.BigInteger ratelimitpersecond
protected java.math.BigInteger batchsize
protected CacheIntegration.Writebehind.RetryAttempts retryAttempts
protected java.math.BigInteger concurrency
protected java.math.BigInteger size
protected java.lang.Boolean coalesce
Constructor Detail |
---|
public CacheIntegration.Writebehind()
Method Detail |
---|
public CacheIntegration.Writebehind.Writedelay getWritedelay()
CacheIntegration.Writebehind.Writedelay
public void setWritedelay(CacheIntegration.Writebehind.Writedelay value)
value
- allowed object is
CacheIntegration.Writebehind.Writedelay
public java.math.BigInteger getRatelimitpersecond()
BigInteger
public void setRatelimitpersecond(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
public CacheIntegration.Writebehind.RetryAttempts getRetryAttempts()
CacheIntegration.Writebehind.RetryAttempts
public void setRetryAttempts(CacheIntegration.Writebehind.RetryAttempts value)
value
- allowed object is
CacheIntegration.Writebehind.RetryAttempts
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 java.lang.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 |