DbEnv::repmgr_set_local_site API Ref

#include <db_cxx.h>

int DbEnv::repmgr_set_add_site(const char *host, u_int port, u_int32_t flags);


Description: DbEnv::repmgr_set_local_site

The DbEnv::repmgr_set_local_site method specifies the host identification string and port number for the local system.

The DbEnv::repmgr_set_local_site method may not be called after the DbEnv::repmgr_start method is called.

The DbEnv::repmgr_set_local_site method either returns a non-zero error value or throws an exception that encapsulates a non-zero error value on failure, and returns 0 on success.

Parameters
flags host port


Class DbEnv
See Also Replication and Related Methods

APIRef

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