| 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.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| com.sleepycat.je.rep.vlsn |
INTERNAL: VLSN index (in-memory and persistent) for mapping VLSNs to LSNs.
|
| Modifier and Type | Method and Description |
|---|---|
VLSNIndex |
RepImpl.getVLSNIndex() |
| Modifier and Type | Method and Description |
|---|---|
VLSNIndex |
RepNode.getVLSNIndex() |
| Constructor and Description |
|---|
FeederReader(RepImpl envImpl,
VLSNIndex vlsnIndex,
long startLsn,
int readBufferSize) |
FeederSyncupReader(EnvironmentImpl envImpl,
VLSNIndex vlsnIndex,
long endOfLogLsn,
int readBufferSize,
VLSN startVLSN,
long finishLsn) |
MasterFeederSource(RepImpl envImpl,
VLSNIndex vlsnIndex,
NameIdPair replicaNameIdPair,
VLSN startVLSN) |
ReplicaSyncupReader(EnvironmentImpl envImpl,
VLSNIndex vlsnIndex,
long endOfLogLsn,
int readBufferSize,
VLSN startVLSN,
long finishLsn,
MatchpointSearchResults searchResults) |
| Constructor and Description |
|---|
BackwardVLSNScanner(VLSNIndex vlsnIndex) |
ForwardVLSNScanner(VLSNIndex vlsnIndex) |
Copyright © 2024. All rights reserved.