| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| com.sleepycat.je.cleaner |
INTERNAL: disk garbage collection.
|
| Modifier and Type | Method and Description |
|---|---|
long |
Environment.discardExtinctRecords(@Nullable Transaction txn,
@NonNull Set<String> dbNames,
@Nullable DatabaseEntry inclusiveBeginKey,
@Nullable DatabaseEntry exclusiveEndKey,
@Nullable ScanFilter scanFilter,
@Nullable String label)
Initiates asynchronous discarding of the specified extinct records.
|
| Modifier and Type | Method and Description |
|---|---|
long |
ExtinctionScanner.discardExtinctRecords(@NonNull Locker locker,
@NonNull Set<String> dbNames,
@Nullable DatabaseEntry beginKey,
@Nullable DatabaseEntry endKey,
@Nullable ScanFilter filter,
@NonNull String label)
Inserts the scan record in the DB and queues the scan for execution.
|
Copyright © 2024. All rights reserved.