Package | Description |
---|---|
com.bigdata.ha |
This package extends
com.bigdata.quorum to define local and
Remote interfaces for highly available services. |
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
Modifier and Type | Method and Description |
---|---|
RunState |
HAGlue.getRunState()
The
RunState of the service - this does NOT tell you whether the
service is ready to act as a leader or follower. |
static RunState |
RunState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunState[] |
RunState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RunState |
AbstractJournal.BasicHA.getRunState() |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.