Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.rep.NodeType

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

Uses of NodeType in com.sleepycat.je.rep
 

Methods in com.sleepycat.je.rep that return NodeType
 NodeType ReplicationConfig.getNodeType()
          Returns the type (ELECTABLE, MONITOR) of this node.
 NodeType ReplicationNode.getType()
          Returns the type associated with the node.
static NodeType NodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeType[] NodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sleepycat.je.rep with parameters of type NodeType
 ReplicationConfig ReplicationConfig.setNodeType(NodeType nodeType)
          Sets the type of this node.
 


Berkeley DB Java Edition
version 5.0.34

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