| Package | Description |
|---|---|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| com.sleepycat.je.rep.arbiter |
Provides a mechanism to allow write availability for the Replication
group even when the number of replication nodes is less than majority.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReplicatedEnvironment.State |
NodeState.getNodeState() |
Returns the replication
state of
this node. |
ReplicatedEnvironment.State |
ReplicatedEnvironment.getState() |
Returns the current state of the node associated with this replication
environment.
|
ReplicatedEnvironment.State |
StateChangeEvent.getState() |
Returns the state that the node has transitioned to.
|
static ReplicatedEnvironment.State |
ReplicatedEnvironment.State.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ReplicatedEnvironment.State[] |
ReplicatedEnvironment.State.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReplicatedEnvironment.State |
Arbiter.getState() |
Gets the Arbiter state.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.