Berkeley DB Java Edition
version 5.0.34

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

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

Uses of ReplicationMutableConfig in com.sleepycat.je.rep
 

Subclasses of ReplicationMutableConfig in com.sleepycat.je.rep
 class ReplicationConfig
          Specifies the immutable attributes of a replicated environment.
 

Methods in com.sleepycat.je.rep that return ReplicationMutableConfig
 ReplicationMutableConfig ReplicatedEnvironment.getRepMutableConfig()
           
 ReplicationMutableConfig ReplicationMutableConfig.setConfigParam(String paramName, String value)
          Set this configuration parameter with this value.
 ReplicationMutableConfig ReplicationMutableConfig.setDesignatedPrimary(boolean isPrimary)
          If isPrimary is true, designate this node as a Primary.
 ReplicationMutableConfig ReplicationMutableConfig.setElectableGroupSizeOverride(int override)
          Sets the size used to determine the number of electable nodes.
 ReplicationMutableConfig ReplicationMutableConfig.setNodePriority(int priority)
          Sets the election priority for the node.
 

Methods in com.sleepycat.je.rep with parameters of type ReplicationMutableConfig
 void ReplicatedEnvironment.setRepMutableConfig(ReplicationMutableConfig mutableConfig)
           
 


Berkeley DB Java Edition
version 5.0.34

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