| Package | Description |
|---|---|
| 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 |
|---|---|
void |
RepGroupImpl.setMinJEVersion(JEVersion newMinJEVersion)
Sets the minimum JE version that a node must be running in order to join
the replication group.
|
void |
RepGroupDB.setMinJEVersion(JEVersion newMinJEVersion)
Sets the minimum JE version required for nodes to join the replication
group and refreshes the group object cached in the rep group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepNode.setMinJEVersion(JEVersion newMinJEVersion)
Checks if all data nodes in the replication group support the specified
JE version.
|
Copyright © 2024. All rights reserved.