|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XaRecoveryOutcome | |
---|---|
net.sf.ehcache.statistics | This package contains classes related to LiveCacheStatistics and its implementation. |
net.sf.ehcache.statistics.extended | This package contains classes related to extended statistics implementation. |
net.sf.ehcache.transaction.xa | This package contains the functionality to provide XA support to a transactional Cache. |
Uses of XaRecoveryOutcome in net.sf.ehcache.statistics |
---|
Methods in net.sf.ehcache.statistics that return types with arguments of type XaRecoveryOutcome | |
---|---|
CoreStatistics.CountOperation<XaRecoveryOutcome> |
CoreStatisticsImpl.xaRecovery()
Xa recovery. |
CoreStatistics.CountOperation<XaRecoveryOutcome> |
CoreStatistics.xaRecovery()
Xa recovery. |
Uses of XaRecoveryOutcome in net.sf.ehcache.statistics.extended |
---|
Methods in net.sf.ehcache.statistics.extended that return types with arguments of type XaRecoveryOutcome | |
---|---|
ExtendedStatistics.Operation<XaRecoveryOutcome> |
ExtendedStatisticsImpl.xaRecovery()
|
ExtendedStatistics.Operation<XaRecoveryOutcome> |
ExtendedStatistics.xaRecovery()
Xa recovery. |
Uses of XaRecoveryOutcome in net.sf.ehcache.transaction.xa |
---|
Methods in net.sf.ehcache.transaction.xa that return XaRecoveryOutcome | |
---|---|
static XaRecoveryOutcome |
XaRecoveryOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XaRecoveryOutcome[] |
XaRecoveryOutcome.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructor parameters in net.sf.ehcache.transaction.xa with type arguments of type XaRecoveryOutcome | |
---|---|
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 |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |