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 |
StateChangeEvent.getState()
Returns the state that the node has transitioned to.
|
ReplicatedEnvironment.State |
ReplicatedEnvironment.getState()
Returns the current state of the node associated with this replication
environment.
|
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.
|
Constructor and Description |
---|
NodeState(String nodeName,
String groupName,
ReplicatedEnvironment.State currentState,
String masterName,
JEVersion jeVersion,
long joinTime,
long currentTxnEndVLSN,
long masterTxnEndVLSN,
int activeFeeders,
int logVersion,
byte[] appState,
double systemLoad) |
StateChangeEvent(ReplicatedEnvironment.State state,
com.sleepycat.je.rep.impl.node.NameIdPair masterNameId) |
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.