Package | Description |
---|---|
com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
Modifier and Type | Method and 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(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.
|
Copyright (c) 2004, 2014 Oracle and/or its affiliates. All rights reserved.