| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReplicationConfig | |
|---|---|
| com.sleepycat.db | Berkeley DB Java API [reference guide] [Java programming notes]. | 
| Uses of ReplicationConfig in com.sleepycat.db | 
|---|
| Fields in com.sleepycat.db declared as ReplicationConfig | |
|---|---|
| static ReplicationConfig | ReplicationConfig.AUTOINITThe replication master should automatically re-initialize outdated clients (defaults to on.) | 
| static ReplicationConfig | ReplicationConfig.BULKThe replication master should send groups of records to the clients in a single network transfer. | 
| static ReplicationConfig | ReplicationConfig.DELAYCLIENTThe client should delay synchronizing to a newly declared master (defaults to off). | 
| static ReplicationConfig | ReplicationConfig.ELECTIONSReplication Manager automatically runs elections to choose a new master when the old master appears to have become disconnected. | 
| static ReplicationConfig | ReplicationConfig.LEASEMaster leases will be used for this site. | 
| static ReplicationConfig | ReplicationConfig.NOWAITBerkeley DB method calls that would normally block while clients are in recovery should return errors immediately. | 
| static ReplicationConfig | ReplicationConfig.STRICT_2SITEReplication Manager observes the strict "majority" rule in managing elections, even in a group with only 2 sites. | 
| Methods in com.sleepycat.db with parameters of type ReplicationConfig | |
|---|---|
|  boolean | Environment.getReplicationConfig(ReplicationConfig config)Get the configuration of the replication subsystem. | 
|  void | Environment.setReplicationConfig(ReplicationConfig config,
                     boolean onoff)Configure the replication subsystem. | 
| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||