Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X 

A

activate() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
Activates WAN-enabled cache, so it can start handling user actions.
add(E) - Method in interface org.terracotta.modules.ehcache.async.AsyncCoordinator
 
add(E) - Method in class org.terracotta.modules.ehcache.async.AsyncCoordinatorImpl
 
add(E) - Method in class org.terracotta.modules.ehcache.async.ProcessingBucket
 
addCacheMetaInfo(String, ToolkitObjectType, String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
addCurrentOrchestrator(String, String, String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
 
addListener(ToolkitCacheListener<K>) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
addListener(ToolkitCacheListener<K>) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
addNonStopConfigForCache(CacheConfiguration, String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
addStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
addStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
addStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
addStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
addStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
addStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
addStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
addStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
addTopologyListener(ClusterTopologyListener) - Method in class org.terracotta.modules.ehcache.event.TerracottaTopologyImpl
 
addTunnelledMBeanDomain(String) - Method in class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
AsyncConfig - Interface in org.terracotta.modules.ehcache.async
 
AsyncCoordinator<E extends Serializable> - Interface in org.terracotta.modules.ehcache.async
 
AsyncCoordinatorFactory - Interface in org.terracotta.modules.ehcache.async
 
AsyncCoordinatorFactoryImpl - Class in org.terracotta.modules.ehcache.async
 
AsyncCoordinatorFactoryImpl(ToolkitInstanceFactory) - Constructor for class org.terracotta.modules.ehcache.async.AsyncCoordinatorFactoryImpl
 
AsyncCoordinatorImpl<E extends Serializable> - Class in org.terracotta.modules.ehcache.async
An AsyncCoordinator allows work to be added and processed asynchronously in a fault-tolerant and high performance fashion.
AsyncCoordinatorImpl(String, String, AsyncConfig, ToolkitInstanceFactory, AsyncCoordinatorImpl.Callback) - Constructor for class org.terracotta.modules.ehcache.async.AsyncCoordinatorImpl
 
AsyncCoordinatorImpl.Callback - Interface in org.terracotta.modules.ehcache.async
 
AsyncException - Exception in org.terracotta.modules.ehcache.async.exceptions
 
AsyncException(String, Throwable) - Constructor for exception org.terracotta.modules.ehcache.async.exceptions.AsyncException
 
AsyncException(String) - Constructor for exception org.terracotta.modules.ehcache.async.exceptions.AsyncException
 
AsyncWriteBehind - Class in org.terracotta.modules.ehcache.writebehind
 
AsyncWriteBehind(AsyncCoordinator, int) - Constructor for class org.terracotta.modules.ehcache.writebehind.AsyncWriteBehind
Instantiate a new instance of AsyncWriteBehind by providing the async coordinator instance that will be used for the underlying behavior.

B

backend - Variable in class org.terracotta.modules.ehcache.store.ClusteredStore
 
BATCH_SIZE - Static variable in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
BatchAsyncOperation - Interface in org.terracotta.modules.ehcache.writebehind.operations
Interface to implement batch operations that are executed on a cache writer after being called by the async coordinator
BATCHING_ENABLED - Static variable in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
bufferFull() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
bufferFull() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
bufferFull() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
bufferFull() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
bufferFull() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
bufferFull() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
bufferFull() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
bufferFull() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
buildToolkit() - Method in class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
BusyProcessingException - Exception in org.terracotta.modules.ehcache.async.exceptions
 
BusyProcessingException() - Constructor for exception org.terracotta.modules.ehcache.async.exceptions.BusyProcessingException
 

C

cache - Variable in class org.terracotta.modules.ehcache.store.ClusteredStore
 
CacheConfigChangeBridge - Class in org.terracotta.modules.ehcache.store
 
CacheConfigChangeBridge(String, ToolkitCacheInternal, ToolkitNotifier<CacheConfigChangeNotificationMsg>, CacheConfiguration) - Constructor for class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 
CacheConfigChangeNotificationMsg - Class in org.terracotta.modules.ehcache.store
 
CacheConfigChangeNotificationMsg(String, String, Serializable) - Constructor for class org.terracotta.modules.ehcache.store.CacheConfigChangeNotificationMsg
 
cacheDefaultLifespan - Variable in class net.sf.ehcache.ElementData
 
CacheDisposalNotification - Class in org.terracotta.modules.ehcache.event
 
CacheDisposalNotification() - Constructor for class org.terracotta.modules.ehcache.event.CacheDisposalNotification
 
CacheEventNotificationMsg - Class in org.terracotta.modules.ehcache.event
 
CacheEventNotificationMsg(String, CacheEventNotificationMsg.EventType, Element) - Constructor for class org.terracotta.modules.ehcache.event.CacheEventNotificationMsg
 
CacheEventNotificationMsg.EventType - Enum in org.terracotta.modules.ehcache.event
 
CacheWriterProcessor - Class in org.terracotta.modules.ehcache.writebehind
An implementation of ItemProcessor that delegates the processing to a CacheWriter instance
CacheWriterProcessor(CacheWriter) - Constructor for class org.terracotta.modules.ehcache.writebehind.CacheWriterProcessor
Creates a new item processor for a specific cache writer.
callback() - Method in interface org.terracotta.modules.ehcache.async.AsyncCoordinatorImpl.Callback
 
cleanUpCacheMetaData(String, String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
This method is used by clean-up scripts to clean the Cache status for WAN.
clear() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
clear() - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 
clear() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
clearLocalCache() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
clearSoftLock(SoftLock) - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLockFactory
 
clearTryLock() - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 
clearVersioned() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
Same as WanAwareToolkitCache.clear(), except that it does not generate any server events and completely ignores WanAwareToolkitCache.isReady() flag.
clearWANReady(String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
This method clears the WAN meta-data available status for the given cacheManager
clone() - Method in class org.terracotta.modules.ehcache.event.ClusteredEventReplicator
 
clone() - Method in class org.terracotta.modules.ehcache.event.NonStopEventReplicator
 
clusterCoherent(boolean) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
ClusteredCacheInternalContext - Class in org.terracotta.modules.ehcache
 
ClusteredCacheInternalContext(Toolkit, CacheLockProvider) - Constructor for class org.terracotta.modules.ehcache.ClusteredCacheInternalContext
 
ClusteredEventReplicator - Class in org.terracotta.modules.ehcache.event
 
ClusteredEventReplicator(Ehcache, String, ToolkitNotifier<CacheEventNotificationMsg>, ClusteredEventReplicatorFactory) - Constructor for class org.terracotta.modules.ehcache.event.ClusteredEventReplicator
 
ClusteredEventReplicatorFactory - Class in org.terracotta.modules.ehcache.event
 
ClusteredEventReplicatorFactory(ToolkitInstanceFactory) - Constructor for class org.terracotta.modules.ehcache.event.ClusteredEventReplicatorFactory
 
ClusteredID - Interface in org.terracotta.modules.ehcache.transaction
 
ClusteredManagementEventSink - Class in org.terracotta.modules.ehcache.management
 
ClusteredManagementEventSink(ManagementInternalFeature) - Constructor for class org.terracotta.modules.ehcache.management.ClusteredManagementEventSink
 
ClusteredSafeStore - Class in org.terracotta.modules.ehcache.store
Wrapper over ClusteredStore to have custom exception handlers for Store operations.
ClusteredSafeStore(TerracottaStore) - Constructor for class org.terracotta.modules.ehcache.store.ClusteredSafeStore
 
ClusteredSoftLockIDKey - Class in org.terracotta.modules.ehcache.transaction
 
ClusteredSoftLockIDKey(SoftLockID) - Constructor for class org.terracotta.modules.ehcache.transaction.ClusteredSoftLockIDKey
 
ClusteredStore - Class in org.terracotta.modules.ehcache.store
 
ClusteredStore(ToolkitInstanceFactory, Ehcache, CacheCluster) - Constructor for class org.terracotta.modules.ehcache.store.ClusteredStore
 
ClusteredStoreExceptionHandler - Interface in org.terracotta.modules.ehcache.store
 
ClusteredTransactionID - Class in org.terracotta.modules.ehcache.transaction
 
ClusteredTransactionID(String, String, String) - Constructor for class org.terracotta.modules.ehcache.transaction.ClusteredTransactionID
 
ClusteredTransactionID(TransactionIDSerializedForm) - Constructor for class org.terracotta.modules.ehcache.transaction.ClusteredTransactionID
 
ClusteredTransactionID(String, String, String, long, int) - Constructor for class org.terracotta.modules.ehcache.transaction.ClusteredTransactionID
 
ClusteredTransactionIDFactory - Class in org.terracotta.modules.ehcache.transaction
 
ClusteredTransactionIDFactory(String, String, ToolkitInstanceFactory, CacheCluster) - Constructor for class org.terracotta.modules.ehcache.transaction.ClusteredTransactionIDFactory
 
ClusteredXidTransactionID - Class in org.terracotta.modules.ehcache.transaction.xa
 
ClusteredXidTransactionID(XidTransactionIDSerializedForm) - Constructor for class org.terracotta.modules.ehcache.transaction.xa.ClusteredXidTransactionID
 
ClusteredXidTransactionID(Xid, String, String, String) - Constructor for class org.terracotta.modules.ehcache.transaction.xa.ClusteredXidTransactionID
 
ClusterListenerAdapter - Class in org.terracotta.modules.ehcache.event
 
ClusterListenerAdapter(ClusterTopologyListener, ClusterInfo) - Constructor for class org.terracotta.modules.ehcache.event.ClusterListenerAdapter
 
clusterOffline(ClusterNode) - Method in class org.terracotta.modules.ehcache.event.FireRejoinOperatorEventClusterListener
 
clusterOnline(ClusterNode) - Method in class org.terracotta.modules.ehcache.event.FireRejoinOperatorEventClusterListener
 
clusterRejoined(ClusterNode, ClusterNode) - Method in class org.terracotta.modules.ehcache.event.FireRejoinOperatorEventClusterListener
 
clusterRejoined() - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
clusterRejoined() - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
collectAllSoftLocksForTransactionID(TransactionID) - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLockFactory
connectConfigs() - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 
containsKey(Object) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
containsKey(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
containsKey(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
containsKey(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
containsKey(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
containsKey(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
containsKey(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
containsKey(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
containsKey(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
containsKey(Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
containsKeyInMemory(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
containsKeyInMemory(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
containsKeyInMemory(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
containsKeyInMemory(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
containsKeyInMemory(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
containsKeyInMemory(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
containsKeyInMemory(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
containsKeyInMemory(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
containsKeyLocalOffHeap(Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
containsKeyLocalOnHeap(Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
containsKeyOffHeap(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
containsKeyOffHeap(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
containsKeyOffHeap(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
containsKeyOffHeap(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
containsKeyOffHeap(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
containsKeyOffHeap(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
containsKeyOffHeap(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
containsKeyOffHeap(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
containsKeyOnDisk(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
containsKeyOnDisk(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
containsKeyOnDisk(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
containsKeyOnDisk(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
containsKeyOnDisk(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
containsKeyOnDisk(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
containsKeyOnDisk(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
containsKeyOnDisk(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
containsLocalKey(Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
containsValue(Object) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
containsValue(Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
create() - Static method in class org.terracotta.modules.ehcache.wan.Watchdog
 
createAsyncCoordinatorFactory() - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
createElement(Object) - Method in class net.sf.ehcache.ElementData
This method should return the Element object constructed from fields of this ElementData.
createElement(Object) - Method in class net.sf.ehcache.EternalElementData
 
createElement(Object) - Method in class net.sf.ehcache.NonEternalElementData
 
createElement(Object, Serializable) - Method in interface org.terracotta.modules.ehcache.store.ValueModeHandler
Returns null for null values otherwise creates an Element with the specified key-value and returns it
createElement(Object, Serializable) - Method in class org.terracotta.modules.ehcache.store.ValueModeHandlerSerialization
 
createElementData(Element) - Method in interface org.terracotta.modules.ehcache.store.ValueModeHandler
 
createElementData(Element) - Method in class org.terracotta.modules.ehcache.store.ValueModeHandlerSerialization
 
createEventReplicator(Ehcache) - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
createEventSink() - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
createLockForKey(K) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
createLockForKey(K) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
createNonStopStore(Callable<TerracottaStore>, Ehcache) - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
createPortableKey(Object) - Method in interface org.terracotta.modules.ehcache.store.ValueModeHandler
 
createPortableKey(Object) - Method in class org.terracotta.modules.ehcache.store.ValueModeHandlerSerialization
 
createQueryBuilder() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
createQueryBuilder() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
createSoftLockID(TransactionID, Object, Element, Element) - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLockFactory
 
createStore(Ehcache) - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
createToolkitInstanceFactory(TerracottaClientConfiguration, ClassLoader) - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
createTransactionID() - Method in class org.terracotta.modules.ehcache.transaction.ClusteredTransactionIDFactory
 
createTransactionIDFactory(String, String) - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
createValueModeHandler(ClusteredStore, CacheConfiguration) - Static method in class org.terracotta.modules.ehcache.store.ValueModeHandlerFactory
 
createWriteBehind() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
 
createWriteBehind() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
createWriteBehind() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
 
createWriteBehind() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
createWriteBehind() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
 
createWriteBehind() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
 
createWriteBehind() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
 
createWriteBehind() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
 
createWriteBehind(Ehcache) - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
createXidTransactionID(Xid, Ehcache) - Method in class org.terracotta.modules.ehcache.transaction.ClusteredTransactionIDFactory
 
creationTime - Variable in class net.sf.ehcache.ElementData
 

D

deactivate() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
Deactivates WAN-enabled cache, so it rejects all user actions.
DEFAULT_CACHE_MANAGER_NAME - Static variable in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
DefaultAsyncConfig - Class in org.terracotta.modules.ehcache.async
 
DefaultAsyncConfig() - Constructor for class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
delete(CacheEntry) - Method in class org.terracotta.modules.ehcache.writebehind.AsyncWriteBehind
 
DeleteAllAsyncOperation - Class in org.terracotta.modules.ehcache.writebehind.operations
Implements the delete all operation for write behind
DeleteAllAsyncOperation(Collection<CacheEntry>) - Constructor for class org.terracotta.modules.ehcache.writebehind.operations.DeleteAllAsyncOperation
 
DeleteAsyncOperation - Class in org.terracotta.modules.ehcache.writebehind.operations
 
DeleteAsyncOperation(Object, Element) - Constructor for class org.terracotta.modules.ehcache.writebehind.operations.DeleteAsyncOperation
 
DeleteAsyncOperation(Object, Element, long) - Constructor for class org.terracotta.modules.ehcache.writebehind.operations.DeleteAsyncOperation
 
DELIMITER - Static variable in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
deregistered(CacheConfiguration) - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 
deserialize(byte[]) - Static method in class org.terracotta.modules.ehcache.collections.SerializationHelper
 
deserializeFromString(String, ClassLoader) - Static method in class org.terracotta.modules.ehcache.collections.SerializationHelper
 
destroy() - Method in interface org.terracotta.modules.ehcache.async.AsyncCoordinator
Destroy all clustered state associated with the given async coordinator.
destroy(String, String) - Method in interface org.terracotta.modules.ehcache.async.AsyncCoordinatorFactory
 
destroy(String, String) - Method in class org.terracotta.modules.ehcache.async.AsyncCoordinatorFactoryImpl
 
destroy() - Method in class org.terracotta.modules.ehcache.async.AsyncCoordinatorImpl
 
destroy() - Method in class org.terracotta.modules.ehcache.async.ProcessingBucket
 
destroy() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
destroy(String, String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
Destorys any clustered state associated with the given cache.
destroy(String, String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
destroy() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
destroyCache(String, String) - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
die() - Method in interface org.terracotta.modules.ehcache.wan.Watchable
 
die() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
disconnectConfigs() - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 
diskCapacityChanged(int, int) - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 
dispose() - Method in class org.terracotta.modules.ehcache.event.ClusteredEventReplicator
 
dispose() - Method in class org.terracotta.modules.ehcache.event.NonStopEventReplicator
 
dispose() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
dispose() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
dispose() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
dispose() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
dispose() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
dispose() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
dispose() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
dispose() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
disposeClusteredEventReplicator(String) - Method in class org.terracotta.modules.ehcache.event.ClusteredEventReplicatorFactory
 
disposeLocally() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 

E

ehcacheNonStopConfig - Variable in class org.terracotta.modules.ehcache.store.ToolkitNonStopConfiguration
 
ElementData - Class in net.sf.ehcache
Serialized representation of net.sf.ehcache.Element
ElementData() - Constructor for class net.sf.ehcache.ElementData
 
ElementData(Element) - Constructor for class net.sf.ehcache.ElementData
 
enableNonStopForCurrentThread(boolean) - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
entrySet() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
entrySet() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
equals(Object) - Method in class org.terracotta.modules.ehcache.event.ClusterListenerAdapter
 
equals(Object) - Method in class org.terracotta.modules.ehcache.event.TerracottaNodeImpl
 
equals(Object) - Method in class org.terracotta.modules.ehcache.transaction.ClusteredSoftLockIDKey
equals(Object) - Method in class org.terracotta.modules.ehcache.transaction.ClusteredTransactionID
 
equals(Object) - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 
equals(Object) - Method in class org.terracotta.modules.ehcache.transaction.SerializedReadCommittedClusteredSoftLock
 
equals(Object) - Method in class org.terracotta.modules.ehcache.transaction.xa.ClusteredXidTransactionID
equals(Object) - Method in class org.terracotta.modules.ehcache.transaction.xa.XidClustered
 
equals(Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
equals(Object) - Method in class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
EternalElementData - Class in net.sf.ehcache
Serialized representation of an eternal Element
EternalElementData() - Constructor for class net.sf.ehcache.EternalElementData
 
EternalElementData(Element) - Constructor for class net.sf.ehcache.EternalElementData
 
ExceptionOnTimeoutStore - Class in org.terracotta.modules.ehcache.store.nonstop
Implementation of TerracottaStore that throws NonStopCacheException for all operations.
executeQuery(StoreQuery) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
executeQuery(StoreQuery) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
executeQuery(StoreQuery) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
executeQuery(StoreQuery) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
executeQuery(StoreQuery) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
executeQuery(StoreQuery) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
executeQuery(StoreQuery) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
executeQuery(StoreQuery) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
expireElements() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
expireElements() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
Expire all elements.
expireElements() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
expireElements() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
expireElements() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
expireElements() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
expireElements() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
expireElements() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.

F

filter(List<E>) - Method in interface org.terracotta.modules.ehcache.async.ItemsFilter
Called before executing an assembled list of work items.
filter(List<SingleAsyncOperation>) - Method in class org.terracotta.modules.ehcache.writebehind.OperationsFilterWrapper
 
findSoftLockById(SoftLockID) - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLockFactory
 
FireRejoinOperatorEventClusterListener - Class in org.terracotta.modules.ehcache.event
 
FireRejoinOperatorEventClusterListener(ToolkitInstanceFactory) - Constructor for class org.terracotta.modules.ehcache.event.FireRejoinOperatorEventClusterListener
 
flush() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
flush() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
flush() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
flush() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
flush() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
flush() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
flush() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
flush() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
flushBuffer() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
freeze() - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 
fullyQualifiedCacheName - Variable in class org.terracotta.modules.ehcache.store.ClusteredStore
 

G

generatePortableKeyFor(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
Generates a portable key for the supplied object.
get(Object) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
get(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
get(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
get(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
get(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
get(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
get(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
get(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
get(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
get(Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
getAll(Collection<? extends K>) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
getAll(Collection) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getAll(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getAll(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
getAll(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getAll(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
getAll(Collection) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getAll(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getAll(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
getAll(Collection<? extends K>) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
getAllQuiet(Collection<K>) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
getAllQuiet(Collection) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getAllQuiet(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getAllQuiet(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
getAllQuiet(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getAllQuiet(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
getAllQuiet(Collection) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getAllQuiet(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getAllQuiet(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
getAllQuiet(Collection<K>) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
getAllVersioned(Collection<K>) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
getAsyncProcessingBucket(String, String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
getAsyncProcessingBucket(String, String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getBatchSize() - Method in interface org.terracotta.modules.ehcache.async.AsyncConfig
The number of items to include in each batch when batching is enabled.
getBatchSize() - Method in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
getBatchSize() - Method in class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
getBranchQualifier() - Method in class org.terracotta.modules.ehcache.transaction.xa.XidClustered
 
getBucketName() - Method in class org.terracotta.modules.ehcache.async.ProcessingBucket
 
getCacheLockProvider() - Method in class org.terracotta.modules.ehcache.ClusteredCacheInternalContext
 
getCacheName() - Method in class org.terracotta.modules.ehcache.transaction.xa.ClusteredXidTransactionID
 
getConfiguration() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
getConfiguration() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
getCreateTime() - Method in class net.sf.ehcache.ElementData
 
getCreationTime() - Method in class org.terracotta.modules.ehcache.writebehind.KeyBasedOperationWrapper
 
getCreationTime() - Method in class org.terracotta.modules.ehcache.writebehind.operations.DeleteAsyncOperation
 
getCreationTime() - Method in interface org.terracotta.modules.ehcache.writebehind.operations.SingleAsyncOperation
Retrieves the moment when the operation was created.
getCreationTime() - Method in class org.terracotta.modules.ehcache.writebehind.operations.WriteAsyncOperation
 
getCurrentNode() - Method in class org.terracotta.modules.ehcache.event.TerracottaTopologyImpl
 
getElement() - Method in class org.terracotta.modules.ehcache.event.CacheEventNotificationMsg
 
getElement(TransactionID, SoftLockID) - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 
getElement() - Method in class org.terracotta.modules.ehcache.writebehind.operations.DeleteAsyncOperation
 
getElement() - Method in interface org.terracotta.modules.ehcache.writebehind.operations.SingleAsyncOperation
 
getElement() - Method in class org.terracotta.modules.ehcache.writebehind.operations.WriteAsyncOperation
 
getFormatId() - Method in class org.terracotta.modules.ehcache.transaction.xa.XidClustered
 
getFullyQualifiedCacheName() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getFullyQualifiedCacheName(Ehcache) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
Returns a fully qualified name for the cache
getFullyQualifiedCacheName(Ehcache) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getFullyQualifiedEhcacheName() - Method in class org.terracotta.modules.ehcache.event.CacheEventNotificationMsg
 
getFullyQualifiedEhcacheName() - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeNotificationMsg
 
getGlobalTransactionId() - Method in class org.terracotta.modules.ehcache.transaction.xa.XidClustered
 
getHostname() - Method in class org.terracotta.modules.ehcache.event.TerracottaNodeImpl
 
getId() - Method in class org.terracotta.modules.ehcache.event.TerracottaNodeImpl
 
getInMemoryEvictionPolicy() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getInMemoryEvictionPolicy() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getInMemoryEvictionPolicy() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getInMemoryEvictionPolicy() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getInMemoryEvictionPolicy() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getInMemoryEvictionPolicy() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getInMemoryEvictionPolicy() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getInMemoryEvictionPolicy() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getInMemorySize() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getInMemorySize() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getInMemorySize() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getInMemorySize() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getInMemorySize() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getInMemorySize() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getInMemorySize() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getInMemorySize() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getInMemorySizeInBytes() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getInMemorySizeInBytes() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getInMemorySizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getInMemorySizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getInMemorySizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getInMemorySizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getInMemorySizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getInMemorySizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getInstance() - Static method in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
Return an AsyncConfig instance representing the default configuration.
getInstance() - Static method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
returns the singleton instance
getInstance() - Static method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
Returns the singleton instance
getInstance() - Static method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
returns the singleton instance
getInternalContext() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getInternalContext() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getInternalContext() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getInternalContext() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getInternalContext() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getInternalContext() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getInternalContext() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getInternalContext() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getIp() - Method in class org.terracotta.modules.ehcache.event.TerracottaNodeImpl
 
getKey() - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 
getKey() - Method in class org.terracotta.modules.ehcache.writebehind.KeyBasedOperationWrapper
 
getKey() - Method in class org.terracotta.modules.ehcache.writebehind.operations.DeleteAsyncOperation
 
getKey() - Method in interface org.terracotta.modules.ehcache.writebehind.operations.SingleAsyncOperation
Retrieves the key for this operation.
getKey() - Method in class org.terracotta.modules.ehcache.writebehind.operations.WriteAsyncOperation
 
getKeys() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getKeys() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getKeys() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getKeys() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getKeys() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getKeys() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getKeys() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getKeys() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getKeysInvisibleInContext(LocalTransactionContext, Store) - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLockFactory
 
getLastAccessedTime() - Method in class net.sf.ehcache.ElementData
 
getLastProcessing() - Method in class org.terracotta.modules.ehcache.async.ProcessingBucket
 
getLeader() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getLocalKeys() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getLocalKeys() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getLocalKeys() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
getLocalKeys() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getLocalKeys() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
getLocalKeys() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getLocalKeys() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getLocalKeys() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
getLockForCache(Ehcache, String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
getLockForCache(Ehcache, String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getMaxAllowedFallBehind() - Method in interface org.terracotta.modules.ehcache.async.AsyncConfig
The maximum amount of time that a queue is allowed to fall behind on the work that it's processing.
getMaxAllowedFallBehind() - Method in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
getMaxAllowedFallBehind() - Method in class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
getMaxQueueSize() - Method in interface org.terracotta.modules.ehcache.async.AsyncConfig
The maximum size of items the Async coordinator can hold.
getMaxQueueSize() - Method in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
getMaxQueueSize() - Method in class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
getMBean() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getMBean() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getMBean() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getMBean() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getMBean() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getMBean() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getMBean() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getMBean() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getName() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
getName() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
getNewValue() - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeNotificationMsg
 
getNodes() - Method in class org.terracotta.modules.ehcache.event.TerracottaTopologyImpl
 
getNodesWithKeys(Set) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
getOffHeapSize() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getOffHeapSize() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getOffHeapSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getOffHeapSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getOffHeapSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getOffHeapSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getOffHeapSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getOffHeapSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getOffHeapSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getOffHeapSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getOffHeapSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getOffHeapSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getOffHeapSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getOffHeapSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getOffHeapSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getOffHeapSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getOnDiskSize() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getOnDiskSize() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getOnDiskSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getOnDiskSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getOnDiskSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getOnDiskSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getOnDiskSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getOnDiskSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getOnDiskSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getOnDiskSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getOnDiskSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getOnDiskSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getOnDiskSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getOnDiskSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getOnDiskSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getOnDiskSizeInBytes() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getOrCreateAllSoftLockMap(String, String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
getOrCreateAllSoftLockMap(String, String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateAsyncConfigMap() - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
getOrCreateAsyncConfigMap() - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateAsyncCoordinator(Ehcache, AsyncConfig) - Method in interface org.terracotta.modules.ehcache.async.AsyncCoordinatorFactory
 
getOrCreateAsyncCoordinator(Ehcache, AsyncConfig) - Method in class org.terracotta.modules.ehcache.async.AsyncCoordinatorFactoryImpl
 
getOrCreateAsyncListNamesMap(String, String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
getOrCreateAsyncListNamesMap(String, String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateAttributeMap(String, String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
Returns a ToolkitMap that will be used internally by Toolkit to store attribute schema.
getOrCreateAttributeMap(String, String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateCacheDisposalNotifier(Ehcache) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
getOrCreateCacheDisposalNotifier(Ehcache) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateCacheEventNotifier(Ehcache) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
Returns a ToolkitNotifier for the cachse to notify CacheEventNotificationMsg across the cluster
getOrCreateCacheEventNotifier(Ehcache) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateCacheManagerMetaInfoMap(String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
getOrCreateCacheManagerMetaInfoMap(String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateClusteredEventReplicator(Ehcache) - Method in class org.terracotta.modules.ehcache.event.ClusteredEventReplicatorFactory
 
getOrCreateClusteredSoftLockFactory(Ehcache) - Method in class org.terracotta.modules.ehcache.transaction.SoftLockManagerProvider
 
getOrCreateClusteredStoreConfigMap(String, String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
getOrCreateClusteredStoreConfigMap(String, String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateConfigChangeNotifier(Ehcache) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
Returns a ToolkitNotifier for the cache for notifying CacheConfigChangeNotificationMsg across the cluster
getOrCreateConfigChangeNotifier(Ehcache) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateExtractorsMap(String, String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
Returns a ToolkitMap for storing serialized extractors for the cache
getOrCreateExtractorsMap(String, String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateNewSoftLocksSet(String, String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
getOrCreateNewSoftLocksSet(String, String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateSoftLockManager(Ehcache) - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
getOrCreateStoreLock(Ehcache) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
Returns a ToolkitReadWriteLock for protecting the cache's store cluster wide
getOrCreateStoreLock(Ehcache) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateToolkitCache(Ehcache) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
Returns the backend ToolkitCacheInternal to be used for the cache
getOrCreateToolkitCache(Ehcache) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateTransactionCommitStateMap(String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
Return the map used for storing commit state of ehcache transactions
getOrCreateTransactionCommitStateMap(String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOrCreateWanAwareToolkitCache(String, String, CacheConfiguration, boolean, boolean) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
This method should only be used by the Orchestrator for fetching a WanAwareToolkitCache
getOrCreateWanAwareToolkitCache(String, String, CacheConfiguration, boolean, boolean) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getOwnerID() - Method in interface org.terracotta.modules.ehcache.transaction.ClusteredID
 
getOwnerID() - Method in class org.terracotta.modules.ehcache.transaction.ClusteredTransactionID
 
getOwnerID() - Method in class org.terracotta.modules.ehcache.transaction.xa.ClusteredXidTransactionID
 
getProductId() - Method in class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
getQueueSize() - Method in interface org.terracotta.modules.ehcache.async.AsyncCoordinator
 
getQueueSize() - Method in class org.terracotta.modules.ehcache.async.AsyncCoordinatorImpl
 
getQueueSize() - Method in class org.terracotta.modules.ehcache.writebehind.AsyncWriteBehind
 
getQuiet(Object) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
getQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
getQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
getQuiet(Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
getRateLimit() - Method in interface org.terracotta.modules.ehcache.async.AsyncConfig
Sets the maximum number of operations to allow per second when AsyncConfig.isBatchingEnabled() is enabled.
getRateLimit() - Method in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
getRateLimit() - Method in class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
getReadOpNonStopTimeoutBehavior() - Method in class org.terracotta.modules.ehcache.store.nonstop.ToolkitNonstopDisableConfig
 
getReadOpNonStopTimeoutBehavior() - Method in class org.terracotta.modules.ehcache.store.ToolkitNonStopConfiguration
 
getReadOpNonStopTimeoutBehavior() - Method in class org.terracotta.modules.ehcache.store.ToolkitNonStopExceptionOnTimeoutConfiguration
 
getRealKeyObject(String) - Method in interface org.terracotta.modules.ehcache.store.ValueModeHandler
 
getRealKeyObject(String, ClassLoader) - Method in interface org.terracotta.modules.ehcache.store.ValueModeHandler
 
getRealKeyObject(String) - Method in class org.terracotta.modules.ehcache.store.ValueModeHandlerSerialization
 
getRealKeyObject(String, ClassLoader) - Method in class org.terracotta.modules.ehcache.store.ValueModeHandlerSerialization
 
getRetryAttemptDelay() - Method in interface org.terracotta.modules.ehcache.async.AsyncConfig
Retrieves the number of milliseconds to wait before retrying a failed operation.
getRetryAttemptDelay() - Method in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
getRetryAttemptDelay() - Method in class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
getRetryAttempts() - Method in interface org.terracotta.modules.ehcache.async.AsyncConfig
Retrieves the number of times the processing of an item is retried.
getRetryAttempts() - Method in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
getRetryAttempts() - Method in class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
getScheme() - Method in class org.terracotta.modules.ehcache.event.TerracottaTopologyImpl
 
getSearchAttribute(String) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getSearchAttribute(String) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getSearchAttribute(String) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getSearchAttribute(String) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getSearchAttribute(String) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getSearchAttribute(String) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getSearchAttribute(String) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getSearchAttribute(String) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getSearchAttributes() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
 
getSearchAttributes() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getSearchAttributes() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
 
getSearchAttributes() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getSearchAttributes() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
 
getSearchAttributes() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
 
getSearchAttributes() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
 
getSearchAttributes() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
 
getSearchTimeoutMillis() - Method in class org.terracotta.modules.ehcache.store.nonstop.ToolkitNonstopDisableConfig
 
getSearchTimeoutMillis() - Method in class org.terracotta.modules.ehcache.store.ToolkitNonStopConfiguration
 
getSize() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getSize() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getSoftLock(ToolkitInstanceFactory, ReadCommittedClusteredSoftLockFactory) - Method in class org.terracotta.modules.ehcache.transaction.SerializedReadCommittedClusteredSoftLock
 
getSoftLockFreezeLock(String, String, TransactionID, Object) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
getSoftLockFreezeLock(String, String, TransactionID, Object) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getSoftLockNotifierLock(String, String, TransactionID, Object) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
getSoftLockNotifierLock(String, String, TransactionID, Object) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getSoftLockWriteLock(String, String, TransactionID, Object) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
getSoftLockWriteLock(String, String, TransactionID, Object) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getStatus() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getStatus() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getStatus() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getStatus() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getStatus() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getStatus() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getStatus() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getStatus() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getSyncForKey(Object) - Method in class org.terracotta.modules.ehcache.ClusteredCacheInternalContext
 
getSyncForKey(Object) - Method in class org.terracotta.modules.ehcache.concurrency.NonStopCacheLockProvider
 
getSyncForKey(Object) - Method in class org.terracotta.modules.ehcache.concurrency.TCCacheLockProvider
 
getTCConfigSnippet() - Method in class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
getTCConfigUrl() - Method in class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
getTerracottaClusteredSize() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getTerracottaClusteredSize() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getTerracottaClusteredSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
getTerracottaClusteredSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getTerracottaClusteredSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
getTerracottaClusteredSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getTerracottaClusteredSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getTerracottaClusteredSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
getTimeoutMillis() - Method in class org.terracotta.modules.ehcache.store.nonstop.ToolkitNonstopDisableConfig
 
getTimeoutMillis() - Method in class org.terracotta.modules.ehcache.store.ToolkitNonStopConfiguration
 
getToolkit() - Method in class org.terracotta.modules.ehcache.ClusteredCacheInternalContext
 
getToolkit() - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
Returns the toolkit associated with this factory
getToolkit() - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
getToolkitConfigName() - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeNotificationMsg
 
getToolkitEventType() - Method in class org.terracotta.modules.ehcache.event.CacheEventNotificationMsg
 
getToolkitMapNameForCache(String, String) - Static method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
getTopology() - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
getTopologyListeners() - Method in class org.terracotta.modules.ehcache.event.TerracottaTopologyImpl
 
getTransactionalMode() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
getTransactionalMode() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
getTransactionalMode() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
getTransactionalMode() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
getTransactionalMode() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
getTransactionalMode() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
getTransactionalMode() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
getTransactionalMode() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
getTransactionID() - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 
getTransactionStates() - Method in class org.terracotta.modules.ehcache.transaction.ClusteredTransactionIDFactory
 
getTunnelledMBeanDomains() - Method in class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
getUUID() - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
This is used by SampledMBeanRegistrationProvider to generate a JMX MBean ObjectName containing the client's uuid so that it can be associated with the correct connection when tunneled to the L2.
getValue() - Method in class net.sf.ehcache.ElementData
 
getVersionedValue(Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
getWaitCount() - Method in class org.terracotta.modules.ehcache.async.ProcessingBucket
 
getWorkDelay() - Method in interface org.terracotta.modules.ehcache.async.AsyncConfig
Returns the minimum amount of time to wait between individual work cycles.
getWorkDelay() - Method in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
getWorkDelay() - Method in class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
getWriteOpNonStopTimeoutBehavior() - Method in class org.terracotta.modules.ehcache.store.nonstop.ToolkitNonstopDisableConfig
 
getWriteOpNonStopTimeoutBehavior() - Method in class org.terracotta.modules.ehcache.store.ToolkitNonStopConfiguration
 
getWriteOpNonStopTimeoutBehavior() - Method in class org.terracotta.modules.ehcache.store.ToolkitNonStopExceptionOnTimeoutConfiguration
 
getXid() - Method in class org.terracotta.modules.ehcache.transaction.xa.ClusteredXidTransactionID
 
goLive() - Method in interface org.terracotta.modules.ehcache.wan.Watchable
 
goLive() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 

H

handleException(Throwable) - Method in interface org.terracotta.modules.ehcache.store.ClusteredStoreExceptionHandler
 
hasAbortedSizeOf() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
hasAbortedSizeOf() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
hasAbortedSizeOf() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
hasAbortedSizeOf() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
hasAbortedSizeOf() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
hasAbortedSizeOf() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
hasAbortedSizeOf() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
hasAbortedSizeOf() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
hashCode() - Method in class org.terracotta.modules.ehcache.event.ClusterListenerAdapter
 
hashCode() - Method in class org.terracotta.modules.ehcache.event.TerracottaNodeImpl
 
hashCode() - Method in class org.terracotta.modules.ehcache.transaction.ClusteredSoftLockIDKey
hashCode() - Method in class org.terracotta.modules.ehcache.transaction.ClusteredTransactionID
 
hashCode() - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 
hashCode() - Method in class org.terracotta.modules.ehcache.transaction.SerializedReadCommittedClusteredSoftLock
 
hashCode() - Method in class org.terracotta.modules.ehcache.transaction.xa.ClusteredXidTransactionID
hashCode() - Method in class org.terracotta.modules.ehcache.transaction.xa.XidClustered
 
hashCode() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
hashCode() - Method in class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
HashCodeScatterPolicy<E extends Serializable> - Class in org.terracotta.modules.ehcache.async.scatterpolicies
 
HashCodeScatterPolicy() - Constructor for class org.terracotta.modules.ehcache.async.scatterpolicies.HashCodeScatterPolicy
 
hitCount - Variable in class net.sf.ehcache.ElementData
 
hold(ToolkitLock) - Method in class org.terracotta.modules.ehcache.async.LockHolder
 

I

IllegalConfigurationException - Exception in org.terracotta.modules.ehcache.wan
 
IllegalConfigurationException() - Constructor for exception org.terracotta.modules.ehcache.wan.IllegalConfigurationException
 
IllegalConfigurationException(String) - Constructor for exception org.terracotta.modules.ehcache.wan.IllegalConfigurationException
 
IllegalConfigurationException(String, Throwable) - Constructor for exception org.terracotta.modules.ehcache.wan.IllegalConfigurationException
 
IllegalConfigurationException(Throwable) - Constructor for exception org.terracotta.modules.ehcache.wan.IllegalConfigurationException
 
init(CacheLockProvider) - Method in class org.terracotta.modules.ehcache.concurrency.NonStopCacheLockProvider
 
init() - Method in class org.terracotta.modules.ehcache.wan.Watchdog
 
initialize(Runnable, NonstopConfiguration) - Method in class org.terracotta.modules.ehcache.store.TerracottaStoreInitializationService
 
isBatchingEnabled() - Method in interface org.terracotta.modules.ehcache.async.AsyncConfig
Indicates whether to batch items.
isBatchingEnabled() - Method in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
isBatchingEnabled() - Method in class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
isBuffering() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
isBulkLoadEnabled() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
isBulkLoadEnabled() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
isCacheBidirectional(String, String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
 
isCacheCoherent() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
isCacheCoherent() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
isCacheCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
isCacheCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
isCacheCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
isCacheCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
isCacheCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
isCacheCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
isCacheReplica(String, String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
 
isClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
isClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
isClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
isClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
isClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
isClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
isClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
isClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
isClusterOnline() - Method in class org.terracotta.modules.ehcache.event.TerracottaTopologyImpl
 
isConfigUrl() - Method in class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
isDestroyed() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
isDestroyed() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
isEmpty() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
isEmpty() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
isEnabled() - Method in class org.terracotta.modules.ehcache.store.nonstop.ToolkitNonstopDisableConfig
 
isEnabled() - Method in class org.terracotta.modules.ehcache.store.ToolkitNonStopConfiguration
 
isExpired(TransactionID) - Method in class org.terracotta.modules.ehcache.transaction.ClusteredTransactionIDFactory
 
isExpired() - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 
isHeldByCurrentThread(LockType) - Method in class org.terracotta.modules.ehcache.concurrency.NonStopSyncWrapper
isImmediateTimeoutEnabled() - Method in class org.terracotta.modules.ehcache.store.nonstop.ToolkitNonstopDisableConfig
 
isImmediateTimeoutEnabled() - Method in class org.terracotta.modules.ehcache.store.ToolkitNonStopConfiguration
 
isNodeBulkLoadEnabled() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
isNodeBulkLoadEnabled() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
isNodeCoherent() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
isNodeCoherent() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
isNodeCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
isNodeCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
isNodeCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
isNodeCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
isNodeCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
isNodeCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
isPersistent() - Method in class org.terracotta.modules.ehcache.transaction.ClusteredTransactionIDFactory
 
isReady() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
Can the cache handle user actions ?
isRejoinException(Throwable) - Static method in class org.terracotta.modules.ehcache.async.PlatformExceptionUtils
 
isSearchable() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
isStealingEnabled() - Method in class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
isSynchronousWrite() - Method in interface org.terracotta.modules.ehcache.async.AsyncConfig
Perform all writes to the Terracotta backend in a synchronous fashion, hence increasing reliability but decreasing performance.
isSynchronousWrite() - Method in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
isSynchronousWrite() - Method in class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
isTCNRE(Throwable) - Static method in class org.terracotta.modules.ehcache.async.PlatformExceptionUtils
 
isWanEnabledCache(String, String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
This method returns true if the cache is wan-enabled else false.
isWANReady(String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
This method is used to check whether the WAN meta-data is available or not.
ItemProcessor<E extends Serializable> - Interface in org.terracotta.modules.ehcache.async
 
ItemScatterPolicy<E extends Serializable> - Interface in org.terracotta.modules.ehcache.async.scatterpolicies
 
ItemsFilter<E extends Serializable> - Interface in org.terracotta.modules.ehcache.async
An interface for implementing a filter for quarantined items before they're actually processed.

K

KeyBasedOperationWrapper - Class in org.terracotta.modules.ehcache.writebehind
 
KeyBasedOperationWrapper(Object, long) - Constructor for class org.terracotta.modules.ehcache.writebehind.KeyBasedOperationWrapper
 
keySet() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
keySet() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
keySetForSegment(int) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 

L

lastAccessTime - Variable in class net.sf.ehcache.ElementData
 
lastUpdateTime - Variable in class net.sf.ehcache.ElementData
 
LEADER_NODE_ID - Static variable in class org.terracotta.modules.ehcache.store.ClusteredStore
 
linkClusteredCacheManager(String, Configuration) - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
linkClusteredCacheManager(String, Configuration) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
Links a terracotta enabled cache manager to the cluster
linkClusteredCacheManager(String, Configuration) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
localKeySet() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
localOffHeapSize() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
localOffHeapSizeInBytes() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
localOnHeapSize() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
localOnHeapSizeInBytes() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
LocalReadsAndExceptionOnWritesTimeoutStore - Class in org.terracotta.modules.ehcache.store.nonstop
LocalReadsAndExceptionOnWritesTimeoutStore
LocalReadsAndExceptionOnWritesTimeoutStore(TerracottaStore) - Constructor for class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
Constructor accepting the TerracottaStore
LocalReadsAndExceptionOnWritesTimeoutStore() - Constructor for class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
LocalReadsOnTimeoutStore - Class in org.terracotta.modules.ehcache.store.nonstop
A TerracottaStore implementation that returns the local value in the VM, if present, for get operations and no-op for put, remove and other operations
LocalReadsOnTimeoutStore(TerracottaStore) - Constructor for class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
Constructor accepting the TerracottaStore
localSize() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
lock(LockType) - Method in class org.terracotta.modules.ehcache.concurrency.NonStopSyncWrapper
lock() - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 
LockHolder - Class in org.terracotta.modules.ehcache.async
 
LockHolder() - Constructor for class org.terracotta.modules.ehcache.async.LockHolder
 
LOGGER - Static variable in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
LOGGER - Static variable in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
loggingChanged(boolean, boolean) - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 

M

main(String[]) - Static method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
 
main(String[]) - Static method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
 
mapMaxEntriesInCacheToTotalCount(int) - Static method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 
markCacheAsBidirectional(String, String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
 
markCacheAsMaster(String, String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
 
markCacheAsReplica(String, String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
 
markCacheAsUnidirectional(String, String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
 
markCacheWanDisabled(String, String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
markCacheWanDisabled(String, String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
markCacheWanDisabled(String, String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
This method is used by Client to mark the cache as wan-disabled.
markCacheWanEnabled(String, String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
This method is used by Orchestrator to mark the cache as wan-enabled.
markWANReady(String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
This method marks that WAN meta-data is available for the given cacheManager
MAX_ALLOWED_FALLBEHIND - Static variable in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
MAX_QUEUE_SIZE - Static variable in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
maxBytesLocalDiskChanged(long, long) - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 
maxBytesLocalHeapChanged(long, long) - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 
maxEntriesInCacheChanged(long, long) - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 
memoryCapacityChanged(int, int) - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 

N

name() - Method in interface org.terracotta.modules.ehcache.wan.Watchable
Returns a name which uniquely identifies the Watchable.
name() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
net.sf.ehcache - package net.sf.ehcache
 
net.sf.ehcache.terracotta - package net.sf.ehcache.terracotta
 
newNonStopSubTypeProxy(Class<E>, E) - Static method in class org.terracotta.modules.ehcache.store.nonstop.NonStopSubTypeProxyUtil
 
newStore(Ehcache) - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
nodeJoined(ClusterNode) - Method in class org.terracotta.modules.ehcache.event.FireRejoinOperatorEventClusterListener
 
nodeLeft(ClusterNode) - Method in class org.terracotta.modules.ehcache.event.FireRejoinOperatorEventClusterListener
 
NonEternalElementData - Class in net.sf.ehcache
Serialized representation of non-eternal Element
NonEternalElementData() - Constructor for class net.sf.ehcache.NonEternalElementData
 
NonEternalElementData(Element) - Constructor for class net.sf.ehcache.NonEternalElementData
 
NonStopCacheLockProvider - Class in org.terracotta.modules.ehcache.concurrency
 
NonStopCacheLockProvider(NonStopFeature, NonstopConfiguration, ToolkitInstanceFactory) - Constructor for class org.terracotta.modules.ehcache.concurrency.NonStopCacheLockProvider
 
NonStopEventReplicator - Class in org.terracotta.modules.ehcache.event
 
NonStopEventReplicator(CacheEventListener, ToolkitInstanceFactory, NonstopConfiguration) - Constructor for class org.terracotta.modules.ehcache.event.NonStopEventReplicator
 
NonStopStoreWrapper - Class in org.terracotta.modules.ehcache.store.nonstop
 
NonStopStoreWrapper(Callable<TerracottaStore>, ToolkitInstanceFactory, Ehcache, TerracottaStoreInitializationService) - Constructor for class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
 
NonStopSubTypeProxyUtil - Class in org.terracotta.modules.ehcache.store.nonstop
Utility to create a Proxy for Subtypes to catch NonStopException and translate that to NonStopCacheException.
NonStopSubTypeProxyUtil() - Constructor for class org.terracotta.modules.ehcache.store.nonstop.NonStopSubTypeProxyUtil
 
NonStopSyncWrapper - Class in org.terracotta.modules.ehcache.concurrency
 
NonStopSyncWrapper(Sync, ToolkitInstanceFactory, ToolkitNonStopExceptionOnTimeoutConfiguration) - Constructor for class org.terracotta.modules.ehcache.concurrency.NonStopSyncWrapper
 
NoOpOnTimeoutStore - Class in org.terracotta.modules.ehcache.store.nonstop
Implementation of TerracottaStore which returns null for all get operations and does nothing for puts and removes.
notifyCacheEventListenersChanged() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
notifyCacheEventListenersChanged() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
notifyCacheEventListenersChanged() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
 
notifyCacheEventListenersChanged() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
notifyCacheEventListenersChanged() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
 
notifyCacheEventListenersChanged() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
notifyCacheEventListenersChanged() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
 
notifyCacheEventListenersChanged() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
 
notifyElementEvicted(Ehcache, Element) - Method in class org.terracotta.modules.ehcache.event.ClusteredEventReplicator
 
notifyElementEvicted(Ehcache, Element) - Method in class org.terracotta.modules.ehcache.event.NonStopEventReplicator
 
notifyElementExpired(Ehcache, Element) - Method in class org.terracotta.modules.ehcache.event.ClusteredEventReplicator
 
notifyElementExpired(Ehcache, Element) - Method in class org.terracotta.modules.ehcache.event.NonStopEventReplicator
 
notifyElementPut(Ehcache, Element) - Method in class org.terracotta.modules.ehcache.event.ClusteredEventReplicator
 
notifyElementPut(Ehcache, Element) - Method in class org.terracotta.modules.ehcache.event.NonStopEventReplicator
 
notifyElementRemoved(Ehcache, Element) - Method in class org.terracotta.modules.ehcache.event.ClusteredEventReplicator
 
notifyElementRemoved(Ehcache, Element) - Method in class org.terracotta.modules.ehcache.event.NonStopEventReplicator
 
notifyElementUpdated(Ehcache, Element) - Method in class org.terracotta.modules.ehcache.event.ClusteredEventReplicator
 
notifyElementUpdated(Ehcache, Element) - Method in class org.terracotta.modules.ehcache.event.NonStopEventReplicator
 
notifyRemoveAll(Ehcache) - Method in class org.terracotta.modules.ehcache.event.ClusteredEventReplicator
 
notifyRemoveAll(Ehcache) - Method in class org.terracotta.modules.ehcache.event.NonStopEventReplicator
 

O

onClusterEvent(ClusterEvent) - Method in class org.terracotta.modules.ehcache.event.ClusterListenerAdapter
 
onNotification(ToolkitNotificationEvent) - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 
OperationsFilterWrapper - Class in org.terracotta.modules.ehcache.writebehind
 
OperationsFilterWrapper(OperationsFilter<KeyBasedOperation>) - Constructor for class org.terracotta.modules.ehcache.writebehind.OperationsFilterWrapper
 
org.terracotta.modules.ehcache - package org.terracotta.modules.ehcache
 
org.terracotta.modules.ehcache.async - package org.terracotta.modules.ehcache.async
 
org.terracotta.modules.ehcache.async.exceptions - package org.terracotta.modules.ehcache.async.exceptions
 
org.terracotta.modules.ehcache.async.scatterpolicies - package org.terracotta.modules.ehcache.async.scatterpolicies
 
org.terracotta.modules.ehcache.collections - package org.terracotta.modules.ehcache.collections
 
org.terracotta.modules.ehcache.concurrency - package org.terracotta.modules.ehcache.concurrency
 
org.terracotta.modules.ehcache.event - package org.terracotta.modules.ehcache.event
 
org.terracotta.modules.ehcache.management - package org.terracotta.modules.ehcache.management
 
org.terracotta.modules.ehcache.store - package org.terracotta.modules.ehcache.store
 
org.terracotta.modules.ehcache.store.nonstop - package org.terracotta.modules.ehcache.store.nonstop
 
org.terracotta.modules.ehcache.transaction - package org.terracotta.modules.ehcache.transaction
 
org.terracotta.modules.ehcache.transaction.xa - package org.terracotta.modules.ehcache.transaction.xa
 
org.terracotta.modules.ehcache.wan - package org.terracotta.modules.ehcache.wan
 
org.terracotta.modules.ehcache.writebehind - package org.terracotta.modules.ehcache.writebehind
 
org.terracotta.modules.ehcache.writebehind.operations - package org.terracotta.modules.ehcache.writebehind.operations
 

P

performBatchOperation(CacheWriter) - Method in interface org.terracotta.modules.ehcache.writebehind.operations.BatchAsyncOperation
Perform the batch operation for a particular batch writer
performBatchOperation(CacheWriter) - Method in class org.terracotta.modules.ehcache.writebehind.operations.DeleteAllAsyncOperation
 
performBatchOperation(CacheWriter) - Method in class org.terracotta.modules.ehcache.writebehind.operations.WriteAllAsyncOperation
 
performSingleOperation(CacheWriter) - Method in class org.terracotta.modules.ehcache.writebehind.operations.DeleteAsyncOperation
 
performSingleOperation(CacheWriter) - Method in interface org.terracotta.modules.ehcache.writebehind.operations.SingleAsyncOperation
Perform this operation as a single execution with the provided cache writer
performSingleOperation(CacheWriter) - Method in class org.terracotta.modules.ehcache.writebehind.operations.WriteAsyncOperation
 
PlatformExceptionUtils - Class in org.terracotta.modules.ehcache.async
 
PlatformExceptionUtils() - Constructor for class org.terracotta.modules.ehcache.async.PlatformExceptionUtils
 
POLICY - Static variable in class org.terracotta.modules.ehcache.writebehind.AsyncWriteBehind
 
probeLiveness() - Method in interface org.terracotta.modules.ehcache.wan.Watchable
Checks whether or not a given Watchable is alive.
probeLiveness() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
process(E) - Method in interface org.terracotta.modules.ehcache.async.ItemProcessor
 
process(Collection<E>) - Method in interface org.terracotta.modules.ehcache.async.ItemProcessor
 
process(SingleAsyncOperation) - Method in class org.terracotta.modules.ehcache.writebehind.CacheWriterProcessor
 
process(Collection<SingleAsyncOperation>) - Method in class org.terracotta.modules.ehcache.writebehind.CacheWriterProcessor
 
ProcessingBucket<E extends Serializable> - Class in org.terracotta.modules.ehcache.async
 
ProcessingBucket(String, AsyncConfig, ToolkitListInternal<E>, ClusterInfo, ItemProcessor<E>, boolean) - Constructor for class org.terracotta.modules.ehcache.async.ProcessingBucket
 
ProcessingException - Exception in org.terracotta.modules.ehcache.async.exceptions
 
ProcessingException(String, Throwable) - Constructor for exception org.terracotta.modules.ehcache.async.exceptions.ProcessingException
 
put(K, V) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
put(Element) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
put(Element) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
put(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
put(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
put(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
put(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
put(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
put(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
put(K, V, int, int, int) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
put(K, V) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
putAll(Collection) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
putAll(Collection<Element>) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
putAll(Collection<Element>) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
putAll(Collection<Element>) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
putAll(Collection<Element>) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
putAll(Collection) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
putAll(Collection<Element>) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
putAll(Collection<Element>) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
putAll(Map<? extends K, ? extends V>) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
putIfAbsent(K, V) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
putIfAbsent(K, V, long, int, int) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
putIfAbsent(Element) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
putIfAbsent(Element) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
putIfAbsent(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
putIfAbsent(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
putIfAbsent(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
putIfAbsent(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
putIfAbsent(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
putIfAbsent(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
putIfAbsent(K, V, long, int, int) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
putIfAbsent(K, V) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
putIfAbsentVersioned(K, V, long) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
putIfAbsentVersioned(K, V, long, int, int, int) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
putNoReturn(K, V) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
putNoReturn(K, V, long, int, int) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
putNoReturn(K, V, long, int, int) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
putNoReturn(K, V) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
putVersioned(K, V, long) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
putVersioned(K, V, long, int, int, int) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
putWithWriter(Element, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
putWithWriter(Element, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
putWithWriter(Element, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
putWithWriter(Element, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
putWithWriter(Element, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
putWithWriter(Element, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
putWithWriter(Element, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
putWithWriter(Element, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.

Q

quickClear() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
quickClear() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
quickClear() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
quickClear() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
quickClear() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
quickClear() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
quickClear() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
quickClear() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
quickClear() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
quickSize() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
quickSize() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
quickSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
quickSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
quickSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
quickSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
quickSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
quickSize() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
quickSize() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 

R

RATE_LIMIT - Static variable in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
readAttributes(ObjectInput) - Method in class net.sf.ehcache.ElementData
The subclasses must implement this method to read any subclass specific attributes while deserialization
It will be called when this object is being deserialized.
readAttributes(ObjectInput) - Method in class net.sf.ehcache.EternalElementData
 
readAttributes(ObjectInput) - Method in class net.sf.ehcache.NonEternalElementData
 
ReadCommittedClusteredSoftLock - Class in org.terracotta.modules.ehcache.transaction
 
ReadCommittedClusteredSoftLockFactory - Class in org.terracotta.modules.ehcache.transaction
 
ReadCommittedClusteredSoftLockFactory(ToolkitInstanceFactory, String, String) - Constructor for class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLockFactory
 
readExternal(ObjectInput) - Method in class net.sf.ehcache.ElementData
 
recalculateSize(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
recalculateSize(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
recalculateSize(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
recalculateSize(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
recalculateSize(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
recalculateSize(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
recalculateSize(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
recalculateSize(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
registered(CacheConfiguration) - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 
registerVersionUpdateListener(VersionUpdateListener) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
RejoinWithoutNonStopStore - Class in org.terracotta.modules.ehcache.store.nonstop
 
release(ToolkitLock) - Method in class org.terracotta.modules.ehcache.async.LockHolder
 
remove(Object) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
remove(Object, Object) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
remove(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
remove(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
remove(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
remove(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
remove(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
remove(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
remove(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
remove(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
remove(Object, Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
remove(Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
remove(Object, Object, ToolkitValueComparator<V>) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
removeAll() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
removeAll(Collection) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
removeAll(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
removeAll() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
removeAll(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
removeAll() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
removeAll(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
removeAll() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
removeAll(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
removeAll() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
removeAll() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
removeAll(Collection) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
removeAll(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
removeAll() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
removeAll(Collection<?>) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
removeAll() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
removeAll(Set<K>) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
removeAllListeners() - Method in class org.terracotta.modules.ehcache.event.TerracottaTopologyImpl
 
removeElement(Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
removeElement(Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
removeElement(Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
removeElement(Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
removeElement(Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
removeElement(Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
removeElement(Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
removeElement(Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
removeListener(ToolkitCacheListener<K>) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
removeListener(ToolkitCacheListener<K>) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
removeNonStopConfigforCache(Ehcache) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
removeNonStopConfigforCache(Ehcache) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
removeNoReturn(Object) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
removeNoReturn(Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
removeStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
removeStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
removeStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
removeStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
removeStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
removeStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
removeStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
removeStoreListener(StoreListener) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
removeTopologyListener(ClusterTopologyListener) - Method in class org.terracotta.modules.ehcache.event.TerracottaTopologyImpl
 
removeTunnelledMBeanDomain(String) - Method in class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
removeVersioned(Object, long) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
removeWithWriter(Object, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
removeWithWriter(Object, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
removeWithWriter(Object, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
removeWithWriter(Object, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
removeWithWriter(Object, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
removeWithWriter(Object, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
removeWithWriter(Object, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
removeWithWriter(Object, CacheWriterManager) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
replace(K, V, V) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
replace(K, V) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
replace(Element) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
replace(Element, Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
replace(Element, Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
replace(Element) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
replace(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
replace(Element, Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
replace(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
replace(Element, Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
replace(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
replace(Element, Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
replace(Element, Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
replace(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
replace(Element, Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
replace(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
replace(Element) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
replace(Element, Element, ElementValueComparator) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
replace(K, V, V) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
replace(K, V) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
replace(K, V, V, ToolkitValueComparator<V>) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
reset() - Method in class org.terracotta.modules.ehcache.async.LockHolder
 
restoreTransactionID(TransactionIDSerializedForm) - Method in class org.terracotta.modules.ehcache.transaction.ClusteredTransactionIDFactory
 
restoreXidTransactionID(XidTransactionIDSerializedForm) - Method in class org.terracotta.modules.ehcache.transaction.ClusteredTransactionIDFactory
 
RETRY_ATTEMPT_DELAY - Static variable in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
RETRY_ATTEMPTS - Static variable in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
RETRY_MARK_IN_USE_AFTER_REJOIN - Static variable in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 

S

selectBucket(int, E) - Method in class org.terracotta.modules.ehcache.async.scatterpolicies.HashCodeScatterPolicy
 
selectBucket(int, E) - Method in interface org.terracotta.modules.ehcache.async.scatterpolicies.ItemScatterPolicy
Returns a bucket index in the range 0 to (count - 1) to which an item should be assigned.
selectBucket(int, E) - Method in class org.terracotta.modules.ehcache.async.scatterpolicies.SingleBucketScatterPolicy
 
sendManagementEvent(Serializable, String) - Method in class org.terracotta.modules.ehcache.management.ClusteredManagementEventSink
 
SerializationHelper - Class in org.terracotta.modules.ehcache.collections
 
SerializationHelper() - Constructor for class org.terracotta.modules.ehcache.collections.SerializationHelper
 
serialize(Object) - Static method in class org.terracotta.modules.ehcache.collections.SerializationHelper
 
SerializedReadCommittedClusteredSoftLock - Class in org.terracotta.modules.ehcache.transaction
 
SerializedReadCommittedClusteredSoftLock(TransactionID, Object) - Constructor for class org.terracotta.modules.ehcache.transaction.SerializedReadCommittedClusteredSoftLock
 
SerializedToolkitCache<K,V extends Serializable> - Class in org.terracotta.modules.ehcache.collections
An implementation of ToolkitCache that supports serializable keys
SerializedToolkitCache(ToolkitCache) - Constructor for class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
serializeToString(Object) - Static method in class org.terracotta.modules.ehcache.collections.SerializationHelper
 
setAttributeExtractor(ToolkitAttributeExtractor) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
setAttributeExtractor(ToolkitAttributeExtractor<K, V>) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
setAttributeExtractors(Map) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
setAttributeExtractors(Map<String, AttributeExtractor>) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
setAttributeExtractors(Map<String, AttributeExtractor>) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
setAttributeExtractors(Map<String, AttributeExtractor>) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
setAttributeExtractors(Map<String, AttributeExtractor>) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
setAttributeExtractors(Map) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
setAttributeExtractors(Map<String, AttributeExtractor>) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
setAttributeExtractors(Map<String, AttributeExtractor>) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
setClassLoader(ClassLoader) - Method in class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
setConfigField(String, Serializable) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
setConfigField(String, Serializable) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
setInMemoryEvictionPolicy(Policy) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
setInMemoryEvictionPolicy(Policy) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
setInMemoryEvictionPolicy(Policy) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
setInMemoryEvictionPolicy(Policy) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
setInMemoryEvictionPolicy(Policy) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
setInMemoryEvictionPolicy(Policy) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
setInMemoryEvictionPolicy(Policy) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
setInMemoryEvictionPolicy(Policy) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
setItemsFilter(ItemsFilter<E>) - Method in class org.terracotta.modules.ehcache.async.ProcessingBucket
 
setLastAccessedTimeInternal(int) - Method in class net.sf.ehcache.ElementData
 
setNodeBulkLoadEnabled(boolean) - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
setNodeBulkLoadEnabled(boolean) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
setNodeCoherent(boolean) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
setNodeCoherent(boolean) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
setNodeCoherent(boolean) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
setNodeCoherent(boolean) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
setNodeCoherent(boolean) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
setNodeCoherent(boolean) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
setNodeCoherent(boolean) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
setNodeCoherent(boolean) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
setOperationsFilter(ItemsFilter<E>) - Method in interface org.terracotta.modules.ehcache.async.AsyncCoordinator
Sets a filter to filter out the items.
setOperationsFilter(ItemsFilter<E>) - Method in class org.terracotta.modules.ehcache.async.AsyncCoordinatorImpl
Attach the specified QuarantinedItemsFilter to this coordinator.
setOperationsFilter(OperationsFilter) - Method in class org.terracotta.modules.ehcache.writebehind.AsyncWriteBehind
 
setProductId(String) - Method in class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
setRejoinEnabled(boolean) - Method in class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
setTCConfigSnippet(String) - Method in class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
setTCConfigUrl(String) - Method in class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
setUnlimitedCapacity() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
This method is called ony for replica caches by the Orchestrator
shouldIgnore(Throwable) - Static method in class org.terracotta.modules.ehcache.async.PlatformExceptionUtils
 
shutdown() - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
shutdown() - Method in class org.terracotta.modules.ehcache.store.TerracottaStoreInitializationService
This method should be called when the associated CacheManager is shutdown.
shutdown() - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
Shutdown
shutdown() - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
SingleAsyncOperation - Interface in org.terracotta.modules.ehcache.writebehind.operations
Interface to implement single operations that are performed in the write behind implementation that using an AsyncCoordinator underneath
SingleBucketScatterPolicy<E extends Serializable> - Class in org.terracotta.modules.ehcache.async.scatterpolicies
 
SingleBucketScatterPolicy() - Constructor for class org.terracotta.modules.ehcache.async.scatterpolicies.SingleBucketScatterPolicy
 
size() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
size() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
SoftLockManagerProvider - Class in org.terracotta.modules.ehcache.transaction
 
SoftLockManagerProvider(ToolkitInstanceFactory) - Constructor for class org.terracotta.modules.ehcache.transaction.SoftLockManagerProvider
 
StandaloneTerracottaClusteredInstanceFactory - Class in net.sf.ehcache.terracotta
 
StandaloneTerracottaClusteredInstanceFactory(TerracottaClientConfiguration, ClassLoader) - Constructor for class net.sf.ehcache.terracotta.StandaloneTerracottaClusteredInstanceFactory
 
start(ItemProcessor<E>, int, ItemScatterPolicy<? super E>) - Method in interface org.terracotta.modules.ehcache.async.AsyncCoordinator
 
start(ItemProcessor<E>, int, ItemScatterPolicy<? super E>) - Method in class org.terracotta.modules.ehcache.async.AsyncCoordinatorImpl
 
start(CacheWriter) - Method in class org.terracotta.modules.ehcache.writebehind.AsyncWriteBehind
 
startBuffering() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
stop() - Method in interface org.terracotta.modules.ehcache.async.AsyncCoordinator
Stops and waits for the current processing to finish.
Calling this multiple times will result in IllegalStateException
stop() - Method in class org.terracotta.modules.ehcache.async.AsyncCoordinatorImpl
 
stop() - Method in class org.terracotta.modules.ehcache.async.ProcessingBucket
 
stop() - Method in class org.terracotta.modules.ehcache.writebehind.AsyncWriteBehind
 
stopBuffering() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
stopNow() - Method in class org.terracotta.modules.ehcache.async.ProcessingBucket
 
SYNCHRONOUS_WRITE - Static variable in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 

T

TCCacheLockProvider - Class in org.terracotta.modules.ehcache.concurrency
 
TCCacheLockProvider(ToolkitCache, ValueModeHandler) - Constructor for class org.terracotta.modules.ehcache.concurrency.TCCacheLockProvider
 
TerracottaClusteredInstanceFactory - Class in org.terracotta.modules.ehcache.store
 
TerracottaClusteredInstanceFactory(TerracottaClientConfiguration, ClassLoader) - Constructor for class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
TerracottaNodeImpl - Class in org.terracotta.modules.ehcache.event
A bridge from ClusterNode in Toolkit to TerracottaNode in Ehcache-space.
TerracottaNodeImpl(ClusterNode) - Constructor for class org.terracotta.modules.ehcache.event.TerracottaNodeImpl
 
TerracottaStoreInitializationService - Class in org.terracotta.modules.ehcache.store
 
TerracottaStoreInitializationService(ClusterInfo) - Constructor for class org.terracotta.modules.ehcache.store.TerracottaStoreInitializationService
 
TerracottaToolkitBuilder - Class in org.terracotta.modules.ehcache
 
TerracottaToolkitBuilder() - Constructor for class org.terracotta.modules.ehcache.TerracottaToolkitBuilder
 
TerracottaTopologyImpl - Class in org.terracotta.modules.ehcache.event
 
TerracottaTopologyImpl(ClusterInfo) - Constructor for class org.terracotta.modules.ehcache.event.TerracottaTopologyImpl
 
throwAway(E, RuntimeException) - Method in interface org.terracotta.modules.ehcache.async.ItemProcessor
 
throwAway(SingleAsyncOperation, RuntimeException) - Method in class org.terracotta.modules.ehcache.writebehind.CacheWriterProcessor
 
throwAwayElement(CacheWriter, RuntimeException) - Method in class org.terracotta.modules.ehcache.writebehind.operations.DeleteAsyncOperation
 
throwAwayElement(CacheWriter, RuntimeException) - Method in interface org.terracotta.modules.ehcache.writebehind.operations.SingleAsyncOperation
This method will be called to throw the item away.
throwAwayElement(CacheWriter, RuntimeException) - Method in class org.terracotta.modules.ehcache.writebehind.operations.WriteAsyncOperation
 
timeToIdleChanged(long, long) - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 
timeToLiveChanged(long, long) - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeBridge
 
toolkit - Variable in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
toolkitInstanceFactory - Variable in class org.terracotta.modules.ehcache.store.ClusteredStore
 
toolkitInstanceFactory - Variable in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
ToolkitInstanceFactory - Interface in org.terracotta.modules.ehcache
Factory used for creating Toolkit instances used for implementing clustered ehcache
ToolkitInstanceFactoryImpl - Class in org.terracotta.modules.ehcache
 
ToolkitInstanceFactoryImpl(TerracottaClientConfiguration, String, ClassLoader) - Constructor for class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
ToolkitInstanceFactoryImpl(TerracottaClientConfiguration, ClassLoader) - Constructor for class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
ToolkitNonStopConfiguration - Class in org.terracotta.modules.ehcache.store
 
ToolkitNonStopConfiguration(NonstopConfiguration) - Constructor for class org.terracotta.modules.ehcache.store.ToolkitNonStopConfiguration
 
ToolkitNonstopDisableConfig - Class in org.terracotta.modules.ehcache.store.nonstop
 
ToolkitNonstopDisableConfig() - Constructor for class org.terracotta.modules.ehcache.store.nonstop.ToolkitNonstopDisableConfig
 
ToolkitNonStopExceptionOnTimeoutConfiguration - Class in org.terracotta.modules.ehcache.store
 
ToolkitNonStopExceptionOnTimeoutConfiguration(NonstopConfiguration) - Constructor for class org.terracotta.modules.ehcache.store.ToolkitNonStopExceptionOnTimeoutConfiguration
 
topology - Variable in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
toString() - Method in class org.terracotta.modules.ehcache.event.CacheEventNotificationMsg
 
toString() - Method in class org.terracotta.modules.ehcache.event.TerracottaNodeImpl
 
toString() - Method in class org.terracotta.modules.ehcache.store.CacheConfigChangeNotificationMsg
 
toString() - Method in class org.terracotta.modules.ehcache.transaction.ClusteredSoftLockIDKey
toString() - Method in class org.terracotta.modules.ehcache.transaction.ClusteredTransactionID
 
toString() - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 
toString() - Method in class org.terracotta.modules.ehcache.transaction.xa.ClusteredXidTransactionID
toString() - Method in class org.terracotta.modules.ehcache.transaction.xa.XidClustered
 
toString() - Method in class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
tryLock(LockType, long) - Method in class org.terracotta.modules.ehcache.concurrency.NonStopSyncWrapper
tryLock(long) - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 

U

unfreeze() - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 
unlinkCache(String) - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
unlinkCache(String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
Un-links a terracotta enabled cache from the cluster
unlinkCache(String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
unlock(LockType) - Method in class org.terracotta.modules.ehcache.concurrency.NonStopSyncWrapper
unlock() - Method in class org.terracotta.modules.ehcache.transaction.ReadCommittedClusteredSoftLock
 
unlockedGet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
unlockedGet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
unlockedGet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
unlockedGet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
unlockedGet(Object, boolean) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
unlockedGetAll(Collection<K>, boolean) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
unlockedGetQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
unlockedGetQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
unlockedGetQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
unlockedGetQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
unlockedPutNoReturn(K, V, int, int, int) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
unlockedPutNoReturnVersioned(K, V, long, int, int, int) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
unlockedRemoveNoReturn(Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
unlockedRemoveNoReturnVersioned(Object, long) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
unregisterVersionUpdateListener(VersionUpdateListener) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
unsafeGet(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
unsafeGet(Object) - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
unsafeGet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
unsafeGet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
unsafeGet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
unsafeGet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
unsafeGet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
unsafeGet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
unsafeGetQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
unsafeGetQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
unsafeGetQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
unsafeGetQuiet(Object) - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
unsafeLocalGet(Object) - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
unwatch(Watchable) - Method in class org.terracotta.modules.ehcache.wan.Watchdog
 
updateTimestamps(int, int) - Method in class net.sf.ehcache.ElementData
 
useOutOfBandNotification(ClusterEvent) - Method in class org.terracotta.modules.ehcache.event.ClusterListenerAdapter
use out-of-band for listeners in ehcache terracotta package for NODE_LEFT events (used for rejoin) and OPS_DISABLED event

V

value - Variable in class net.sf.ehcache.ElementData
 
valueModeHandler - Variable in class org.terracotta.modules.ehcache.store.ClusteredStore
 
ValueModeHandler - Interface in org.terracotta.modules.ehcache.store
 
ValueModeHandlerFactory - Class in org.terracotta.modules.ehcache.store
 
ValueModeHandlerFactory() - Constructor for class org.terracotta.modules.ehcache.store.ValueModeHandlerFactory
 
ValueModeHandlerSerialization - Class in org.terracotta.modules.ehcache.store
 
ValueModeHandlerSerialization() - Constructor for class org.terracotta.modules.ehcache.store.ValueModeHandlerSerialization
 
valueOf(String) - Static method in enum org.terracotta.modules.ehcache.event.CacheEventNotificationMsg.EventType
Returns the enum constant of this type with the specified name.
values() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
values() - Static method in enum org.terracotta.modules.ehcache.event.CacheEventNotificationMsg.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
version - Variable in class net.sf.ehcache.ElementData
 

W

waitForOrchestrator(String) - Method in class org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
 
waitForOrchestrator(String) - Method in interface org.terracotta.modules.ehcache.ToolkitInstanceFactory
 
waitForOrchestrator(String) - Method in class org.terracotta.modules.ehcache.ToolkitInstanceFactoryImpl
 
waitForOrchestrator(String) - Method in class org.terracotta.modules.ehcache.wan.WANUtil
This method is used to wait until the Orchestrator is running.
waitUntilBulkLoadComplete() - Method in class org.terracotta.modules.ehcache.collections.SerializedToolkitCache
 
waitUntilBulkLoadComplete() - Method in class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
waitUntilClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.ClusteredSafeStore
waitUntilClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.ClusteredStore
 
waitUntilClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.ExceptionOnTimeoutStore
.
waitUntilClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsAndExceptionOnWritesTimeoutStore
 
waitUntilClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.LocalReadsOnTimeoutStore
.
waitUntilClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.NonStopStoreWrapper
waitUntilClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.NoOpOnTimeoutStore
waitUntilClusterCoherent() - Method in class org.terracotta.modules.ehcache.store.nonstop.RejoinWithoutNonStopStore
.
waitUntilNodeJoinsCluster() - Method in class org.terracotta.modules.ehcache.event.TerracottaTopologyImpl
 
WanAwareToolkitCache<K,V> - Class in org.terracotta.modules.ehcache
A wrapper around ToolkitCacheInternal which rejects all user actions if the WAN-enabled cache is deactivated.
WanAwareToolkitCache(BufferingToolkitCache<K, V>, ToolkitMap<String, Serializable>, NonStopFeature, ToolkitLock, CacheConfiguration, boolean, boolean) - Constructor for class org.terracotta.modules.ehcache.WanAwareToolkitCache
 
WANUtil - Class in org.terracotta.modules.ehcache.wan
 
WANUtil(ToolkitInstanceFactory) - Constructor for class org.terracotta.modules.ehcache.wan.WANUtil
 
watch(Watchable) - Method in class org.terracotta.modules.ehcache.wan.Watchdog
 
Watchable - Interface in org.terracotta.modules.ehcache.wan
 
Watchdog - Class in org.terracotta.modules.ehcache.wan
 
WORK_DELAY - Static variable in class org.terracotta.modules.ehcache.async.DefaultAsyncConfig
 
write(Element) - Method in class org.terracotta.modules.ehcache.writebehind.AsyncWriteBehind
 
WriteAllAsyncOperation - Class in org.terracotta.modules.ehcache.writebehind.operations
Implements the write all operation for write behind
WriteAllAsyncOperation(Collection<Element>) - Constructor for class org.terracotta.modules.ehcache.writebehind.operations.WriteAllAsyncOperation
 
WriteAsyncOperation - Class in org.terracotta.modules.ehcache.writebehind.operations
 
WriteAsyncOperation(Element) - Constructor for class org.terracotta.modules.ehcache.writebehind.operations.WriteAsyncOperation
 
WriteAsyncOperation(Element, long) - Constructor for class org.terracotta.modules.ehcache.writebehind.operations.WriteAsyncOperation
 
writeAttributes(ObjectOutput) - Method in class net.sf.ehcache.ElementData
The subclasses must implement this method to persist any subclass specific attribute while serialization
It will be called when this object is being serialized.
writeAttributes(ObjectOutput) - Method in class net.sf.ehcache.EternalElementData
 
writeAttributes(ObjectOutput) - Method in class net.sf.ehcache.NonEternalElementData
 
WriteBehindAsyncConfig - Class in org.terracotta.modules.ehcache.writebehind
 
WriteBehindAsyncConfig(long, long, boolean, int, boolean, int, long, int, int) - Constructor for class org.terracotta.modules.ehcache.writebehind.WriteBehindAsyncConfig
 
writeExternal(ObjectOutput) - Method in class net.sf.ehcache.ElementData
 

X

XidClustered - Class in org.terracotta.modules.ehcache.transaction.xa
 
XidClustered(Xid) - Constructor for class org.terracotta.modules.ehcache.transaction.xa.XidClustered
 
XidClustered(int, byte[], byte[]) - Constructor for class org.terracotta.modules.ehcache.transaction.xa.XidClustered
 
A B C D E F G H I K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.