| 
 | Berkeley DB version 4.4.20 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sleepycat.db.ReplicationConfig
Settings that configure Berkeley DB replication.
Used in the Environment.setReplicationConfig(com.sleepycat.db.ReplicationConfig, boolean) method.
| Field Summary | |
| static ReplicationConfig | BULKThe replication master should send groups of records to the clients in a single network transfer. | 
| static ReplicationConfig | DELAYCLIENTThe client should delay synchronizing to a newly declared master (defaults to off). | 
| static ReplicationConfig | NOAUTOINITThe replication master should not automatically re-initialize outdated clients. | 
| static ReplicationConfig | NOWAITBerkeley DB method calls that would normally block while clients are in recovery should return errors immediately. | 
| Constructor Summary | |
| protected  | ReplicationConfig() | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final ReplicationConfig BULK
public static final ReplicationConfig DELAYCLIENT
Environment.syncReplication() method.
public static final ReplicationConfig NOAUTOINIT
public static final ReplicationConfig NOWAIT
| Constructor Detail | 
protected ReplicationConfig()
| 
 | Berkeley DB version 4.4.20 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||