Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
com.persistit.policy |
Modifier and Type | Method and Description |
---|---|
Buffer |
Exchange.fetchBufferCopy(int level)
Returns a copy of either the data page or a page on the index path to the
data page containing the current key.
|
Buffer |
BufferPool.getBufferCopy(int index) |
Buffer |
BufferPool.getBufferCopy(Volume vol,
long page)
Returns a copy of Buffer.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JoinPolicy.acceptJoin(Buffer buffer,
int virtualSize)
Determines whether two pages will be permitted to be rejoined during a
delete operation.
|
int |
JoinPolicy.rebalanceFit(Buffer leftBuffer,
Buffer rightBuffer,
int kbOffset,
int foundAt1,
int foundAt2,
int virtualSize,
int leftSize,
int rightSize,
int capacity)
Determines the quality of fit for a specified candidate join location
within a page.
|
abstract int |
SplitPolicy.splitFit(Buffer buffer,
int kbOffset,
int insertAt,
boolean replace,
int leftSize,
int rightSize,
int currentSize,
int virtualSize,
int capacity,
int splitBest,
Exchange.Sequence sequence)
Determines the quality of fit for a specified candidate split location
within a page.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.