Uses of Package
org.infinispan.transaction.xa.recovery
-
Packages that use org.infinispan.transaction.xa.recovery Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery -
Classes in org.infinispan.transaction.xa.recovery used by org.infinispan.factories 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.