Package | Description |
---|---|
com.sleepycat.client | |
com.sleepycat.client.collections |
Data access based on the standard Java collections API.
|
com.sleepycat.client.persist |
The Direct Persistence Layer (DPL) adds a persistent object model to the
Berkeley DB transactional engine.
|
Modifier and Type | Method and Description |
---|---|
SEnvironment |
SDatabase.getEnvironment()
Return the
SEnvironment handle for the database environment
underlying this database. |
SEnvironment |
TxnHelper.getEnvironment()
Return the environment used to create transactions.
|
SEnvironment |
SEnvironment.getEnvironment()
Return this environment.
|
SEnvironment |
BdbServerConnection.openEnvironment(java.lang.String home,
SEnvironmentConfig config)
Open a remote environment and return an environment handle.
|
Constructor and Description |
---|
SDatabase(TDatabase tDb,
java.lang.String fileName,
java.lang.String databaseName,
BdbService.Client client,
SEnvironment env)
Constructor for subclasses.
|
SEnvironment(SEnvironment env)
Create a shallow copy of the given environment.
|
Modifier and Type | Method and Description |
---|---|
SEnvironment |
CurrentTransaction.getEnvironment()
Returns the underlying Berkeley DB environment.
|
Modifier and Type | Method and Description |
---|---|
static CurrentTransaction |
CurrentTransaction.getInstance(SEnvironment env)
Gets the CurrentTransaction accessor for a specified Berkeley DB
environment.
|
Constructor and Description |
---|
TransactionRunner(SEnvironment env)
Creates a transaction runner for a given Berkeley DB environment.
|
TransactionRunner(SEnvironment env,
int maxRetries,
STransactionConfig config)
Creates a transaction runner for a given Berkeley DB environment and
with a given number of maximum retries.
|
Modifier and Type | Method and Description |
---|---|
SEnvironment |
EntityStore.getEnvironment()
Returns the environment associated with this store.
|
Constructor and Description |
---|
EntityStore(SEnvironment env,
java.lang.String storeName,
StoreConfig config)
Opens an entity store in a given environment.
|
Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.