public final class ReplicationManagerStartPolicy
extends java.lang.Object
Environment.replicationManagerStart
call.Modifier and Type | Field | Description |
---|---|---|
static ReplicationManagerStartPolicy |
REP_CLIENT |
Start as a client site, and do not call for an election.
|
static ReplicationManagerStartPolicy |
REP_ELECTION |
Start as a client, and call for an election if no master is found.
|
static ReplicationManagerStartPolicy |
REP_MASTER |
Start as a master site, and do not call for an election.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public static final ReplicationManagerStartPolicy REP_MASTER
public static final ReplicationManagerStartPolicy REP_CLIENT
public static final ReplicationManagerStartPolicy REP_ELECTION
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.