Uses of Package
org.infinispan.transaction.impl
Package
Description
Commands that represent transactional lifecycle transitions.
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.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
Interceptors dealing with cross-site replication.
Implementations of the
PersistenceManager
interface, which define the logic
of how infinispan interacts with external stores.Transfer of state to new caches in a cluster.
XA transaction support.
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
This is the private xsite package.
-
ClassDescriptionDefines the state of a remotely originated transaction.Repository for
RemoteTransaction
andTransactionXaAdapter
s (locally originated transactions). -
ClassDescriptionObject that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction
.Defines the state of a remotely originated transaction. -
ClassDescriptionBase 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. -
ClassDescriptionRepository for
RemoteTransaction
andTransactionXaAdapter
s (locally originated transactions). -
ClassDescriptionObject that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction
. -
-
-
ClassDescriptionRepository for
RemoteTransaction
andTransactionXaAdapter
s (locally originated transactions). -
-
-
ClassDescriptionAn interface to check if the transaction originator is left or not.Repository for
RemoteTransaction
andTransactionXaAdapter
s (locally originated transactions). -
ClassDescriptionBase 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. -
ClassDescriptionBase 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). -
ClassDescriptionBase 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). -
ClassDescriptionBase 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). -
ClassDescriptionObject that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction
. -