Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
com.persistit.util |
Modifier and Type | Field and Description |
---|---|
static KeyState |
KeyState.LEFT_GUARD_KEYSTATE |
static KeyState |
KeyState.RIGHT_GUARD_KEYSTATE |
Modifier and Type | Method and Description |
---|---|
KeyState |
Management.LogicalRecord.getKeyState() |
KeyState |
Management.LogicalRecordCount.getKeyState() |
KeyState |
Management.RecordInfo.getKeyState() |
Modifier and Type | Method and Description |
---|---|
Object[] |
Management.decodeKeyObjects(KeyState keyState,
CoderContext context)
Decodes the content of the supplied
KeyState as an array of
Objects, one object per key segment. |
Management.BufferInfo |
Management.getBufferInfo(String volumeName,
String treeName,
KeyState key,
int level)
Return a
BufferInfo reflecting the state of a page
containing the specified key. |
Management.LogicalRecord[] |
Management.getLogicalRecordArray(String volumeName,
String treeName,
String keyFilterString,
KeyState fromKey,
Key.Direction direction,
int maxRecordCount,
int maxValueBytes,
boolean decodeStrings)
Return an array of
LogicalRecord elements from a
Tree . |
Management.LogicalRecordCount |
Management.getLogicalRecordCount(String volumeName,
String treeName,
String keyFilterString,
KeyState fromKey,
Key.Direction direction,
int maximumCount)
Count the the number of records that could be traversed given a starting
key value in a tree specified by
volumeName ,
treeName , using an optional KeyFilter specified by
keyFilterString . |
Modifier and Type | Method and Description |
---|---|
static String |
Util.dump(KeyState ks) |
Copyright © 2025 Open Identity Platform Community. All rights reserved.