Uses of Package
org.infinispan.transaction.xa.recovery
Package
Description
Factories are internal components used to create other components based on a cache's
configuration.
XA transaction support.
-
ClassDescriptionRecoveryManager is the component responsible with managing recovery related information and the functionality associated with it.
-
ClassDescriptionRecoveryManager is the component responsible with managing recovery related information and the functionality associated with it.
-
ClassDescriptionAn object describing in doubt transaction's state.Extends
LocalXaTransaction
and adds recovery related information.ExtendsRemoteTransaction
and adds recovery related information and functionality.Base interface for transactions that are holders of recovery information.This makes sure that only xids pertaining to a certain cache are being returned when needed.RecoveryManager is the component responsible with managing recovery related information and the functionality associated with it.Stateful structure allowing prepared-tx retrieval in a batch-oriented manner, as required byXAResource.recover(int)
.