Uses of Package
org.infinispan.transaction.impl
Packages that use org.infinispan.transaction.impl
Package
Description
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.
This package contains different context implementations, selected dynamically based on the type of invocation.
Factories are internal components used to create other components based on a cache's
configuration.
XA transaction support.
-
Classes in org.infinispan.transaction.impl used by org.infinispan.contextClassDescriptionObject that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction
.Defines the state of a remotely originated transaction. -
Classes in org.infinispan.transaction.impl used by org.infinispan.context.implClassDescriptionBase class for local and remote transaction.Object that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction
.Defines the state of a remotely originated transaction. -
Classes in org.infinispan.transaction.impl used by org.infinispan.factoriesClassDescriptionRepository for
RemoteTransaction
andTransactionXaAdapter
s (locally originated transactions). -
Classes in org.infinispan.transaction.impl used by org.infinispan.persistence.support
-
Classes in org.infinispan.transaction.impl used by org.infinispan.server.hotrod.txClassDescriptionAn interface to check if the transaction originator is left or not.
-
Classes in org.infinispan.transaction.impl used by org.infinispan.transaction.implClassDescriptionBase class for local and remote transaction.Object that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction
.A list ofWriteCommand
for a transactionDefines the state of a remotely originated transaction.Coordinates transaction prepare/commits as received from theTransactionManager
.An interface to check if the transaction originator is left or not. -
Classes in org.infinispan.transaction.impl used by org.infinispan.transaction.synchronizationClassDescriptionBase class for local and remote transaction.Base class for both Sync and XAResource enlistment adapters.Object that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction
.Repository forRemoteTransaction
andTransactionXaAdapter
s (locally originated transactions). -
Classes in org.infinispan.transaction.impl used by org.infinispan.transaction.xaClassDescriptionBase class for local and remote transaction.Base class for both Sync and XAResource enlistment adapters.Object that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction
.Defines the state of a remotely originated transaction.Repository forRemoteTransaction
andTransactionXaAdapter
s (locally originated transactions). -
Classes in org.infinispan.transaction.impl used by org.infinispan.transaction.xa.recoveryClassDescriptionBase class for local and remote transaction.Object that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction
.Defines the state of a remotely originated transaction.Coordinates transaction prepare/commits as received from theTransactionManager
.Repository forRemoteTransaction
andTransactionXaAdapter
s (locally originated transactions).