Berkeley DB: Replication and Related Methods

Replication Manager MethodsDescription
DbEnv::repmgr_add_remote_siteSpecify the replication manager's remote sites
DbEnv::repmgr_set_ack_policySpecify the replication manager's client acknowledgement policy
DbEnv::repmgr_set_local_siteSpecify the replication manager's local site
DbEnv::repmgr_site_listList the sites and their status
DbEnv::repmgr_startStart the replication manager
DbEnv::repmgr_statReplication manager statistics
Base Replication API
DbEnv::rep_electHold a replication election
DbEnv::rep_process_messageProcess a replication message
DbEnv::rep_startConfigure an environment for replication
Additional Replication Methods
DbEnv::rep_statReplication statistics
DbEnv::rep_syncReplication synchronization
Replication Configuration
DbEnv::rep_set_configConfigure the replication subsystem
DbEnv::rep_set_clockskewConfigure master lease clock adjustment
DbEnv::rep_set_limitLimit data sent in response to a single message
DbEnv::rep_set_nsitesConfigure replication group site count
DbEnv::rep_set_priorityConfigure replication site priority
DbEnv::rep_set_requestConfigure replication client retransmission requests
DbEnv::rep_set_timeoutConfigure replication timeouts
DbEnv::rep_set_transportConfigure replication transport callback

Copyright (c) 1996,2008 Oracle. All rights reserved.