Package | Description |
---|---|
com.persistit |
Modifier and Type | Method and Description |
---|---|
int |
Transaction.run(TransactionRunnable runnable)
Invokes the
TransactionRunnable.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
TransactionRunnable.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 © 2010-2020, ForgeRock All Rights Reserved.