Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
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.
|
Class and Description |
---|
RecoveryManager
RecoveryManager is the component responsible with managing recovery related information and the functionality
associated with it.
|
Class and Description |
---|
RecoveryManager
RecoveryManager is the component responsible with managing recovery related information and the functionality
associated with it.
|
Class and Description |
---|
RecoveryManager
RecoveryManager is the component responsible with managing recovery related information and the functionality
associated with it.
|
Class and Description |
---|
RecoveryManager
RecoveryManager is the component responsible with managing recovery related information and the functionality
associated with it.
|
Class and Description |
---|
RecoveryManager
RecoveryManager is the component responsible with managing recovery related information and the functionality
associated with it.
|
Class and Description |
---|
InDoubtTxInfoImpl |
RecoverableTransactionIdentifier
Interface that adds recovery required information to a
GlobalTransaction . |
RecoveryAwareDldGlobalTransaction
DldGlobalTransaction that also holds xid information, required for recovery.
|
RecoveryAwareGlobalTransaction
GlobalTransaction that also holds xid information, required for recovery.
|
RecoveryAwareLocalTransaction
Extends
LocalXaTransaction and adds recovery related information. |
RecoveryAwareRemoteTransaction
Extends
RemoteTransaction 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 by
XAResource.recover(int) . |
SerializableXid
This xid implementation is needed because
Xid is not Serializable and
we need to serialize it and send it over the network. |
Class and Description |
---|
RecoveryAwareRemoteTransaction
Extends
RemoteTransaction and adds recovery related information and functionality. |
RecoveryAwareTransaction
Base interface for transactions that are holders of recovery information.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.