| Package | Description |
|---|---|
| com.sleepycat.je.rep.arbiter |
Provides a mechanism to allow write availability for the Replication
group even when the number of replication nodes is less than majority.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ArbiterConfig |
The configuration parameters for an
Arbiter. |
| Modifier and Type | Method | Description |
|---|---|---|
ArbiterMutableConfig |
ArbiterMutableConfig.clone() |
|
protected ArbiterMutableConfig |
ArbiterMutableConfig.copy() |
|
ArbiterMutableConfig |
Arbiter.getArbiterMutableConfig() |
Returns the Arbiter mutable attributes.
|
ArbiterMutableConfig |
ArbiterMutableConfig.setConsoleLoggingLevel(java.lang.String val) |
Trace messages equal and above this level will be logged to the
console.
|
ArbiterMutableConfig |
ArbiterMutableConfig.setFileLoggingLevel(java.lang.String val) |
Trace messages equal and above this level will be logged to the je.info
file, which is in the Arbiter home directory.
|
ArbiterMutableConfig |
ArbiterMutableConfig.setHelperHosts(java.lang.String helperHosts) |
Identify one or more helpers nodes by their host and port pairs in this
format:
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Arbiter.setArbiterMutableConfig(ArbiterMutableConfig config) |
Sets the Arbiter mutable attributes.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.