Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CoreStatistics.CountOperation<XaCommitOutcome> |
CoreStatistics.xaCommit()
Xa commit.
|
CoreStatistics.CountOperation<XaCommitOutcome> |
CoreStatisticsImpl.xaCommit()
Xa commit.
|
Modifier and Type | Method and Description |
---|---|
ExtendedStatistics.Operation<XaCommitOutcome> |
ExtendedStatisticsImpl.xaCommit() |
ExtendedStatistics.Operation<XaCommitOutcome> |
ExtendedStatistics.xaCommit()
Xa commit.
|
Modifier and Type | Method and Description |
---|---|
static XaCommitOutcome |
XaCommitOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XaCommitOutcome[] |
XaCommitOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EhcacheXAResourceImpl(Ehcache cache,
Store underlyingStore,
TransactionManagerLookup txnManagerLookup,
SoftLockManager softLockManager,
TransactionIDFactory transactionIDFactory,
ElementValueComparator comparator,
org.terracotta.statistics.observer.OperationObserver<XaCommitOutcome> commitObserver,
org.terracotta.statistics.observer.OperationObserver<XaRollbackOutcome> rollbackObserver,
org.terracotta.statistics.observer.OperationObserver<XaRecoveryOutcome> recoveryObserver)
Constructor
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.