| Package | Description |
|---|---|
| com.sleepycat.util.keyrange |
INTERNAL: Key range cursor operations for use in collections API and DPL.
|
| Modifier and Type | Method and Description |
|---|---|
KeyRange |
KeyRange.subRange(DatabaseEntry key)
Creates a range for a single key.
|
KeyRange |
KeyRange.subRange(DatabaseEntry beginKey,
boolean beginInclusive,
DatabaseEntry endKey,
boolean endInclusive)
Creates a range that is the intersection of this range and the given
range parameters.
|
| Constructor and Description |
|---|
RangeCursor(KeyRange range,
KeyRange pkRange,
boolean sortedDups,
Cursor cursor)
Creates a range cursor with a duplicate range.
|
Copyright © 2024. All rights reserved.