See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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.
|
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 | Description |
---|---|
TerracottaNotRunningException |
Exception thrown when using Terracotta clustered operations and Terracotta is not running
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.