public class L2CacheConfig extends Object
Java class for l2CacheConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="l2CacheConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="atomicWriteOrderMode" type="{http://ebean-orm.github.io/xml/ns/ignite}cacheAtomicWriteOrderMode" minOccurs="0"/>
<element name="atomicityMode" type="{http://ebean-orm.github.io/xml/ns/ignite}cacheAtomicityMode" minOccurs="0"/>
<element name="backups" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="cacheMode" type="{http://ebean-orm.github.io/xml/ns/ignite}cacheMode" minOccurs="0"/>
<element name="cpOnRead" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dfltLockTimeout" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="eagerTtl" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="evictKeyBufSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="evictMaxOverflowRatio" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="evictSync" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="evictSyncConcurrencyLvl" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="evictSyncTimeout" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="invalidate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="loadPrevVal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="longQryWarnTimeout" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="maxConcurrentAsyncOps" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="memMode" type="{http://ebean-orm.github.io/xml/ns/ignite}cacheMemoryMode" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nearSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="offHeapMaxMem" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="readFromBackup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="rebalanceBatchSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="rebalanceBatchesPrefetchCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="rebalanceDelay" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="rebalanceMode" type="{http://ebean-orm.github.io/xml/ns/ignite}cacheRebalanceMode" minOccurs="0"/>
<element name="rebalanceOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="rebalanceThrottle" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="rebalanceTimeout" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="snapshotableIdx" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="startSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="storeConcurrentLoadAllThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="storeKeepBinary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="swapEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="tmLookupClsName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="writeBehindBatchSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="writeBehindEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="writeBehindFlushFreq" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="writeBehindFlushSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="writeBehindFlushThreadCnt" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="writeSync" type="{http://ebean-orm.github.io/xml/ns/ignite}cacheWriteSynchronizationMode" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
L2CacheConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.ignite.cache.CacheAtomicityMode |
getAtomicityMode()
Gets the value of the atomicityMode property.
|
org.apache.ignite.cache.CacheAtomicWriteOrderMode |
getAtomicWriteOrderMode()
Gets the value of the atomicWriteOrderMode property.
|
Integer |
getBackups()
Gets the value of the backups property.
|
org.apache.ignite.cache.CacheMode |
getCacheMode()
Gets the value of the cacheMode property.
|
Long |
getDfltLockTimeout()
Gets the value of the dfltLockTimeout property.
|
Integer |
getEvictKeyBufSize()
Gets the value of the evictKeyBufSize property.
|
Float |
getEvictMaxOverflowRatio()
Gets the value of the evictMaxOverflowRatio property.
|
Integer |
getEvictSyncConcurrencyLvl()
Gets the value of the evictSyncConcurrencyLvl property.
|
Long |
getEvictSyncTimeout()
Gets the value of the evictSyncTimeout property.
|
Long |
getLongQryWarnTimeout()
Gets the value of the longQryWarnTimeout property.
|
Integer |
getMaxConcurrentAsyncOps()
Gets the value of the maxConcurrentAsyncOps property.
|
org.apache.ignite.cache.CacheMemoryMode |
getMemMode()
Gets the value of the memMode property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getNearSize()
Gets the value of the nearSize property.
|
Long |
getOffHeapMaxMem()
Gets the value of the offHeapMaxMem property.
|
Long |
getRebalanceBatchesPrefetchCount()
Gets the value of the rebalanceBatchesPrefetchCount property.
|
Integer |
getRebalanceBatchSize()
Gets the value of the rebalanceBatchSize property.
|
Long |
getRebalanceDelay()
Gets the value of the rebalanceDelay property.
|
org.apache.ignite.cache.CacheRebalanceMode |
getRebalanceMode()
Gets the value of the rebalanceMode property.
|
Integer |
getRebalanceOrder()
Gets the value of the rebalanceOrder property.
|
Long |
getRebalanceThrottle()
Gets the value of the rebalanceThrottle property.
|
Long |
getRebalanceTimeout()
Gets the value of the rebalanceTimeout property.
|
Integer |
getStartSize()
Gets the value of the startSize property.
|
Integer |
getStoreConcurrentLoadAllThreshold()
Gets the value of the storeConcurrentLoadAllThreshold property.
|
String |
getTmLookupClsName()
Gets the value of the tmLookupClsName property.
|
Integer |
getWriteBehindBatchSize()
Gets the value of the writeBehindBatchSize property.
|
Long |
getWriteBehindFlushFreq()
Gets the value of the writeBehindFlushFreq property.
|
Integer |
getWriteBehindFlushSize()
Gets the value of the writeBehindFlushSize property.
|
Integer |
getWriteBehindFlushThreadCnt()
Gets the value of the writeBehindFlushThreadCnt property.
|
org.apache.ignite.cache.CacheWriteSynchronizationMode |
getWriteSync()
Gets the value of the writeSync property.
|
Boolean |
isCpOnRead()
Gets the value of the cpOnRead property.
|
Boolean |
isEagerTtl()
Gets the value of the eagerTtl property.
|
Boolean |
isEvictSync()
Gets the value of the evictSync property.
|
Boolean |
isInvalidate()
Gets the value of the invalidate property.
|
Boolean |
isLoadPrevVal()
Gets the value of the loadPrevVal property.
|
Boolean |
isReadFromBackup()
Gets the value of the readFromBackup property.
|
Boolean |
isSnapshotableIdx()
Gets the value of the snapshotableIdx property.
|
Boolean |
isStoreKeepBinary()
Gets the value of the storeKeepBinary property.
|
Boolean |
isSwapEnabled()
Gets the value of the swapEnabled property.
|
Boolean |
isWriteBehindEnabled()
Gets the value of the writeBehindEnabled property.
|
void |
setAtomicityMode(org.apache.ignite.cache.CacheAtomicityMode value)
Sets the value of the atomicityMode property.
|
void |
setAtomicWriteOrderMode(org.apache.ignite.cache.CacheAtomicWriteOrderMode value)
Sets the value of the atomicWriteOrderMode property.
|
void |
setBackups(Integer value)
Sets the value of the backups property.
|
void |
setCacheMode(org.apache.ignite.cache.CacheMode value)
Sets the value of the cacheMode property.
|
void |
setCpOnRead(Boolean value)
Sets the value of the cpOnRead property.
|
void |
setDfltLockTimeout(Long value)
Sets the value of the dfltLockTimeout property.
|
void |
setEagerTtl(Boolean value)
Sets the value of the eagerTtl property.
|
void |
setEvictKeyBufSize(Integer value)
Sets the value of the evictKeyBufSize property.
|
void |
setEvictMaxOverflowRatio(Float value)
Sets the value of the evictMaxOverflowRatio property.
|
void |
setEvictSync(Boolean value)
Sets the value of the evictSync property.
|
void |
setEvictSyncConcurrencyLvl(Integer value)
Sets the value of the evictSyncConcurrencyLvl property.
|
void |
setEvictSyncTimeout(Long value)
Sets the value of the evictSyncTimeout property.
|
void |
setInvalidate(Boolean value)
Sets the value of the invalidate property.
|
void |
setLoadPrevVal(Boolean value)
Sets the value of the loadPrevVal property.
|
void |
setLongQryWarnTimeout(Long value)
Sets the value of the longQryWarnTimeout property.
|
void |
setMaxConcurrentAsyncOps(Integer value)
Sets the value of the maxConcurrentAsyncOps property.
|
void |
setMemMode(org.apache.ignite.cache.CacheMemoryMode value)
Sets the value of the memMode property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNearSize(Integer value)
Sets the value of the nearSize property.
|
void |
setOffHeapMaxMem(Long value)
Sets the value of the offHeapMaxMem property.
|
void |
setReadFromBackup(Boolean value)
Sets the value of the readFromBackup property.
|
void |
setRebalanceBatchesPrefetchCount(Long value)
Sets the value of the rebalanceBatchesPrefetchCount property.
|
void |
setRebalanceBatchSize(Integer value)
Sets the value of the rebalanceBatchSize property.
|
void |
setRebalanceDelay(Long value)
Sets the value of the rebalanceDelay property.
|
void |
setRebalanceMode(org.apache.ignite.cache.CacheRebalanceMode value)
Sets the value of the rebalanceMode property.
|
void |
setRebalanceOrder(Integer value)
Sets the value of the rebalanceOrder property.
|
void |
setRebalanceThrottle(Long value)
Sets the value of the rebalanceThrottle property.
|
void |
setRebalanceTimeout(Long value)
Sets the value of the rebalanceTimeout property.
|
void |
setSnapshotableIdx(Boolean value)
Sets the value of the snapshotableIdx property.
|
void |
setStartSize(Integer value)
Sets the value of the startSize property.
|
void |
setStoreConcurrentLoadAllThreshold(Integer value)
Sets the value of the storeConcurrentLoadAllThreshold property.
|
void |
setStoreKeepBinary(Boolean value)
Sets the value of the storeKeepBinary property.
|
void |
setSwapEnabled(Boolean value)
Sets the value of the swapEnabled property.
|
void |
setTmLookupClsName(String value)
Sets the value of the tmLookupClsName property.
|
void |
setWriteBehindBatchSize(Integer value)
Sets the value of the writeBehindBatchSize property.
|
void |
setWriteBehindEnabled(Boolean value)
Sets the value of the writeBehindEnabled property.
|
void |
setWriteBehindFlushFreq(Long value)
Sets the value of the writeBehindFlushFreq property.
|
void |
setWriteBehindFlushSize(Integer value)
Sets the value of the writeBehindFlushSize property.
|
void |
setWriteBehindFlushThreadCnt(Integer value)
Sets the value of the writeBehindFlushThreadCnt property.
|
void |
setWriteSync(org.apache.ignite.cache.CacheWriteSynchronizationMode value)
Sets the value of the writeSync property.
|
public L2CacheConfig()
public org.apache.ignite.cache.CacheAtomicWriteOrderMode getAtomicWriteOrderMode()
CacheAtomicWriteOrderModepublic void setAtomicWriteOrderMode(org.apache.ignite.cache.CacheAtomicWriteOrderMode value)
value - allowed object is
CacheAtomicWriteOrderModepublic org.apache.ignite.cache.CacheAtomicityMode getAtomicityMode()
CacheAtomicityModepublic void setAtomicityMode(org.apache.ignite.cache.CacheAtomicityMode value)
value - allowed object is
CacheAtomicityModepublic Integer getBackups()
Integerpublic void setBackups(Integer value)
value - allowed object is
Integerpublic org.apache.ignite.cache.CacheMode getCacheMode()
CacheModepublic void setCacheMode(org.apache.ignite.cache.CacheMode value)
value - allowed object is
CacheModepublic Boolean isCpOnRead()
Booleanpublic void setCpOnRead(Boolean value)
value - allowed object is
Booleanpublic Long getDfltLockTimeout()
Longpublic void setDfltLockTimeout(Long value)
value - allowed object is
Longpublic Boolean isEagerTtl()
Booleanpublic void setEagerTtl(Boolean value)
value - allowed object is
Booleanpublic Integer getEvictKeyBufSize()
Integerpublic void setEvictKeyBufSize(Integer value)
value - allowed object is
Integerpublic Float getEvictMaxOverflowRatio()
Floatpublic void setEvictMaxOverflowRatio(Float value)
value - allowed object is
Floatpublic Boolean isEvictSync()
Booleanpublic void setEvictSync(Boolean value)
value - allowed object is
Booleanpublic Integer getEvictSyncConcurrencyLvl()
Integerpublic void setEvictSyncConcurrencyLvl(Integer value)
value - allowed object is
Integerpublic Long getEvictSyncTimeout()
Longpublic void setEvictSyncTimeout(Long value)
value - allowed object is
Longpublic Boolean isInvalidate()
Booleanpublic void setInvalidate(Boolean value)
value - allowed object is
Booleanpublic Boolean isLoadPrevVal()
Booleanpublic void setLoadPrevVal(Boolean value)
value - allowed object is
Booleanpublic Long getLongQryWarnTimeout()
Longpublic void setLongQryWarnTimeout(Long value)
value - allowed object is
Longpublic Integer getMaxConcurrentAsyncOps()
Integerpublic void setMaxConcurrentAsyncOps(Integer value)
value - allowed object is
Integerpublic org.apache.ignite.cache.CacheMemoryMode getMemMode()
CacheMemoryModepublic void setMemMode(org.apache.ignite.cache.CacheMemoryMode value)
value - allowed object is
CacheMemoryModepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getNearSize()
Integerpublic void setNearSize(Integer value)
value - allowed object is
Integerpublic Long getOffHeapMaxMem()
Longpublic void setOffHeapMaxMem(Long value)
value - allowed object is
Longpublic Boolean isReadFromBackup()
Booleanpublic void setReadFromBackup(Boolean value)
value - allowed object is
Booleanpublic Integer getRebalanceBatchSize()
Integerpublic void setRebalanceBatchSize(Integer value)
value - allowed object is
Integerpublic Long getRebalanceBatchesPrefetchCount()
Longpublic void setRebalanceBatchesPrefetchCount(Long value)
value - allowed object is
Longpublic Long getRebalanceDelay()
Longpublic void setRebalanceDelay(Long value)
value - allowed object is
Longpublic org.apache.ignite.cache.CacheRebalanceMode getRebalanceMode()
CacheRebalanceModepublic void setRebalanceMode(org.apache.ignite.cache.CacheRebalanceMode value)
value - allowed object is
CacheRebalanceModepublic Integer getRebalanceOrder()
Integerpublic void setRebalanceOrder(Integer value)
value - allowed object is
Integerpublic Long getRebalanceThrottle()
Longpublic void setRebalanceThrottle(Long value)
value - allowed object is
Longpublic Long getRebalanceTimeout()
Longpublic void setRebalanceTimeout(Long value)
value - allowed object is
Longpublic Boolean isSnapshotableIdx()
Booleanpublic void setSnapshotableIdx(Boolean value)
value - allowed object is
Booleanpublic Integer getStartSize()
Integerpublic void setStartSize(Integer value)
value - allowed object is
Integerpublic Integer getStoreConcurrentLoadAllThreshold()
Integerpublic void setStoreConcurrentLoadAllThreshold(Integer value)
value - allowed object is
Integerpublic Boolean isStoreKeepBinary()
Booleanpublic void setStoreKeepBinary(Boolean value)
value - allowed object is
Booleanpublic Boolean isSwapEnabled()
Booleanpublic void setSwapEnabled(Boolean value)
value - allowed object is
Booleanpublic String getTmLookupClsName()
Stringpublic void setTmLookupClsName(String value)
value - allowed object is
Stringpublic Integer getWriteBehindBatchSize()
Integerpublic void setWriteBehindBatchSize(Integer value)
value - allowed object is
Integerpublic Boolean isWriteBehindEnabled()
Booleanpublic void setWriteBehindEnabled(Boolean value)
value - allowed object is
Booleanpublic Long getWriteBehindFlushFreq()
Longpublic void setWriteBehindFlushFreq(Long value)
value - allowed object is
Longpublic Integer getWriteBehindFlushSize()
Integerpublic void setWriteBehindFlushSize(Integer value)
value - allowed object is
Integerpublic Integer getWriteBehindFlushThreadCnt()
Integerpublic void setWriteBehindFlushThreadCnt(Integer value)
value - allowed object is
Integerpublic org.apache.ignite.cache.CacheWriteSynchronizationMode getWriteSync()
CacheWriteSynchronizationModepublic void setWriteSync(org.apache.ignite.cache.CacheWriteSynchronizationMode value)
value - allowed object is
CacheWriteSynchronizationModeCopyright © 2016. All rights reserved.