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.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 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.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 InDoubtTxInfo An object describing in doubt transaction's state.RecoveryAwareLocalTransaction ExtendsLocalXaTransactionand adds recovery related information.RecoveryAwareRemoteTransaction ExtendsRemoteTransactionand 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.RecoveryIterator Stateful structure allowing prepared-tx retrieval in a batch-oriented manner, as required byXAResource.recover(int). -
Classes in org.infinispan.transaction.xa.recovery used by org.infinispan.util.logging Class Description RecoveryAwareRemoteTransaction ExtendsRemoteTransactionand adds recovery related information and functionality.RecoveryAwareTransaction Base interface for transactions that are holders of recovery information.