| Package | Description |
|---|---|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| Modifier and Type | Method | Description |
|---|---|---|
NodeType |
ReplicationConfig.getNodeType() |
Returns the
NodeType of this node. |
NodeType |
ReplicationNode.getType() |
Returns the type associated with the node.
|
static NodeType |
NodeType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReplicationConfig |
ReplicationConfig.setNodeType(NodeType nodeType) |
Sets the type of this node.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.