| 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.
|
| com.sleepycat.je.rep.impl.node.cbvlsn |
INTERNAL: Eventual burial ground for Cleaner Barrier VLSN (CBVLSN) classes,
currently used only for compatibility with old version nodes in a mixed
version group.
|
| Modifier and Type | Method and Description |
|---|---|
CleanerBarrierState |
RepNodeImpl.getBarrierState() |
CleanerBarrierState |
RepNodeImpl.setBarrierState(CleanerBarrierState barrierState) |
| Modifier and Type | Method and Description |
|---|---|
CleanerBarrierState |
RepNodeImpl.setBarrierState(CleanerBarrierState barrierState) |
| Constructor and Description |
|---|
RepNodeImpl(NameIdPair nameIdPair,
NodeType type,
boolean quorumAck,
boolean isRemoved,
String hostName,
int port,
CleanerBarrierState barrierState,
int changeVersion,
JEVersion jeVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepNode.updateGroupInfo(NameIdPair updateNameIdPair,
CleanerBarrierState barrierState)
Updates the cached group info for the node, avoiding a database read,
if the global CBVLSN is not defunct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalCBVLSN.updateGroupInfo(NameIdPair updateNameIdPair,
CleanerBarrierState barrierState)
Updates the cached group info for the node, avoiding a database read,
if the global CBVLSN is not defunct.
|
Copyright © 2024. All rights reserved.