Package | Description |
---|---|
com.bigdata.ha |
This package extends
com.bigdata.quorum to define local and
Remote interfaces for highly available services. |
com.bigdata.ha.msg |
Interfaces and implementations for HA message objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IHAPipelineResetRequest
Message requesting a pipeline reset on a service.
|
interface |
IHAPipelineResetResponse
Message reporting the outcome of a pipeline reset on a service.
|
Modifier and Type | Class and Description |
---|---|
class |
HAPipelineResetRequest |
class |
HAPipelineResetResponse |
Modifier and Type | Interface and Description |
---|---|
interface |
IHA2PhaseAbortMessage
Message indicating that a 2-phase abort should be performed.
|
interface |
IHA2PhaseCommitMessage
Message used for commit in 2-phase commit protocol.
|
interface |
IHA2PhaseCommitProtocolMessage
Message for one of the 2-phase commit protocol operations.
|
interface |
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. |
interface |
IHAAwaitServiceJoinRequest
Message requesting that the leader await the visibility of a join by the
specified service.
|
interface |
IHADigestRequest
Message used to request the digest of a backing store.
|
interface |
IHADigestResponse
Message used to communicate the digest of a backing store.
|
interface |
IHAGatherReleaseTimeRequest
Message used to request information about the earliest commit point that is
pinned on a follower.
|
interface |
IHAGlobalWriteLockRequest
Deprecated.
|
interface |
IHALogDigestRequest
Message used to request the digest of the HALog file associated with
a specified commit point.
|
interface |
IHALogDigestResponse
Message used to communicate the digest of an HALog file associated with
a specific commit point.
|
interface |
IHALogRequest
Message requesting the root blocks and other metadata for an HA Log file.
|
interface |
IHALogRootBlocksRequest
Message requesting that the data from an HA Log.
|
interface |
IHALogRootBlocksResponse
Interface for a response requesting the opening and closing root blocks for
an HA Log file.
|
interface |
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 . |
interface |
IHANotifyReleaseTimeResponse
Message from the leader providing the followers with the new agreed on
earliest visible commit point.
|
interface |
IHAReadRequest
Message used to read a record from an
IRawStore managed by a remote
service. |
interface |
IHAReadResponse
Interface for a response from a failover read on a remote service.
|
interface |
IHARebuildRequest
Message requesting raw blocks from the backing file for a store.
|
interface |
IHARemoteRebuildRequest
Message requesting disaster recovery of the service from the quorum
leader.
|
interface |
IHARootBlockRequest
Message requesting a root block for a store on a remote service.
|
interface |
IHARootBlockResponse
Interface for a response requesting a root block from a remote service.
|
interface |
IHASendStoreResponse
Interface for a response for a request to send the backing file in
support of a disaster rebuild.
|
interface |
IHASnapshotDigestRequest
Message used to request the digest of the snapshot file associated with
a specified commit point.
|
interface |
IHASnapshotDigestResponse
Message used to communicate the digest of an snapshot file associated with a
specific commit point.
|
interface |
IHASnapshotRequest
Message requesting a snapshot.
|
interface |
IHASnapshotResponse
The message when a snapshot has been taken.
|
interface |
IHASyncRequest
An abstract message for either re-synchronizing (incremental catch up) or
re-building (ground up rebuild).
|
interface |
IHAWriteMessage
A message carrying RMI metadata about a payload which will be replicated
using a socket-level transfer facility.
|
interface |
IHAWriteMessageBase
Interface for RMI messages used to communicate metadata about a raw data
transfer occurring on a socket channel.
|
interface |
IHAWriteSetStateRequest
Request metadata about the current write set from the quorum leader.
|
interface |
IHAWriteSetStateResponse
Message communicates the state of the current write set on the quorum leader.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.