- getApply() - Method in class org.avaje.ebean.ignite.config.L2Configuration
-
Gets the value of the apply property.
- getAtomicityMode() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the atomicityMode property.
- getAtomicWriteOrderMode() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the atomicWriteOrderMode property.
- getBackups() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the backups property.
- getBase() - Method in class org.avaje.ebean.ignite.config.L2Configuration
-
Gets the value of the base property.
- getBaseBean() - Method in class org.avaje.ebean.ignite.config.L2Configuration
-
Gets the value of the baseBean property.
- getBaseKey() - Method in class org.avaje.ebean.ignite.config.L2Configuration
-
Gets the value of the baseKey property.
- getBaseManyIds() - Method in class org.avaje.ebean.ignite.config.L2Configuration
-
Gets the value of the baseManyIds property.
- getBaseQuery() - Method in class org.avaje.ebean.ignite.config.L2Configuration
-
Gets the value of the baseQuery property.
- getCacheMode() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the cacheMode property.
- getConfig(ServerCacheType, String) - Method in class org.avaje.ebean.ignite.config.ConfigManager
-
Return the config pair for main and near cache given the type and key.
- getConfig() - Method in class org.avaje.ebean.ignite.config.L2CacheMatch
-
Gets the value of the config property.
- getDfltLockTimeout() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the dfltLockTimeout property.
- getEvictKeyBufSize() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the evictKeyBufSize property.
- getEvictMaxOverflowRatio() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the evictMaxOverflowRatio property.
- getEvictSyncConcurrencyLvl() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the evictSyncConcurrencyLvl property.
- getEvictSyncTimeout() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the evictSyncTimeout property.
- getLongQryWarnTimeout() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the longQryWarnTimeout property.
- getMain() - Method in class org.avaje.ebean.ignite.config.ConfigPair
-
Return the 'main' cache configuration.
- getMatch() - Method in class org.avaje.ebean.ignite.config.L2Apply
-
Gets the value of the match property.
- getMatchClasses() - Method in class org.avaje.ebean.ignite.config.L2CacheMatch
-
Gets the value of the matchClasses property.
- getMaxConcurrentAsyncOps() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the maxConcurrentAsyncOps property.
- getMemMode() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the memMode property.
- getName() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the name property.
- getNear() - Method in class org.avaje.ebean.ignite.config.ConfigPair
-
Return the 'near' cache configuration (can be null).
- getNearSize() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the nearSize property.
- getOffHeapMaxMem() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the offHeapMaxMem property.
- getRebalanceBatchesPrefetchCount() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the rebalanceBatchesPrefetchCount property.
- getRebalanceBatchSize() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the rebalanceBatchSize property.
- getRebalanceDelay() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the rebalanceDelay property.
- getRebalanceMode() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the rebalanceMode property.
- getRebalanceOrder() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the rebalanceOrder property.
- getRebalanceThrottle() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the rebalanceThrottle property.
- getRebalanceTimeout() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the rebalanceTimeout property.
- getStartSize() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the startSize property.
- getStoreConcurrentLoadAllThreshold() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the storeConcurrentLoadAllThreshold property.
- getTmLookupClsName() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the tmLookupClsName property.
- getWriteBehindBatchSize() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the writeBehindBatchSize property.
- getWriteBehindFlushFreq() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the writeBehindFlushFreq property.
- getWriteBehindFlushSize() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the writeBehindFlushSize property.
- getWriteBehindFlushThreadCnt() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the writeBehindFlushThreadCnt property.
- getWriteSync() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the writeSync property.
- IgCacheFactory - Class in org.avaje.ebean.ignite
-
Factory for creating L2 server caches with Apache Ignite.
- IgCacheFactory(ServerConfig, BackgroundExecutor) - Constructor for class org.avaje.ebean.ignite.IgCacheFactory
-
- IgCachePlugin - Class in org.avaje.ebean.ignite
-
Cache plugin that creates the Ignite ServerCacheFactory.
- IgCachePlugin() - Constructor for class org.avaje.ebean.ignite.IgCachePlugin
-
- isCpOnRead() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the cpOnRead property.
- isEagerTtl() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the eagerTtl property.
- isEvictSync() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the evictSync property.
- isInvalidate() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the invalidate property.
- isLoadPrevVal() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the loadPrevVal property.
- isReadFromBackup() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the readFromBackup property.
- isSnapshotableIdx() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the snapshotableIdx property.
- isStoreKeepBinary() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the storeKeepBinary property.
- isSwapEnabled() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the swapEnabled property.
- isTypeBean() - Method in class org.avaje.ebean.ignite.config.L2CacheMatch
-
Gets the value of the typeBean property.
- isTypeKey() - Method in class org.avaje.ebean.ignite.config.L2CacheMatch
-
Gets the value of the typeKey property.
- isTypeManyId() - Method in class org.avaje.ebean.ignite.config.L2CacheMatch
-
Gets the value of the typeManyId property.
- isTypeQuery() - Method in class org.avaje.ebean.ignite.config.L2CacheMatch
-
Gets the value of the typeQuery property.
- isWriteBehindEnabled() - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Gets the value of the writeBehindEnabled property.
- setApply(L2Apply) - Method in class org.avaje.ebean.ignite.config.L2Configuration
-
Sets the value of the apply property.
- setAtomicityMode(CacheAtomicityMode) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the atomicityMode property.
- setAtomicWriteOrderMode(CacheAtomicWriteOrderMode) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the atomicWriteOrderMode property.
- setBackups(Integer) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the backups property.
- setBase(L2CacheConfig) - Method in class org.avaje.ebean.ignite.config.L2Configuration
-
Sets the value of the base property.
- setBaseBean(L2CacheConfig) - Method in class org.avaje.ebean.ignite.config.L2Configuration
-
Sets the value of the baseBean property.
- setBaseKey(L2CacheConfig) - Method in class org.avaje.ebean.ignite.config.L2Configuration
-
Sets the value of the baseKey property.
- setBaseManyIds(L2CacheConfig) - Method in class org.avaje.ebean.ignite.config.L2Configuration
-
Sets the value of the baseManyIds property.
- setBaseQuery(L2CacheConfig) - Method in class org.avaje.ebean.ignite.config.L2Configuration
-
Sets the value of the baseQuery property.
- setCacheMode(CacheMode) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the cacheMode property.
- setConfig(L2CacheConfig) - Method in class org.avaje.ebean.ignite.config.L2CacheMatch
-
Sets the value of the config property.
- setCpOnRead(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the cpOnRead property.
- setDfltLockTimeout(Long) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the dfltLockTimeout property.
- setEagerTtl(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the eagerTtl property.
- setEvictKeyBufSize(Integer) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the evictKeyBufSize property.
- setEvictMaxOverflowRatio(Float) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the evictMaxOverflowRatio property.
- setEvictSync(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the evictSync property.
- setEvictSyncConcurrencyLvl(Integer) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the evictSyncConcurrencyLvl property.
- setEvictSyncTimeout(Long) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the evictSyncTimeout property.
- setInvalidate(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the invalidate property.
- setLoadPrevVal(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the loadPrevVal property.
- setLongQryWarnTimeout(Long) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the longQryWarnTimeout property.
- setMatchClasses(String) - Method in class org.avaje.ebean.ignite.config.L2CacheMatch
-
Sets the value of the matchClasses property.
- setMaxConcurrentAsyncOps(Integer) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the maxConcurrentAsyncOps property.
- setMemMode(CacheMemoryMode) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the memMode property.
- setName(String) - Method in class org.avaje.ebean.ignite.config.ConfigPair
-
Set the cache name.
- setName(String) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the name property.
- setNearSize(Integer) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the nearSize property.
- setOffHeapMaxMem(Long) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the offHeapMaxMem property.
- setReadFromBackup(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the readFromBackup property.
- setRebalanceBatchesPrefetchCount(Long) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the rebalanceBatchesPrefetchCount property.
- setRebalanceBatchSize(Integer) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the rebalanceBatchSize property.
- setRebalanceDelay(Long) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the rebalanceDelay property.
- setRebalanceMode(CacheRebalanceMode) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the rebalanceMode property.
- setRebalanceOrder(Integer) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the rebalanceOrder property.
- setRebalanceThrottle(Long) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the rebalanceThrottle property.
- setRebalanceTimeout(Long) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the rebalanceTimeout property.
- setSnapshotableIdx(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the snapshotableIdx property.
- setStartSize(Integer) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the startSize property.
- setStoreConcurrentLoadAllThreshold(Integer) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the storeConcurrentLoadAllThreshold property.
- setStoreKeepBinary(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the storeKeepBinary property.
- setSwapEnabled(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the swapEnabled property.
- setTmLookupClsName(String) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the tmLookupClsName property.
- setTypeBean(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheMatch
-
Sets the value of the typeBean property.
- setTypeKey(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheMatch
-
Sets the value of the typeKey property.
- setTypeManyId(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheMatch
-
Sets the value of the typeManyId property.
- setTypeQuery(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheMatch
-
Sets the value of the typeQuery property.
- setWriteBehindBatchSize(Integer) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the writeBehindBatchSize property.
- setWriteBehindEnabled(Boolean) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the writeBehindEnabled property.
- setWriteBehindFlushFreq(Long) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the writeBehindFlushFreq property.
- setWriteBehindFlushSize(Integer) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the writeBehindFlushSize property.
- setWriteBehindFlushThreadCnt(Integer) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the writeBehindFlushThreadCnt property.
- setWriteSync(CacheWriteSynchronizationMode) - Method in class org.avaje.ebean.ignite.config.L2CacheConfig
-
Sets the value of the writeSync property.