Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
com.persistit.util |
Modifier and Type | Method and Description |
---|---|
void |
TimelyResource.addVersion(V resource,
Transaction txn) |
void |
RecoveryManager.buildRecoveryPlan() |
void |
Persistit.checkSuspended()
Waits until updates are no longer suspended.
|
Buffer |
BufferPool.getBufferCopy(Volume vol,
long page)
Returns a copy of Buffer.
|
long |
Accumulator.getSnapshotValue()
Compute the value computed by accumulating values contributed by (a) all
transactions having commit timestamps less than or equal to the specified
transaction 's start timestamp, and (b) all operations
performed by the specified transaction having step numbers equal to or
less than the transaction 's current step. |
V |
TimelyResource.getVersion() |
boolean |
Tree.isDeleted() |
boolean |
TimelyResource.isEmpty() |
boolean |
TimelyResource.isTransactionPrivate(boolean byStep) |
Modifier and Type | Method and Description |
---|---|
static void |
Util.sleep(long millis) |
static void |
Util.spinSleep() |
Copyright © 2025 Open Identity Platform Community. All rights reserved.