| Package | Description |
|---|---|
| com.sleepycat.je.rep.vlsn |
INTERNAL: VLSN index (in-memory and persistent) for mapping VLSNs to LSNs.
|
| Modifier and Type | Method and Description |
|---|---|
VLSNBucket |
VLSNIndex.getGTEBucket(VLSN vlsn,
VLSNBucket currentBucketInUse)
Get the vlsnBucket that owns this VLSN.
|
VLSNBucket |
VLSNIndex.getLTEBucketFromDatabase(VLSN vlsn) |
static VLSNBucket |
VLSNBucket.readFromDatabase(DatabaseEntry data)
Instantiate this from the database.
|
| Modifier and Type | Method and Description |
|---|---|
VLSNBucket |
VLSNIndex.getGTEBucket(VLSN vlsn,
VLSNBucket currentBucketInUse)
Get the vlsnBucket that owns this VLSN.
|
Copyright © 2024. All rights reserved.