Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bigdata.ha Classes and Interfaces - 128 results found.
NameDescriptionTypePackageFramework
AbstractHASendAndReceiveTestCaseClasscom.bigdata.ha.pipelineBlazeGraph
AbstractPipelineChangeExceptionA quorum related exception dealing with the write replication pipeline.Classcom.bigdata.ha.pipelineBlazeGraph
AbstractPipelineExceptionA quorum related exception dealing with the write replication pipeline.Classcom.bigdata.ha.pipelineBlazeGraph
CommitRequestCommit request for a 2-phase commit as coodinated by the leader (localAuthor:Bryan ThompsonClasscom.bigdata.haBlazeGraph
CommitResponseResponse for a 2-phase commit.Classcom.bigdata.haBlazeGraph
FutureTaskInvariantMonA Future that allows you to cancel a computation if an invariant is violated.Classcom.bigdata.haBlazeGraph
HA2PhaseAbortMessageClasscom.bigdata.ha.msgBlazeGraph
HA2PhaseCommitMessageClasscom.bigdata.ha.msgBlazeGraph
HA2PhasePrepareMessageClasscom.bigdata.ha.msgBlazeGraph
HAAwaitServiceJoinRequestClasscom.bigdata.ha.msgBlazeGraph
HACommitGlueA Remote interface supporting a 2-phase commit protocol for the members of a highly available quorum.Interfacecom.bigdata.haBlazeGraph
HADigestRequestClasscom.bigdata.ha.msgBlazeGraph
HADigestResponseClasscom.bigdata.ha.msgBlazeGraph
HAGatherReleaseTimeRequestClasscom.bigdata.ha.msgBlazeGraph
HAGlobalWriteLockRequestClasscom.bigdata.ha.msgBlazeGraph
HAGlueA Remote interface for methods supporting high availability for a set of journals or data services having shared persistent state.Interfacecom.bigdata.haBlazeGraph
HAGlueBaseA Remote interface for methods supporting high availability.Interfacecom.bigdata.haBlazeGraph
HALogDigestRequestClasscom.bigdata.ha.msgBlazeGraph
HALogDigestResponseClasscom.bigdata.ha.msgBlazeGraph
HALogFileClasscom.bigdata.ha.althalogBlazeGraph
HALogManagerProvides the top level controlAuthor:Martyn CutcherClasscom.bigdata.ha.althalogBlazeGraph
HALogReaderGiven an HALog file can be used to replay the file and can provide a readable dump of the content.Classcom.bigdata.ha.halogBlazeGraph
HALogRequestClasscom.bigdata.ha.msgBlazeGraph
HALogRootBlocksRequestClasscom.bigdata.ha.msgBlazeGraph
HALogRootBlocksResponseClasscom.bigdata.ha.msgBlazeGraph
HALogWriterWrapper class to handle process log creation and output for HA.Classcom.bigdata.ha.halogBlazeGraph
HAMessageWrapperGlue class wraps the IHAWriteMessage and the IHALogRequest message and exposes the requires IHAMessage interface to theClasscom.bigdata.ha.msgBlazeGraph
HANotifyReleaseTimeRequestClasscom.bigdata.ha.msgBlazeGraph
HANotifyReleaseTimeResponseClasscom.bigdata.ha.msgBlazeGraph
HAPipelineGlueA Remote interface supporting the write replication pipeline.Interfacecom.bigdata.haBlazeGraph
HAPipelineResetRequestClasscom.bigdata.haBlazeGraph
HAPipelineResetResponseClasscom.bigdata.haBlazeGraph
HAReadGlueA Remote interface supporting low-level reads against persistent data from a quorum member.Interfacecom.bigdata.haBlazeGraph
HAReadRequestClasscom.bigdata.ha.msgBlazeGraph
HAReadResponseClasscom.bigdata.ha.msgBlazeGraph
HARebuildRequestClasscom.bigdata.ha.msgBlazeGraph
HAReceiveServiceReceives data from an HASendService.Classcom.bigdata.ha.pipelineBlazeGraph
HAReceiveService .IHAReceiveCallbackHook to notice receive events.Interfacecom.bigdata.ha.pipelineBlazeGraph
HARemoteRebuildRequestClasscom.bigdata.ha.msgBlazeGraph
HARootBlockRequestClasscom.bigdata.ha.msgBlazeGraph
HARootBlockResponseClasscom.bigdata.ha.msgBlazeGraph
HASendServiceA service for sending raw ByteBuffers across a socket.Classcom.bigdata.ha.pipelineBlazeGraph
HASendStateClasscom.bigdata.ha.msgBlazeGraph
HASendStoreResponseClasscom.bigdata.ha.msgBlazeGraph
HASnapshotDigestRequestClasscom.bigdata.ha.msgBlazeGraph
HASnapshotDigestResponseClasscom.bigdata.ha.msgBlazeGraph
HASnapshotRequestClasscom.bigdata.ha.msgBlazeGraph
HASnapshotResponseClasscom.bigdata.ha.msgBlazeGraph
HAStatusEnumAn enumeration of HA status values.Classcom.bigdata.haBlazeGraph
HATXSGlueRMI interface for the ITransactionService for HA.Interfacecom.bigdata.haBlazeGraph
HAWriteMessageA message carrying RMI metadata about a payload which will be replicated using a socket-level transfer facility.Classcom.bigdata.ha.msgBlazeGraph
HAWriteMessageBaseBase class for RMI messages used to communicate metadata about a raw data transfer occurring on a socket channel.Classcom.bigdata.ha.msgBlazeGraph
HAWriteSetStateRequestClasscom.bigdata.ha.msgBlazeGraph
HAWriteSetStateResponseClasscom.bigdata.ha.msgBlazeGraph
IHA2PhaseAbortMessageMessage indicating that a 2-phase abort should be performed.Interfacecom.bigdata.ha.msgBlazeGraph
IHA2PhaseCommitMessageMessage used for commit in 2-phase commit protocol.Interfacecom.bigdata.ha.msgBlazeGraph
IHA2PhaseCommitProtocolMessageInterfacecom.bigdata.ha.msgBlazeGraph
IHA2PhasePrepareMessageMessage used by the HACommitGlue interface to indicate that the recipient should save a reference to the caller's root block, flush writes toInterfacecom.bigdata.ha.msgBlazeGraph
IHAAwaitServiceJoinRequestInterfacecom.bigdata.ha.msgBlazeGraph
IHADigestRequestMessage used to request the digest of a backing store.Interfacecom.bigdata.ha.msgBlazeGraph
IHADigestResponseMessage used to communicate the digest of a backing store.Interfacecom.bigdata.ha.msgBlazeGraph
IHAGatherReleaseTimeRequestMessage used to request information about the earliest commit point that is pinned on a follower.Interfacecom.bigdata.ha.msgBlazeGraph
IHAGlobalWriteLockRequestMessage requesting a global write lock.Interfacecom.bigdata.ha.msgBlazeGraph
IHAJournalConvenience interface created in BLZG-1370 to factor out bigdata-jini artifact dependencies.Interfacecom.bigdata.haBlazeGraph
IHALogDigestRequestMessage used to request the digest of the HALog file associated with a specified commit point.Interfacecom.bigdata.ha.msgBlazeGraph
IHALogDigestResponseMessage used to communicate the digest of an HALog file associated with a specific commit point.Interfacecom.bigdata.ha.msgBlazeGraph
IHALogReaderInterface for reading on an HA Log.Interfacecom.bigdata.ha.althalogBlazeGraph
IHALogReaderInterface for reading on an HA Log.Interfacecom.bigdata.ha.halogBlazeGraph
IHALogRequestMessage requesting the root blocks and other metadata for an HA Log file.Interfacecom.bigdata.ha.msgBlazeGraph
IHALogRootBlocksRequestMessage requesting that the data from an HA Log.Interfacecom.bigdata.ha.msgBlazeGraph
IHALogRootBlocksResponseInterface for a response requesting the opening and closing root blocks forAuthor:Bryan ThompsonInterfacecom.bigdata.ha.msgBlazeGraph
IHALogWriterA constrained interface to a new HALogFile to allow writing.Interfacecom.bigdata.ha.althalogBlazeGraph
IHALogWriterA constrained interface providing access to limited operations on theAuthor:Martyn Cutcher, Bryan ThompsonInterfacecom.bigdata.ha.halogBlazeGraph
IHAMessageInterfacecom.bigdata.ha.msgBlazeGraph
IHAMessageWrapperGlue interface wraps the IHALogRequest, IHASendState, and IHAWriteMessage interfaces exposes the requires IHAMessageInterfacecom.bigdata.ha.msgBlazeGraph
IHANotifyReleaseTimeRequestMessage from a follower to the leader in which the follower specifies the earliest commit point that is pinned on the follower by an active transactionInterfacecom.bigdata.ha.msgBlazeGraph
IHANotifyReleaseTimeResponseMessage from the leader providing the followers with the new agreed on earliest visible commit point.Interfacecom.bigdata.ha.msgBlazeGraph
IHAPipelineResetRequestMessage requesting a pipeline reset on a service.Interfacecom.bigdata.haBlazeGraph
IHAPipelineResetResponseInterfacecom.bigdata.haBlazeGraph
IHAReadRequestMessage used to read a record from an IRawStore managed by a remote service.Interfacecom.bigdata.ha.msgBlazeGraph
IHAReadResponseInterface for a response from a failover read on a remote service.Interfacecom.bigdata.ha.msgBlazeGraph
IHARebuildRequestInterfacecom.bigdata.ha.msgBlazeGraph
IHARemoteRebuildRequestMessage requesting disaster recovery of the service from the quorum leader.Interfacecom.bigdata.ha.msgBlazeGraph
IHARootBlockRequestMessage requesting a root block for a store on a remote service.Interfacecom.bigdata.ha.msgBlazeGraph
IHARootBlockResponseInterface for a response requesting a root block from a remote service.Interfacecom.bigdata.ha.msgBlazeGraph
IHASendStateInterface for the state of the sender of an IHAMessage.Interfacecom.bigdata.ha.msgBlazeGraph
IHASendStoreResponseInterface for a response for a request to send the backing file in support of a disaster rebuild.Interfacecom.bigdata.ha.msgBlazeGraph
IHASnapshotDigestRequestMessage used to request the digest of the snapshot file associated with a specified commit point.Interfacecom.bigdata.ha.msgBlazeGraph
IHASnapshotDigestResponseMessage used to communicate the digest of an snapshot file associated with a specific commit point.Interfacecom.bigdata.ha.msgBlazeGraph
IHASnapshotRequestMessage requesting a snapshot.Interfacecom.bigdata.ha.msgBlazeGraph
IHASnapshotResponseThe message when a snapshot has been taken.Interfacecom.bigdata.ha.msgBlazeGraph
IHASyncRequestAn abstract message for either re-synchronizing (incremental catch up) or re-building (ground up rebuild).Interfacecom.bigdata.ha.msgBlazeGraph
IHAWriteMessageA message carrying RMI metadata about a payload which will be replicated using a socket-level transfer facility.Interfacecom.bigdata.ha.msgBlazeGraph
IHAWriteMessageBaseInterface for RMI messages used to communicate metadata about a raw data transfer occurring on a socket channel.Interfacecom.bigdata.ha.msgBlazeGraph
IHAWriteSetStateRequestInterfacecom.bigdata.ha.msgBlazeGraph
IHAWriteSetStateResponseMessage communicates the state of the current write set on the quorum leader.Interfacecom.bigdata.ha.msgBlazeGraph
IIndexManagerCallableInterface allows arbitrary tasks to be submitted to an HAGlue serviceAuthor:Bryan ThompsonInterfacecom.bigdata.haBlazeGraph
IJoinedAndNonJoinedServicesInterface 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 ofInterfacecom.bigdata.haBlazeGraph
ImmediateDownstreamReplicationExceptionAn exception thrown by the HAReceiveService when replication to the downstream service fails.Classcom.bigdata.ha.pipelineBlazeGraph
IndexManagerCallableClasscom.bigdata.haBlazeGraph
JoinedAndNonJoinedServicesHelper class finds all joined and non-joined services for the quorum ThompsonSee Also:Serialized FormClasscom.bigdata.haBlazeGraph
Mock2PhaseCommitProtocolExceptionInstances of this class are used when one of the IHA2PhaseCommitProtocolMessages is configured to force a runtimeClasscom.bigdata.ha.msgBlazeGraph
NestedPipelineExceptionAn exception that is used to wrap and rethrow a cause whose root cause is another AbstractPipelineException.Classcom.bigdata.ha.pipelineBlazeGraph
PipelineDownstreamChangeException thrown when the downstream service is changed by a pipeline reconfiguration.Classcom.bigdata.ha.pipelineBlazeGraph
PipelineImmediateDownstreamReplicationExceptionException thrown when there is a problem with write replication from a service to its downstream service, including a problem with RMI to theClasscom.bigdata.ha.pipelineBlazeGraph
PipelineUpstreamChangeException thrown when the upstream service is changed by a pipeline reconfiguration.Classcom.bigdata.ha.pipelineBlazeGraph
PrepareRequestA 2-phase request as coordinated by the leader (local object).Classcom.bigdata.haBlazeGraph
PrepareResponseThe 2-phase prepare outcome as coordinated by the leader.Classcom.bigdata.haBlazeGraph
QuorumCommitA non-remote interface for a member service in a Quorum defining methods to support service the 2-phase quorum commit protocol.Interfacecom.bigdata.haBlazeGraph
QuorumCommitImplQuorumCommit implementation.Classcom.bigdata.haBlazeGraph
QuorumPipelineA non-remote interface for a member service in a Quorum defining methods to replicating writes.Interfacecom.bigdata.haBlazeGraph
QuorumPipelineImplQuorumPipeline implementation.Classcom.bigdata.haBlazeGraph
QuorumReadA non-remote interface for a member service in a Quorum defining methods to support reading on another member of the quorum.Interfacecom.bigdata.haBlazeGraph
QuorumReadImplQuorumRead implementation.Classcom.bigdata.haBlazeGraph
QuorumServiceA non-remote interface for a member service in a Quorum defining methods to support service specific high availability operations such asInterfacecom.bigdata.haBlazeGraph
QuorumServiceBaseAbstract implementation provides the logic for distributing messages for the quorum 2-phase commit protocol, failover reads, etc.Classcom.bigdata.haBlazeGraph
RunStateService run state enumeration.Classcom.bigdata.haBlazeGraph
TestAllRuns all tests for all journal implementations.Classcom.bigdata.ha.halogBlazeGraph
TestAllRuns all tests for all journal implementations.Classcom.bigdata.ha.msgBlazeGraph
TestAllRuns all tests for all journal implementations.Classcom.bigdata.ha.pipelineBlazeGraph
TestAllRuns all tests for all journal implementations.Classcom.bigdata.haBlazeGraph
TestAltHALogWriterClasscom.bigdata.ha.althalogBlazeGraph
TestHALogWriterTest suite for HALogWriter and HALogReader.Classcom.bigdata.ha.halogBlazeGraph
TestHASendAndReceiveTest the raw socket protocol implemented by HASendService andAuthor:martyn CutcherClasscom.bigdata.ha.pipelineBlazeGraph
TestHASendAndReceive3NodesTest the raw socket protocol implemented by HASendService and HAReceiveService against a pipeline of 3 nodes.Classcom.bigdata.ha.pipelineBlazeGraph
TestHASendStateClasscom.bigdata.ha.msgBlazeGraph
TestHAWriteMessageClasscom.bigdata.ha.msgBlazeGraph
TestSocketsDirectTest suite for basic socket behaviors.Classcom.bigdata.ha.pipelineBlazeGraph