com.sleepycat.db
Class ReplicationTimeoutType
java.lang.Object
com.sleepycat.db.ReplicationTimeoutType
public final class ReplicationTimeoutType
- extends java.lang.Object
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACK_TIMEOUT
public static final ReplicationTimeoutType ACK_TIMEOUT
CHECKPOINT_DELAY
public static final ReplicationTimeoutType CHECKPOINT_DELAY
CONNECTION_RETRY
public static final ReplicationTimeoutType CONNECTION_RETRY
ELECTION_TIMEOUT
public static final ReplicationTimeoutType ELECTION_TIMEOUT
ELECTION_RETRY
public static final ReplicationTimeoutType ELECTION_RETRY
FULL_ELECTION_TIMEOUT
public static final ReplicationTimeoutType FULL_ELECTION_TIMEOUT
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object