| Name | Description | Type | Package | Framework |
| AbstractHASendAndReceiveTestCase | | Class | com.bigdata.ha.pipeline | BlazeGraph |
|
| AbstractPipelineChangeException | A quorum related exception dealing with the write replication pipeline. | Class | com.bigdata.ha.pipeline | BlazeGraph |
|
| AbstractPipelineException | A quorum related exception dealing with the write replication pipeline. | Class | com.bigdata.ha.pipeline | BlazeGraph |
|
| CommitRequest | Commit request for a 2-phase commit as coodinated by the leader (localAuthor:Bryan Thompson | Class | com.bigdata.ha | BlazeGraph |
|
| CommitResponse | Response for a 2-phase commit. | Class | com.bigdata.ha | BlazeGraph |
|
| FutureTaskInvariantMon | A Future that allows you to cancel a computation if an invariant is violated. | Class | com.bigdata.ha | BlazeGraph |
|
| HA2PhaseAbortMessage | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HA2PhaseCommitMessage | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HA2PhasePrepareMessage | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HAAwaitServiceJoinRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HACommitGlue | A Remote interface supporting a 2-phase commit protocol for the members of a highly available quorum. | Interface | com.bigdata.ha | BlazeGraph |
|
| HADigestRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HADigestResponse | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HAGatherReleaseTimeRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HAGlobalWriteLockRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HAGlue | A Remote interface for methods supporting high availability for a set of journals or data services having shared persistent state. | Interface | com.bigdata.ha | BlazeGraph |
|
| HAGlueBase | A Remote interface for methods supporting high availability. | Interface | com.bigdata.ha | BlazeGraph |
|
| HALogDigestRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HALogDigestResponse | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HALogFile | | Class | com.bigdata.ha.althalog | BlazeGraph |
|
| HALogManager | Provides the top level controlAuthor:Martyn Cutcher | Class | com.bigdata.ha.althalog | BlazeGraph |
|
| HALogReader | Given an HALog file can be used to replay the file and can provide a readable dump of the content. | Class | com.bigdata.ha.halog | BlazeGraph |
|
| HALogRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HALogRootBlocksRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HALogRootBlocksResponse | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HALogWriter | Wrapper class to handle process log creation and output for HA. | Class | com.bigdata.ha.halog | BlazeGraph |
|
| HAMessageWrapper | Glue class wraps the IHAWriteMessage and the IHALogRequest message and exposes the requires IHAMessage interface to the | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HANotifyReleaseTimeRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HANotifyReleaseTimeResponse | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HAPipelineGlue | A Remote interface supporting the write replication pipeline. | Interface | com.bigdata.ha | BlazeGraph |
|
| HAPipelineResetRequest | | Class | com.bigdata.ha | BlazeGraph |
|
| HAPipelineResetResponse | | Class | com.bigdata.ha | BlazeGraph |
|
| HAReadGlue | A Remote interface supporting low-level reads against persistent data from a quorum member. | Interface | com.bigdata.ha | BlazeGraph |
|
| HAReadRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HAReadResponse | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HARebuildRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HAReceiveService | Receives data from an HASendService. | Class | com.bigdata.ha.pipeline | BlazeGraph |
|
| HAReceiveService .IHAReceiveCallback | Hook to notice receive events. | Interface | com.bigdata.ha.pipeline | BlazeGraph |
|
| HARemoteRebuildRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HARootBlockRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HARootBlockResponse | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HASendService | A service for sending raw ByteBuffers across a socket. | Class | com.bigdata.ha.pipeline | BlazeGraph |
|
| HASendState | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HASendStoreResponse | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HASnapshotDigestRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HASnapshotDigestResponse | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HASnapshotRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HASnapshotResponse | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HAStatusEnum | An enumeration of HA status values. | Class | com.bigdata.ha | BlazeGraph |
|
| HATXSGlue | RMI interface for the ITransactionService for HA. | Interface | com.bigdata.ha | BlazeGraph |
|
| HAWriteMessage | A message carrying RMI metadata about a payload which will be replicated using a socket-level transfer facility. | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HAWriteMessageBase | Base class for RMI messages used to communicate metadata about a raw data transfer occurring on a socket channel. | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HAWriteSetStateRequest | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| HAWriteSetStateResponse | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| IHA2PhaseAbortMessage | Message indicating that a 2-phase abort should be performed. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHA2PhaseCommitMessage | Message used for commit in 2-phase commit protocol. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHA2PhaseCommitProtocolMessage | | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| 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 | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHAAwaitServiceJoinRequest | | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHADigestRequest | Message used to request the digest of a backing store. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHADigestResponse | Message used to communicate the digest of a backing store. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHAGatherReleaseTimeRequest | Message used to request information about the earliest commit point that is pinned on a follower. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHAGlobalWriteLockRequest | Message requesting a global write lock. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHAJournal | Convenience interface created in BLZG-1370 to factor out bigdata-jini artifact dependencies. | Interface | com.bigdata.ha | BlazeGraph |
|
| IHALogDigestRequest | Message used to request the digest of the HALog file associated with a specified commit point. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHALogDigestResponse | Message used to communicate the digest of an HALog file associated with a specific commit point. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHALogReader | Interface for reading on an HA Log. | Interface | com.bigdata.ha.althalog | BlazeGraph |
|
| IHALogReader | Interface for reading on an HA Log. | Interface | com.bigdata.ha.halog | BlazeGraph |
|
| IHALogRequest | Message requesting the root blocks and other metadata for an HA Log file. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHALogRootBlocksRequest | Message requesting that the data from an HA Log. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHALogRootBlocksResponse | Interface for a response requesting the opening and closing root blocks forAuthor:Bryan Thompson | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHALogWriter | A constrained interface to a new HALogFile to allow writing. | Interface | com.bigdata.ha.althalog | BlazeGraph |
|
| IHALogWriter | A constrained interface providing access to limited operations on theAuthor:Martyn Cutcher, Bryan Thompson | Interface | com.bigdata.ha.halog | BlazeGraph |
|
| IHAMessage | | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHAMessageWrapper | Glue interface wraps the IHALogRequest, IHASendState, and IHAWriteMessage interfaces exposes the requires IHAMessage | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| 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 | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHANotifyReleaseTimeResponse | Message from the leader providing the followers with the new agreed on earliest visible commit point. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHAPipelineResetRequest | Message requesting a pipeline reset on a service. | Interface | com.bigdata.ha | BlazeGraph |
|
| IHAPipelineResetResponse | | Interface | com.bigdata.ha | BlazeGraph |
|
| IHAReadRequest | Message used to read a record from an IRawStore managed by a remote service. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHAReadResponse | Interface for a response from a failover read on a remote service. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHARebuildRequest | | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHARemoteRebuildRequest | Message requesting disaster recovery of the service from the quorum leader. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHARootBlockRequest | Message requesting a root block for a store on a remote service. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHARootBlockResponse | Interface for a response requesting a root block from a remote service. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHASendState | Interface for the state of the sender of an IHAMessage. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHASendStoreResponse | Interface for a response for a request to send the backing file in support of a disaster rebuild. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHASnapshotDigestRequest | Message used to request the digest of the snapshot file associated with a specified commit point. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHASnapshotDigestResponse | Message used to communicate the digest of an snapshot file associated with a specific commit point. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHASnapshotRequest | Message requesting a snapshot. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHASnapshotResponse | The message when a snapshot has been taken. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHASyncRequest | An abstract message for either re-synchronizing (incremental catch up) or re-building (ground up rebuild). | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHAWriteMessage | A message carrying RMI metadata about a payload which will be replicated using a socket-level transfer facility. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHAWriteMessageBase | Interface for RMI messages used to communicate metadata about a raw data transfer occurring on a socket channel. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHAWriteSetStateRequest | | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IHAWriteSetStateResponse | Message communicates the state of the current write set on the quorum leader. | Interface | com.bigdata.ha.msg | BlazeGraph |
|
| IIndexManagerCallable | Interface allows arbitrary tasks to be submitted to an HAGlue serviceAuthor:Bryan Thompson | Interface | com.bigdata.ha | BlazeGraph |
|
| IJoinedAndNonJoinedServices | Interface providing an atomic snapshot of the services that are joined with a met quorum (and the services that are not joined with a met quorum) as of | Interface | com.bigdata.ha | BlazeGraph |
|
| ImmediateDownstreamReplicationException | An exception thrown by the HAReceiveService when replication to the downstream service fails. | Class | com.bigdata.ha.pipeline | BlazeGraph |
|
| IndexManagerCallable | | Class | com.bigdata.ha | BlazeGraph |
|
| JoinedAndNonJoinedServices | Helper class finds all joined and non-joined services for the quorum ThompsonSee Also:Serialized Form | Class | com.bigdata.ha | BlazeGraph |
|
| Mock2PhaseCommitProtocolException | Instances of this class are used when one of the IHA2PhaseCommitProtocolMessages is configured to force a runtime | Class | com.bigdata.ha.msg | BlazeGraph |
|
| NestedPipelineException | An exception that is used to wrap and rethrow a cause whose root cause is another AbstractPipelineException. | Class | com.bigdata.ha.pipeline | BlazeGraph |
|
| PipelineDownstreamChange | Exception thrown when the downstream service is changed by a pipeline reconfiguration. | Class | com.bigdata.ha.pipeline | BlazeGraph |
|
| PipelineImmediateDownstreamReplicationException | Exception thrown when there is a problem with write replication from a service to its downstream service, including a problem with RMI to the | Class | com.bigdata.ha.pipeline | BlazeGraph |
|
| PipelineUpstreamChange | Exception thrown when the upstream service is changed by a pipeline reconfiguration. | Class | com.bigdata.ha.pipeline | BlazeGraph |
|
| PrepareRequest | A 2-phase request as coordinated by the leader (local object). | Class | com.bigdata.ha | BlazeGraph |
|
| PrepareResponse | The 2-phase prepare outcome as coordinated by the leader. | Class | com.bigdata.ha | BlazeGraph |
|
| QuorumCommit | A non-remote interface for a member service in a Quorum defining methods to support service the 2-phase quorum commit protocol. | Interface | com.bigdata.ha | BlazeGraph |
|
| QuorumCommitImpl | QuorumCommit implementation. | Class | com.bigdata.ha | BlazeGraph |
|
| QuorumPipeline | A non-remote interface for a member service in a Quorum defining methods to replicating writes. | Interface | com.bigdata.ha | BlazeGraph |
|
| QuorumPipelineImpl | QuorumPipeline implementation. | Class | com.bigdata.ha | BlazeGraph |
|
| QuorumRead | A non-remote interface for a member service in a Quorum defining methods to support reading on another member of the quorum. | Interface | com.bigdata.ha | BlazeGraph |
|
| QuorumReadImpl | QuorumRead implementation. | Class | com.bigdata.ha | BlazeGraph |
|
| QuorumService | A non-remote interface for a member service in a Quorum defining methods to support service specific high availability operations such as | Interface | com.bigdata.ha | BlazeGraph |
|
| QuorumServiceBase | Abstract implementation provides the logic for distributing messages for the quorum 2-phase commit protocol, failover reads, etc. | Class | com.bigdata.ha | BlazeGraph |
|
| RunState | Service run state enumeration. | Class | com.bigdata.ha | BlazeGraph |
|
| TestAll | Runs all tests for all journal implementations. | Class | com.bigdata.ha.halog | BlazeGraph |
|
| TestAll | Runs all tests for all journal implementations. | Class | com.bigdata.ha.msg | BlazeGraph |
|
| TestAll | Runs all tests for all journal implementations. | Class | com.bigdata.ha.pipeline | BlazeGraph |
|
| TestAll | Runs all tests for all journal implementations. | Class | com.bigdata.ha | BlazeGraph |
|
| TestAltHALogWriter | | Class | com.bigdata.ha.althalog | BlazeGraph |
|
| TestHALogWriter | Test suite for HALogWriter and HALogReader. | Class | com.bigdata.ha.halog | BlazeGraph |
|
| TestHASendAndReceive | Test the raw socket protocol implemented by HASendService andAuthor:martyn Cutcher | Class | com.bigdata.ha.pipeline | BlazeGraph |
|
| TestHASendAndReceive3Nodes | Test the raw socket protocol implemented by HASendService and HAReceiveService against a pipeline of 3 nodes. | Class | com.bigdata.ha.pipeline | BlazeGraph |
|
| TestHASendState | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| TestHAWriteMessage | | Class | com.bigdata.ha.msg | BlazeGraph |
|
| TestSocketsDirect | Test suite for basic socket behaviors. | Class | com.bigdata.ha.pipeline | BlazeGraph |