com.sleepycat.db
Class ReplicationTimeoutType

java.lang.Object
  extended by com.sleepycat.db.ReplicationTimeoutType

public final class ReplicationTimeoutType
extends java.lang.Object


Field Summary
static ReplicationTimeoutType ACK_TIMEOUT
           
static ReplicationTimeoutType CHECKPOINT_DELAY
           
static ReplicationTimeoutType CONNECTION_RETRY
           
static ReplicationTimeoutType ELECTION_RETRY
           
static ReplicationTimeoutType ELECTION_TIMEOUT
           
static ReplicationTimeoutType FULL_ELECTION_TIMEOUT
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object