Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
Modifier and Type | Method and Description |
---|---|
Management.BufferInfo |
Management.getBufferInfo(String volumeName,
long pageAddress)
Return a
BufferInfo reflecting the status of the buffer
containing the page specified by the supplied volumeName and
pageAddress . |
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.BufferInfo[] |
Management.getBufferInfoArray(int bufferSize,
int traversalType,
String includeMask,
String excludeMask)
Return an array of
Management.BufferInfo objects reflecting the states of
selected buffers from the BufferPool for the specified
bufferSize . |
Modifier and Type | Method and Description |
---|---|
int |
Management.populateBufferInfoArray(Management.BufferInfo[] results,
int bufferSize,
int traversalType,
String includeMask,
String excludeMask)
Populates a supplied array of
Management.BufferInfo objects to reflect the
current states of selected buffers from the BufferPool for
the specified bufferSize . |
Copyright © 2025 Open Identity Platform Community. All rights reserved.