Package | Description |
---|---|
com.bigdata.quorum |
This package defines interfaces and implementations for a quorum of highly
available services.
|
Modifier and Type | Method and Description |
---|---|
QuorumStateChangeEventEnum |
QCE.getEventType() |
QuorumStateChangeEventEnum |
QuorumStateChangeEvent.getEventType()
The type of event and never
null . |
static QuorumStateChangeEventEnum |
QuorumStateChangeEventEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuorumStateChangeEventEnum[] |
QuorumStateChangeEventEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
QCE(QuorumStateChangeEventEnum eventType) |
QCE(QuorumStateChangeEventEnum eventType,
UUID[] downstreamOldAndNew,
Long lastCommitTimeConsensus,
Long token,
UUID leaderId) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.