| Package | Description |
|---|---|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| com.sleepycat.je.rep.monitor |
BDB JE HA support for applications that need to track the composition of a
replication group, in order to do tasks such as load balancing and
request routing.
|
| com.sleepycat.je.rep.util |
BDB JE High Availability command line utilities and helper classes.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReplicationGroup |
ReplicatedEnvironment.getGroup() |
Returns a description of the replication group as known by this node.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReplicationGroup |
Monitor.getGroup() |
Returns the current composition of the group.
|
ReplicationGroup |
GroupChangeEvent.getRepGroup() |
Returns the current description of the replication group.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReplicationGroup |
ReplicationGroupAdmin.getGroup() |
Returns the current composition of the group from the Master.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.