Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Field and Description |
---|---|
static ReplicationManagerStartPolicy |
ReplicationManagerStartPolicy.REP_CLIENT
Start as a client site, and do not call for an election.
|
static ReplicationManagerStartPolicy |
ReplicationManagerStartPolicy.REP_ELECTION
Start as a client, and call for an election if no master is found.
|
static ReplicationManagerStartPolicy |
ReplicationManagerStartPolicy.REP_MASTER
Start as a master site, and do not call for an election.
|
Modifier and Type | Method and Description |
---|---|
void |
Environment.replicationManagerStart(int nthreads,
ReplicationManagerStartPolicy policy)
Starts the replication manager.
|
Copyright (c) 1996, 2019 Oracle and/or its affiliates. All rights reserved.