Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
Modifier and Type | Method and Description |
---|---|
int |
Transaction.run(TransactionRunnable runnable)
Invokes the
runTransaction() method of an
object that implements TransactionRunnable within the scope of a
transaction. |
int |
Transaction.run(TransactionRunnable runnable,
int retryCount,
long retryDelay,
boolean toDisk)
Invokes the
runTransaction() method of an
object that implements TransactionRunnable within the scope of a
transaction. |
int |
Transaction.run(TransactionRunnable runnable,
int retryCount,
long retryDelay,
Transaction.CommitPolicy toDisk) |
Copyright © 2025 Open Identity Platform Community. All rights reserved.