DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Berkeley DB
version 4.4.20

Uses of Class
com.sleepycat.db.ReplicationConfig

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.BULK
          The replication master should send groups of records to the clients in a single network transfer.
static ReplicationConfig ReplicationConfig.DELAYCLIENT
          The client should delay synchronizing to a newly declared master (defaults to off).
static ReplicationConfig ReplicationConfig.NOAUTOINIT
          The replication master should not automatically re-initialize outdated clients.
static ReplicationConfig ReplicationConfig.NOWAIT
          Berkeley DB method calls that would normally block while clients are in recovery should return errors immediately.
 

Methods in com.sleepycat.db with parameters of type ReplicationConfig
 void Environment.setReplicationConfig(ReplicationConfig config, boolean onoff)
          Configure the replication subsystem.
 boolean Environment.getReplicationConfig(ReplicationConfig config)
          Get the configuration of the replication subsystem.
 


Berkeley DB
version 4.4.20

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.