| Package | Description |
|---|---|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| com.sleepycat.je.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| Constructor and Description |
|---|
RollbackException(RepImpl repImpl,
VLSN matchpointVLSN,
MatchpointSearchResults searchResults)
For internal use only.
|
RollbackProhibitedException(RepImpl repImpl,
int rollbackTxnLimit,
boolean rollbackDisabled,
VLSN matchpointVLSN,
MatchpointSearchResults searchResults)
For internal use only.
|
| Constructor and Description |
|---|
ReplicaSyncupReader(EnvironmentImpl envImpl,
VLSNIndex vlsnIndex,
long endOfLogLsn,
int readBufferSize,
VLSN startVLSN,
long finishLsn,
MatchpointSearchResults searchResults) |
Copyright © 2024. All rights reserved.