ehcache

Package net.sf.ehcache.terracotta

This package contains the Terracotta integration functionalities.

See:
          Description

Interface Summary
ClusteredInstanceFactory Factory for creating clustered instances
InternalEhcache This is an extension of the Ehcache interface to allow addition of new methods to Cache without breaking the public contract.
TerracottaClientRejoinListener Interface for executing tasks when TerracottaClient rejoins cluster
 

Class Summary
ClusteredInstanceFactoryWrapper A ClusteredInstanceFactory implementation that delegates all operations to an underlying delegate except for the following operations: ClusteredInstanceFactoryWrapper.getTopology() : Delegates to the TerracottaClient.getCacheCluster()
DisconnectedClusterNode ClusterNode which copies a disconnected ClusterNode without keeping any reference to the original one.
SerializationHelper XXX: Copy from to satisfy dependencies
TerracottaBootstrapCacheLoader A BootstrapCacheLoader that will load Elements into a Terracotta clustered cache, based on a previously snapshotted key set.
TerracottaBootstrapCacheLoaderFactory  
TerracottaCacheCluster CacheCluster implementation that delegates to an underlying cache cluster.
TerracottaClient Class encapsulating the idea of a Terracotta client.
 

Exception Summary
TerracottaNotRunningException Exception thrown when using Terracotta clustered operations and Terracotta is not running
 

Package net.sf.ehcache.terracotta Description

This package contains the Terracotta integration functionalities.


ehcache

Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.