|
Berkeley DB version 5.3.28 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionConfig | |
---|---|
com.sleepycat.collections | Data access based on the standard Java collections API. |
com.sleepycat.db | Berkeley DB Java API [reference guide] [Java programming notes]. |
Uses of TransactionConfig in com.sleepycat.collections |
---|
Methods in com.sleepycat.collections that return TransactionConfig | |
---|---|
TransactionConfig |
TransactionRunner.getTransactionConfig()
Returns the transaction configuration used for calling Environment.beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.TransactionConfig) . |
Methods in com.sleepycat.collections with parameters of type TransactionConfig | |
---|---|
Transaction |
CurrentTransaction.beginTransaction(TransactionConfig config)
Begins a new transaction for this environment and associates it with the current thread. |
void |
TransactionRunner.setTransactionConfig(TransactionConfig config)
Changes the transaction configuration used for calling Environment.beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.TransactionConfig) . |
Constructors in com.sleepycat.collections with parameters of type TransactionConfig | |
---|---|
TransactionRunner(Environment env,
int maxRetries,
TransactionConfig config)
Creates a transaction runner for a given Berkeley DB environment and with a given number of maximum retries. |
Uses of TransactionConfig in com.sleepycat.db |
---|
Fields in com.sleepycat.db declared as TransactionConfig | |
---|---|
static TransactionConfig |
TransactionConfig.DEFAULT
Default configuration used if null is passed to methods that create a transaction. |
Methods in com.sleepycat.db with parameters of type TransactionConfig | |
---|---|
Transaction |
Environment.beginTransaction(Transaction parent,
TransactionConfig config)
Create a new transaction in the database environment. |
|
Berkeley DB version 5.3.28 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |