Package | Description |
---|---|
net.sf.ehcache.store |
Store package.
|
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.
|
net.sf.ehcache.transaction.local |
This package contains the local transactions subsystem.
|
net.sf.ehcache.transaction.xa |
This package contains the functionality to provide XA support to a transactional Cache.
|
Modifier and Type | Class and Description |
---|---|
class |
TerracottaTransactionalCopyingCacheStore
A copying cache store designed for transactional terracotta clustered stores
|
Constructor and Description |
---|
TerracottaTransactionalCopyingCacheStore(TerracottaStore store,
ReadWriteCopyStrategy<Element> copyStrategyInstance,
ClassLoader loader)
Creates a terracotta copying instance of store, that wraps the actual storage
|
Modifier and Type | Method and Description |
---|---|
TerracottaStore |
ClusteredInstanceFactoryWrapper.createNonStopStore(Callable<TerracottaStore> store,
Ehcache cache) |
TerracottaStore |
ClusteredInstanceFactory.createNonStopStore(Callable<TerracottaStore> store,
Ehcache cache)
Create a NonStopStoreWrapper for a terracottaStore
|
Modifier and Type | Method and Description |
---|---|
TerracottaStore |
ClusteredInstanceFactoryWrapper.createNonStopStore(Callable<TerracottaStore> store,
Ehcache cache) |
TerracottaStore |
ClusteredInstanceFactory.createNonStopStore(Callable<TerracottaStore> store,
Ehcache cache)
Create a NonStopStoreWrapper for a terracottaStore
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransactionStore
Abstract transactional store which provides implementation of all non-transactional methods
|
Modifier and Type | Class and Description |
---|---|
class |
JtaLocalTransactionStore
A Store implementation with support for local transactions driven by a JTA transaction manager
|
class |
LocalTransactionStore
A Store implementation with support for local transactions
|
Modifier and Type | Class and Description |
---|---|
class |
XATransactionStore |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.