Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.rep.ReplicatedEnvironment.State

Packages that use ReplicatedEnvironment.State
com.sleepycat.je.rep
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE environments. 
 

Uses of ReplicatedEnvironment.State in com.sleepycat.je.rep
 

Methods in com.sleepycat.je.rep that return ReplicatedEnvironment.State
 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.
 


Berkeley DB Java Edition
version 5.0.34

Copyright (c) 2004-2011 Oracle. All rights reserved.