| Package | Description |
|---|---|
| com.sleepycat.je.rep.impl.node |
INTERNAL: Feeder and Replica node implementations.
|
| com.sleepycat.je.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| Modifier and Type | Method and Description |
|---|---|
RepUtils.Clock |
RepNode.getClock() |
| Modifier and Type | Method and Description |
|---|---|
RepUtils.Clock |
ReplicaFeederHandshakeConfig.getClock()
Gets the clock.
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.get(RepImpl repImpl,
NameIdPair nameIdPair,
RepUtils.Clock clock,
int protocolVersion,
int maxProtocolVersion,
int groupFormatVersion) |
static Protocol |
Protocol.get(RepImpl repImpl,
NameIdPair nameIdPair,
RepUtils.Clock clock,
int protocolVersion,
int maxProtocolVersion,
int streamLogVersion,
int groupFormatVersion) |
Copyright © 2024. All rights reserved.