• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/

Lines Matching +defs:db +defs:close

9 package com.sleepycat.db;
11 import com.sleepycat.db.internal.DbConstants;
12 import com.sleepycat.db.internal.DbEnv;
46 Environment handles are free-threaded unless {@link com.sleepycat.db.EnvironmentConfig#setThreaded EnvironmentConfig.setThreaded} is called to disable this before the environment is opened.
55 {@link com.sleepycat.db.Database Database} or {@link com.sleepycat.db.Transaction Transaction}. Once {@link com.sleepycat.db.Environment#close Environment.close}
103 The {@link com.sleepycat.db.Environment Environment} handle should not be closed while any other
107 or aborted. Specifically, this includes {@link com.sleepycat.db.Database Database},
108 {@link com.sleepycat.db.Cursor Cursor}, {@link com.sleepycat.db.Transaction Transaction}, and {@link com.sleepycat.db.LogCursor LogCursor}
133 {@link com.sleepycat.db.Environment Environment} handle may not be accessed again.
138 public void close()
141 dbenv.close(0);
191 {@link com.sleepycat.db.Environment Environment} handle may not be
270 Storage and retrieval are based on key/data pairs; see {@link com.sleepycat.db.DatabaseEntry DatabaseEntry}
291 {@link com.sleepycat.db.DatabaseConfig#setTransactional DatabaseConfig.setTransactional} on the configuration object.
334 Storage and retrieval are based on key/data pairs; see {@link com.sleepycat.db.DatabaseEntry DatabaseEntry}
355 {@link com.sleepycat.db.DatabaseConfig#setTransactional DatabaseConfig.setTransactional} on the configuration object.
386 fileName, databaseName, primaryDatabase.db),
396 Applications should never remove databases with open {@link com.sleepycat.db.Database Database}
408 {@link com.sleepycat.db.EnvironmentConfig#addDataDir EnvironmentConfig.addDataDir}, or by setting the "set_data_dir"
411 The {@link com.sleepycat.db.Database Database} handle may not be accessed
464 {@link com.sleepycat.db.EnvironmentConfig#addDataDir EnvironmentConfig.addDataDir}, or by setting the "set_data_dir"
467 The {@link com.sleepycat.db.Database Database} handle may not be accessed
570 with an existing lock, throw a {@link com.sleepycat.db.LockNotGrantedException LockNotGrantedException}
614 Call {@link com.sleepycat.db.Environment#freeLockerID Environment.freeLockerID} to return the locker ID to
654 with an existing lock, throw a {@link com.sleepycat.db.LockNotGrantedException LockNotGrantedException}
657 {@link com.sleepycat.db.LockNotGrantedException#getIndex LockNotGrantedException.getIndex}.
664 An array of {@link com.sleepycat.db.LockRequest LockRequest} objects, listing the requested lock
734 to send replication messages by calling {@link com.sleepycat.db.EnvironmentConfig#setReplicationTransport EnvironmentConfig.setReplicationTransport}.
815 be processed using the same {@link com.sleepycat.db.Environment Environment} handle. It is not
832 A {@link com.sleepycat.db.ReplicationStatus ReplicationStatus} object.
859 performed using a specified {@link com.sleepycat.db.Environment Environment} handle.
960 See {@link com.sleepycat.db.ReplicationManagerStartPolicy ReplicationManagerStartPolicy} for more information.
1128 except for {@link com.sleepycat.db.Environment#beginTransaction Environment.beginTransaction},
1129 {@link com.sleepycat.db.Transaction#abort Transaction.abort} and {@link com.sleepycat.db.Transaction#commit Transaction.commit} --
1139 should be passed as an parameter to {@link com.sleepycat.db.Transaction#prepare Transaction.prepare}.
1360 call library functions, throwing a {@link com.sleepycat.db.RunRecoveryException RunRecoveryException}.
1364 performed using a specified {@link com.sleepycat.db.Environment Environment} handle.