| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Method | Description |
|---|---|---|
long |
Environment.discardExtinctRecords(@Nullable Transaction txn,
@NonNull java.util.Set<java.lang.String> dbNames,
@Nullable DatabaseEntry inclusiveBeginKey,
@Nullable DatabaseEntry exclusiveEndKey,
@Nullable ScanFilter scanFilter,
@Nullable java.lang.String label) |
Initiates asynchronous discarding of the specified extinct records.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.