| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sleepycat.db.ReplicationManagerStartPolicy
public final class ReplicationManagerStartPolicy
This class provides definitions of the various start policies thatcan be specified when starting a replication client using theEnvironment.replicationManagerStart call.
| Field Summary | |
|---|---|
| static ReplicationManagerStartPolicy | REP_CLIENTStart as a client site, and do not call for an election. | 
| static ReplicationManagerStartPolicy | REP_ELECTIONStart as a client, and call for an election if no master is found. | 
| static ReplicationManagerStartPolicy | REP_MASTERStart as a master site, and do not call for an election. | 
| Method Summary | |
|---|---|
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final ReplicationManagerStartPolicy REP_MASTER
public static final ReplicationManagerStartPolicy REP_CLIENT
public static final ReplicationManagerStartPolicy REP_ELECTION
| Method Detail | 
|---|
public String toString()
toString in class Object| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||