Package | Description |
---|---|
com.bigdata.quorum |
This package defines interfaces and implementations for a quorum of highly
available services.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractQuorum.QuorumActorBase
Base class for
QuorumActor implementations. |
protected class |
MockQuorumFixture.MockQuorum.MockQuorumActor
Actor updates the state of the
MockQuorumFixture2 . |
Modifier and Type | Method and Description |
---|---|
QuorumActor<S,C> |
Quorum.getActor()
The object used to effect changes in distributed quorum state on the
behalf of the
QuorumMember . |
QuorumActor<S,QuorumMember<S>> |
QuorumMember.getActor()
Return the actor for this
QuorumMember . |
QuorumActor<S,C> |
AbstractQuorum.getActor()
The object used to effect changes in distributed quorum state on the
behalf of the
QuorumMember . |
QuorumActor<S,QuorumMember<S>> |
AbstractQuorumMember.getActor()
Return the actor for this
QuorumMember (it is allocated by
AbstractQuorum.start(QuorumClient) ). |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.