Replication Manager Methods | Description |
---|---|
DbEnv::repmgr_add_remote_site | Specify the replication manager's remote sites |
DbEnv::repmgr_set_ack_policy | Specify the replication manager's client acknowledgement policy |
DbEnv::repmgr_set_local_site | Specify the replication manager's local site |
DbEnv::repmgr_site_list | List the sites and their status |
DbEnv::repmgr_start | Start the replication manager |
Base Replication API | |
DbEnv::rep_elect | Hold a replication election |
DbEnv::rep_process_message | Process a replication message |
DbEnv::rep_start | Configure an environment for replication |
Additional Replication Methods | |
DbEnv::rep_stat | Replication statistics |
DbEnv::rep_sync | Replication synchronization |
Replication Configuration | |
DbEnv::rep_set_config | Configure the replication subsystem |
DbEnv::rep_set_limit | Limit data sent in response to a single message |
DbEnv::rep_set_nsites | Configure replication group site count |
DbEnv::rep_set_priority | Configure replication site priority |
DbEnv::rep_set_timeout | Configure replication timeouts |
DbEnv::rep_set_transport | Configure replication transport callback |
Copyright (c) 1996-2006 Oracle Corporation - All rights reserved.