com.sleepycat.db

Class ReplicationTimeoutType

public final class ReplicationTimeoutType extends Object

Field Summary
static ReplicationTimeoutTypeACK_TIMEOUT
static ReplicationTimeoutTypeCONNECTION_RETRY
static ReplicationTimeoutTypeELECTION_RETRY
static ReplicationTimeoutTypeELECTION_TIMEOUT
Method Summary
StringtoString()

Field Detail

ACK_TIMEOUT

public static final ReplicationTimeoutType ACK_TIMEOUT

CONNECTION_RETRY

public static final ReplicationTimeoutType CONNECTION_RETRY

ELECTION_RETRY

public static final ReplicationTimeoutType ELECTION_RETRY

ELECTION_TIMEOUT

public static final ReplicationTimeoutType ELECTION_TIMEOUT

Method Detail

toString

public String toString()