Uses of Package
org.infinispan.transaction.xa.recovery
-
Packages that use org.infinispan.transaction.xa.recovery Package Description org.infinispan.commands.remote.recovery org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.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. -
Classes in org.infinispan.transaction.xa.recovery used by org.infinispan.commands.remote.recovery Class Description RecoveryManager RecoveryManager is the component responsible with managing recovery related information and the functionality associated with it. -
Classes in org.infinispan.transaction.xa.recovery used by org.infinispan.commands.tx Class Description RecoveryManager RecoveryManager is the component responsible with managing recovery related information and the functionality associated with it. -
Classes in org.infinispan.transaction.xa.recovery used by org.infinispan.transaction.xa Class Description RecoveryManager RecoveryManager is the component responsible with managing recovery related information and the functionality associated with it. -
Classes in org.infinispan.transaction.xa.recovery used by org.infinispan.transaction.xa.recovery Class Description InDoubtTxInfoImpl RecoverableTransactionIdentifier Interface that adds recovery required information to aGlobalTransaction
.RecoveryAwareDldGlobalTransaction Deprecated.Since 9.0, no longer used.RecoveryAwareGlobalTransaction GlobalTransaction that also holds xid information, required for recovery.RecoveryAwareLocalTransaction ExtendsLocalXaTransaction
and adds recovery related information.RecoveryAwareRemoteTransaction ExtendsRemoteTransaction
and adds recovery related information and functionality.RecoveryAwareTransaction Base interface for transactions that are holders of recovery information.RecoveryInfoKey This makes sure that only xids pertaining to a certain cache are being returned when needed.RecoveryManager RecoveryManager is the component responsible with managing recovery related information and the functionality associated with it.RecoveryManager.InDoubtTxInfo An object describing in doubt transaction's state.RecoveryManager.RecoveryIterator Stateful structure allowing prepared-tx retrieval in a batch-oriented manner, as required byXAResource.recover(int)
.SerializableXid Deprecated.useXidImpl
instead. -
Classes in org.infinispan.transaction.xa.recovery used by org.infinispan.util.logging Class Description RecoveryAwareRemoteTransaction ExtendsRemoteTransaction
and adds recovery related information and functionality.RecoveryAwareTransaction Base interface for transactions that are holders of recovery information.