| Package | Description |
|---|---|
| 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.
|
| com.sleepycat.je.rep.vlsn |
INTERNAL: VLSN index (in-memory and persistent) for mapping VLSNs to LSNs.
|
| Modifier and Type | Method and Description |
|---|---|
VLSN |
RepNode.getRestoreResponseVLSN(VLSNRange range)
Returns a VLSN appropriate for the RestoreResponse.cbvlsn field when the
GlobalCBVLSN is not defunct, and otherwise a null VLSN.
|
| Modifier and Type | Method and Description |
|---|---|
VLSN |
GlobalCBVLSN.getRestoreResponseVLSN(VLSNRange range)
Returns a VLSN appropriate for the RestoreResponse.cbvlsn field when the
GlobalCBVLSN is not defunct.
|
| Modifier and Type | Method and Description |
|---|---|
VLSNRange |
VLSNIndex.getRange()
All range points (first, last, etc) ought to be seen as one consistent
group.
|
static VLSNRange |
VLSNRange.readFromDatabase(DatabaseEntry data) |
Copyright © 2024. All rights reserved.