Uses of Package
org.infinispan.transaction.impl
-
Packages that use org.infinispan.transaction.impl Package Description org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation.org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.persistence.manager Implementations of thePersistenceManagerinterface, which define the logic of how infinispan interacts with external stores.org.infinispan.persistence.support org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.transaction.impl org.infinispan.transaction.synchronization org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.org.infinispan.xsite -
Classes in org.infinispan.transaction.impl used by org.infinispan.commands.tx Class Description RemoteTransaction Defines the state of a remotely originated transaction.TransactionTable Repository forRemoteTransactionandTransactionXaAdapters (locally originated transactions). -
Classes in org.infinispan.transaction.impl used by org.infinispan.context Class Description LocalTransaction Object that holds transaction's state on the node where it originated; as opposed toRemoteTransaction.RemoteTransaction Defines the state of a remotely originated transaction. -
Classes in org.infinispan.transaction.impl used by org.infinispan.context.impl Class Description AbstractCacheTransaction Base class for local and remote transaction.LocalTransaction Object that holds transaction's state on the node where it originated; as opposed toRemoteTransaction.RemoteTransaction Defines the state of a remotely originated transaction. -
Classes in org.infinispan.transaction.impl used by org.infinispan.factories Class Description TransactionTable Repository forRemoteTransactionandTransactionXaAdapters (locally originated transactions). -
Classes in org.infinispan.transaction.impl used by org.infinispan.interceptors.distribution Class Description LocalTransaction Object that holds transaction's state on the node where it originated; as opposed toRemoteTransaction. -
Classes in org.infinispan.transaction.impl used by org.infinispan.interceptors.impl Class Description AbstractCacheTransaction Base class for local and remote transaction.LocalTransaction Object that holds transaction's state on the node where it originated; as opposed toRemoteTransaction. -
Classes in org.infinispan.transaction.impl used by org.infinispan.interceptors.locking Class Description WriteSkewHelper.KeySpecificLogic -
Classes in org.infinispan.transaction.impl used by org.infinispan.interceptors.xsite Class Description TransactionTable Repository forRemoteTransactionandTransactionXaAdapters (locally originated transactions). -
Classes in org.infinispan.transaction.impl used by org.infinispan.persistence.manager Class Description AbstractCacheTransaction Base class for local and remote transaction. -
Classes in org.infinispan.transaction.impl used by org.infinispan.persistence.support Class Description AbstractCacheTransaction Base class for local and remote transaction. -
Classes in org.infinispan.transaction.impl used by org.infinispan.statetransfer Class Description TransactionOriginatorChecker An interface to check if the transaction originator is left or not.TransactionTable Repository forRemoteTransactionandTransactionXaAdapters (locally originated transactions). -
Classes in org.infinispan.transaction.impl used by org.infinispan.transaction.impl Class Description AbstractCacheTransaction Base class for local and remote transaction.LocalTransaction Object that holds transaction's state on the node where it originated; as opposed toRemoteTransaction.RemoteTransaction Defines the state of a remotely originated transaction.TransactionCoordinator Coordinates transaction prepare/commits as received from theTransactionManager.TransactionOriginatorChecker An interface to check if the transaction originator is left or not.TransactionTable.CompletedTransactionStatus WriteSkewHelper.KeySpecificLogic -
Classes in org.infinispan.transaction.impl used by org.infinispan.transaction.synchronization Class Description AbstractCacheTransaction Base class for local and remote transaction.AbstractEnlistmentAdapter Base class for both Sync and XAResource enlistment adapters.LocalTransaction Object that holds transaction's state on the node where it originated; as opposed toRemoteTransaction.TransactionTable Repository forRemoteTransactionandTransactionXaAdapters (locally originated transactions). -
Classes in org.infinispan.transaction.impl used by org.infinispan.transaction.xa Class Description AbstractCacheTransaction Base class for local and remote transaction.AbstractEnlistmentAdapter Base class for both Sync and XAResource enlistment adapters.LocalTransaction Object that holds transaction's state on the node where it originated; as opposed toRemoteTransaction.RemoteTransaction Defines the state of a remotely originated transaction.TransactionTable Repository forRemoteTransactionandTransactionXaAdapters (locally originated transactions). -
Classes in org.infinispan.transaction.impl used by org.infinispan.transaction.xa.recovery Class Description AbstractCacheTransaction Base class for local and remote transaction.LocalTransaction Object that holds transaction's state on the node where it originated; as opposed toRemoteTransaction.RemoteTransaction Defines the state of a remotely originated transaction.TransactionCoordinator Coordinates transaction prepare/commits as received from theTransactionManager.TransactionTable Repository forRemoteTransactionandTransactionXaAdapters (locally originated transactions). -
Classes in org.infinispan.transaction.impl used by org.infinispan.util.logging Class Description LocalTransaction Object that holds transaction's state on the node where it originated; as opposed toRemoteTransaction. -
Classes in org.infinispan.transaction.impl used by org.infinispan.xsite Class Description AbstractCacheTransaction Base class for local and remote transaction.