Package | Description |
---|---|
com.bigdata.quorum |
This package defines interfaces and implementations for a quorum of highly
available services.
|
Modifier and Type | Method and Description |
---|---|
QuorumEventEnum |
QuorumEvent.getEventType()
The type of event and never
null . |
QuorumEventEnum |
AbstractQuorum.E.getEventType() |
static QuorumEventEnum |
QuorumEventEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuorumEventEnum[] |
QuorumEventEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractQuorum.E(QuorumEventEnum type,
long lastValidToken,
long token,
UUID serviceId)
Constructor used for most event types.
|
AbstractQuorum.E(QuorumEventEnum type,
long lastValidToken,
long token,
UUID serviceId,
long lastCommitTime)
Constructor used for vote events.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.