|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbEnv | |
com.sleepycat.bdb | Core database classes for defining an environment, creating data stores, and running transactions [reference guide] |
com.sleepycat.db | Java API programming notes [reference guide] |
Uses of DbEnv in com.sleepycat.bdb |
Methods in com.sleepycat.bdb that return DbEnv | |
DbEnv |
DataView.getEnv()
Returns the environment for the store and index. |
DbEnv |
DataStore.getEnv()
Returns the environment associated with this store. |
DbEnv |
CurrentTransaction.getEnv()
Returns the underlying Berkeley DB environment. |
Methods in com.sleepycat.bdb with parameters of type DbEnv | |
static CurrentTransaction |
CurrentTransaction.getInstance(DbEnv env)
Gets the CurrentTransaction accessor for a specified Berkeley DB environment. |
Constructors in com.sleepycat.bdb with parameters of type DbEnv | |
TransactionRunner(DbEnv env)
Creates a transaction runner for a given Berkeley DB environment. |
|
TransactionRunner(DbEnv env,
int maxRetries)
Creates a transaction runner for a given Berkeley DB environment and with a given number of maximum retries. |
|
StoredClassCatalog(DbEnv env,
String file,
String database,
int openFlags)
Open a catalog database. |
Uses of DbEnv in com.sleepycat.db |
Methods in com.sleepycat.db that return DbEnv | |
DbEnv |
DbException.getDbEnv()
The DbException.getDbEnv method returns the database environment. |
DbEnv |
Db.get_env()
Deprecated. As of Berkeley DB 4.2, replaced by Db.getDbEnv() |
DbEnv |
Db.getDbEnv()
The Db.getDbEnv method returns the handle for the database environment underlying the database. |
Methods in com.sleepycat.db with parameters of type DbEnv | |
int |
DbRepTransport.send(DbEnv dbenv,
Dbt control,
Dbt rec,
DbLsn lsn,
int flags,
int envid)
The DbRepTransport interface is used by the DbEnv.setReplicationTransport method. |
void |
DbPanicHandler.panic(DbEnv dbenv,
DbException e)
The DbPanicHandler interface is used by the DbEnv.setPanicHandler method. |
void |
DbEnvFeedbackHandler.feedback(DbEnv dbenv,
int opcode,
int percent)
The DbEnvFeedbackHandler interface is used by the DbEnv.setFeedback method. |
void |
DbEnvFeedback.feedback(DbEnv env,
int opcode,
int percent)
Deprecated. As of Berkeley DB 4.2, replaced by DbEnvFeedbackHandler.feedback(DbEnv,int,int) |
int |
DbAppDispatch.appDispatch(DbEnv dbenv,
Dbt log_rec,
DbLsn lsn,
int op)
The DbAppDispatch interface is used by the DbEnv.setAppDispatch method. |
Constructors in com.sleepycat.db with parameters of type DbEnv | |
DbException(String s,
int errno,
DbEnv dbenv)
The DbException constructor returns an instance of the DbException class containing the string, the encapsulated errno, and the database environment. |
|
Db(DbEnv dbenv,
int flags)
The constructor creates a Db object that is the handle for a Berkeley DB database. |
|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |