| Package | Description |
|---|---|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| com.sleepycat.je.rep.impl.node |
INTERNAL: Feeder and Replica node implementations.
|
| Modifier and Type | Method and Description |
|---|---|
StateChangeListener |
ReplicatedEnvironment.getStateChangeListener()
Returns the listener used to receive asynchronous replication node state
change events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatedEnvironment.setStateChangeListener(StateChangeListener listener)
Sets the listener used to receive asynchronous replication node state
change events.
|
| Modifier and Type | Method and Description |
|---|---|
StateChangeListener |
RepImpl.getChangeListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepImpl.setChangeListener(StateChangeListener listener) |
| Modifier and Type | Method and Description |
|---|---|
StateChangeListener |
NodeState.getChangeListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeState.setChangeListener(StateChangeListener stateChangeListener) |
Copyright © 2024. All rights reserved.