Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.terracotta |
This package contains the Terracotta integration functionalities.
|
net.sf.ehcache.transaction |
This package contains classes for controlling cache operations for transactional use.
|
Modifier and Type | Field and Description |
---|---|
private TerracottaClient |
CacheManager.terracottaClient |
Modifier and Type | Field and Description |
---|---|
private TerracottaClient |
TerracottaClient.NodeLeftListener.client |
private TerracottaClient |
ClusteredInstanceFactoryWrapper.client |
Constructor and Description |
---|
ClusteredInstanceFactoryWrapper(TerracottaClient client,
ClusteredInstanceFactory delegate)
Constructor accepting the TerracottaClient and the actual factory
|
NodeLeftListener(TerracottaClient client,
ClusterNode currentNode)
Constructor accepting the client and the node to listen for
|
Modifier and Type | Field and Description |
---|---|
private TerracottaClient |
DelegatingTransactionIDFactory.terracottaClient |
Constructor and Description |
---|
DelegatingTransactionIDFactory(FeaturesManager featuresManager,
TerracottaClient terracottaClient,
java.lang.String cacheManagerName)
Create a new DelegatingTransactionIDFactory
|