|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadWriteCopyStrategy | |
---|---|
net.sf.ehcache.config | This package contains the cache configuration code. |
net.sf.ehcache.store | Store package. |
net.sf.ehcache.store.compound | This package contains the main classes and interfaces for the new fully coherent combination disk and memory store for unclustered Ehcache. |
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. |
Uses of ReadWriteCopyStrategy in net.sf.ehcache.config |
---|
Methods in net.sf.ehcache.config that return ReadWriteCopyStrategy | |
---|---|
ReadWriteCopyStrategy<Element> |
CacheConfiguration.getCopyStrategy()
Getter to the configured ReadWriteCopyStrategy. |
ReadWriteCopyStrategy<Element> |
CopyStrategyConfiguration.getCopyStrategyInstance()
Get (and potentially) instantiate the instance |
Methods in net.sf.ehcache.config with parameters of type ReadWriteCopyStrategy | |
---|---|
void |
CopyStrategyConfiguration.setCopyStrategyInstance(ReadWriteCopyStrategy<Element> copyStrategy)
Sets the CopyStrategy instance to use |
Uses of ReadWriteCopyStrategy in net.sf.ehcache.store |
---|
Constructors in net.sf.ehcache.store with parameters of type ReadWriteCopyStrategy | |
---|---|
CopyingCacheStore(T store,
boolean copyOnRead,
boolean copyOnWrite,
ReadWriteCopyStrategy<Element> copyStrategyInstance)
Creates a copying instance of store, that wraps the actual storage |
Uses of ReadWriteCopyStrategy in net.sf.ehcache.store.compound |
---|
Classes in net.sf.ehcache.store.compound that implement ReadWriteCopyStrategy | |
---|---|
class |
ImmutableValueElementCopyStrategy
|
class |
LegacyCopyStrategyAdapter
ReadWriteCopyStrategy adaptor for a legacy CopyStrategy instance |
class |
NullReadWriteCopyStrategy
No-op copy strategy |
class |
ReadWriteSerializationCopyStrategy
A copy strategy that can use partial (if both copy on read and copy on write are set) or full Serialization to copy the object graph |
class |
SerializationCopyStrategy
A copy strategy that uses full Serialization to copy the object graph |
Uses of ReadWriteCopyStrategy in net.sf.ehcache.transaction |
---|
Fields in net.sf.ehcache.transaction declared as ReadWriteCopyStrategy | |
---|---|
protected ReadWriteCopyStrategy<Element> |
AbstractTransactionStore.copyStrategy
The copy strategy for this store |
Constructors in net.sf.ehcache.transaction with parameters of type ReadWriteCopyStrategy | |
---|---|
AbstractTransactionStore(Store underlyingStore,
ReadWriteCopyStrategy<Element> copyStrategy)
Constructor |
|
TransactionAwareAttributeExtractor(ReadWriteCopyStrategy<Element> copyStrategy,
AttributeExtractor delegate)
Creates an attributed delegating to the supplied extractor, via the given copy strategy. |
Uses of ReadWriteCopyStrategy in net.sf.ehcache.transaction.local |
---|
Constructors in net.sf.ehcache.transaction.local with parameters of type ReadWriteCopyStrategy | |
---|---|
LocalTransactionStore(TransactionController transactionController,
TransactionIDFactory transactionIdFactory,
SoftLockManager softLockManager,
Ehcache cache,
Store store,
ReadWriteCopyStrategy<Element> copyStrategy)
Create a new LocalTransactionStore instance |
Uses of ReadWriteCopyStrategy in net.sf.ehcache.transaction.xa |
---|
Constructors in net.sf.ehcache.transaction.xa with parameters of type ReadWriteCopyStrategy | |
---|---|
EhcacheXAResourceImpl(Ehcache cache,
Store underlyingStore,
TransactionManagerLookup txnManagerLookup,
SoftLockManager softLockManager,
TransactionIDFactory transactionIDFactory,
ReadWriteCopyStrategy<Element> copyStrategy,
org.terracotta.statistics.observer.OperationObserver<XaCommitOutcome> commitObserver,
org.terracotta.statistics.observer.OperationObserver<XaRollbackOutcome> rollbackObserver,
org.terracotta.statistics.observer.OperationObserver<XaRecoveryOutcome> recoveryObserver)
Constructor |
|
XATransactionStore(TransactionManagerLookup transactionManagerLookup,
SoftLockManager softLockManager,
TransactionIDFactory transactionIdFactory,
Ehcache cache,
Store store,
ReadWriteCopyStrategy<Element> copyStrategy)
Constructor |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |