Interface | Description |
---|---|
IHA2PhaseAbortMessage |
Message indicating that a 2-phase abort should be performed.
|
IHA2PhaseCommitMessage |
Message used for commit in 2-phase commit protocol.
|
IHA2PhaseCommitProtocolMessage |
Message for one of the 2-phase commit protocol operations.
|
IHA2PhasePrepareMessage |
Message used by the
HACommitGlue interface to indicate that the
recipient should save a reference to the caller's root block, flush writes to
the backing channel and acknowledge "yes" if ready to commit. |
IHAAwaitServiceJoinRequest |
Message requesting that the leader await the visibility of a join by the
specified service.
|
IHADigestRequest |
Message used to request the digest of a backing store.
|
IHADigestResponse |
Message used to communicate the digest of a backing store.
|
IHAGatherReleaseTimeRequest |
Message used to request information about the earliest commit point that is
pinned on a follower.
|
IHAGlobalWriteLockRequest | Deprecated |
IHALogDigestRequest |
Message used to request the digest of the HALog file associated with
a specified commit point.
|
IHALogDigestResponse |
Message used to communicate the digest of an HALog file associated with
a specific commit point.
|
IHALogRequest |
Message requesting the root blocks and other metadata for an HA Log file.
|
IHALogRootBlocksRequest |
Message requesting that the data from an HA Log.
|
IHALogRootBlocksResponse |
Interface for a response requesting the opening and closing root blocks for
an HA Log file.
|
IHAMessage |
Base interface for HA messages.
|
IHAMessageWrapper |
Glue interface wraps the
IHALogRequest , IHASendState , and
IHAWriteMessage interfaces exposes the requires IHAMessage
interface to the HAReceiveService . |
IHANotifyReleaseTimeRequest |
Message from a follower to the leader in which the follower specifies the
earliest commit point that is pinned on the follower by an active transaction
or the minReleaseAge associated with its local
ITransactionService . |
IHANotifyReleaseTimeResponse |
Message from the leader providing the followers with the new agreed on
earliest visible commit point.
|
IHAReadRequest |
Message used to read a record from an
IRawStore managed by a remote
service. |
IHAReadResponse |
Interface for a response from a failover read on a remote service.
|
IHARebuildRequest |
Message requesting raw blocks from the backing file for a store.
|
IHARemoteRebuildRequest |
Message requesting disaster recovery of the service from the quorum
leader.
|
IHARootBlockRequest |
Message requesting a root block for a store on a remote service.
|
IHARootBlockResponse |
Interface for a response requesting a root block from a remote service.
|
IHASendState |
Interface for the state of the sender of an
IHAMessage . |
IHASendStoreResponse |
Interface for a response for a request to send the backing file in
support of a disaster rebuild.
|
IHASnapshotDigestRequest |
Message used to request the digest of the snapshot file associated with
a specified commit point.
|
IHASnapshotDigestResponse |
Message used to communicate the digest of an snapshot file associated with a
specific commit point.
|
IHASnapshotRequest |
Message requesting a snapshot.
|
IHASnapshotResponse |
The message when a snapshot has been taken.
|
IHASyncRequest |
An abstract message for either re-synchronizing (incremental catch up) or
re-building (ground up rebuild).
|
IHAWriteMessage |
A message carrying RMI metadata about a payload which will be replicated
using a socket-level transfer facility.
|
IHAWriteMessageBase |
Interface for RMI messages used to communicate metadata about a raw data
transfer occurring on a socket channel.
|
IHAWriteSetStateRequest |
Request metadata about the current write set from the quorum leader.
|
IHAWriteSetStateResponse |
Message communicates the state of the current write set on the quorum leader.
|
Exception | Description |
---|---|
Mock2PhaseCommitProtocolException |
Instances of this class are used when one of the
IHA2PhaseCommitProtocolMessage s is configured to force a runtime
exception during the 2-phase commit protocol. |
Interfaces and implementations for HA message objects.
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.