From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/com/sleepycat/db/class-use/LockMode.html | 1504 +++++++++----------- 1 file changed, 683 insertions(+), 821 deletions(-) (limited to 'docs/java/com/sleepycat/db/class-use/LockMode.html') diff --git a/docs/java/com/sleepycat/db/class-use/LockMode.html b/docs/java/com/sleepycat/db/class-use/LockMode.html index 9a67ebc1..594558d6 100644 --- a/docs/java/com/sleepycat/db/class-use/LockMode.html +++ b/docs/java/com/sleepycat/db/class-use/LockMode.html @@ -1,844 +1,706 @@ - - - - - -Uses of Class com.sleepycat.db.LockMode (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.db.LockMode

-
- - - - - - - - - - - - - -
-Packages that use LockMode
com.sleepycat.dbBerkeley DB Java API
-[reference guide] [Java programming notes]
com.sleepycat.persistThe Direct Persistence Layer (DPL) adds a persistent object model to the -Berkeley DB transactional engine. 
-  -

- - - - - -
-Uses of LockMode in com.sleepycat.db
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Fields in com.sleepycat.db declared as LockMode
-static LockModeLockMode.DEFAULT - -
-          Acquire read locks for read operations and write locks for write - operations.
-static LockModeLockMode.DEGREE_2 - -
-          Deprecated. This has been replaced by READ_COMMITTED to conform to ANSI - database isolation terminology.
-static LockModeLockMode.DIRTY_READ - -
-          Deprecated. This has been replaced by READ_UNCOMMITTED to conform to ANSI - database isolation terminology.
-static LockModeLockMode.IGNORE_LEASES - -
-          Return the data item irrespective of the state of master leases.
-static LockModeLockMode.READ_COMMITTED - -
-          Read committed isolation provides for cursor stability but not repeatable - reads.
-static LockModeLockMode.READ_UNCOMMITTED - -
-          Read modified but not yet committed data.
-static LockModeLockMode.RMW - -
-          Acquire write locks instead of read locks when doing the retrieval.
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +
Methods in com.sleepycat.db with parameters of type LockMode
- OperationStatusSecondaryDatabase.get(Transaction txn, - DatabaseEntry key, - DatabaseEntry pKey, - DatabaseEntry data, - LockMode lockMode) - -
-          Retrieves the key/data pair with the given key.
- OperationStatusDatabase.get(Transaction txn, - DatabaseEntry key, - DatabaseEntry data, - LockMode lockMode) - -
-          Retrieves the key/data pair with the given key from the database.
- OperationStatusSecondaryCursor.getCurrent(DatabaseEntry key, - DatabaseEntry pKey, - DatabaseEntry data, - LockMode lockMode) - -
-          Returns the key/data pair to which the cursor refers.
- OperationStatusCursor.getCurrent(DatabaseEntry key, - DatabaseEntry data, - LockMode lockMode) - -
-          Returns the key/data pair to which the cursor refers.
- OperationStatusSecondaryCursor.getFirst(DatabaseEntry key, - DatabaseEntry pKey, - DatabaseEntry data, - LockMode lockMode) - -
-          Move the cursor to the first key/data pair of the database, and return -that pair.
- OperationStatusCursor.getFirst(DatabaseEntry key, - DatabaseEntry data, - LockMode lockMode) - -
-          Move the cursor to the first key/data pair of the database, and return -that pair.
- OperationStatusSecondaryCursor.getLast(DatabaseEntry key, - DatabaseEntry pKey, - DatabaseEntry data, - LockMode lockMode) - -
-          Move the cursor to the last key/data pair of the database, and return -that pair.
- OperationStatusCursor.getLast(DatabaseEntry key, - DatabaseEntry data, - LockMode lockMode) - -
-          Move the cursor to the last key/data pair of the database, and return -that pair.
- OperationStatusSecondaryCursor.getNext(DatabaseEntry key, - DatabaseEntry pKey, - DatabaseEntry data, - LockMode lockMode) - -
-          Move the cursor to the next key/data pair and return that pair.
- OperationStatusJoinCursor.getNext(DatabaseEntry key, - DatabaseEntry data, - LockMode lockMode) - -
-          Returns the next primary key and data resulting from the join operation.
- OperationStatusCursor.getNext(DatabaseEntry key, - DatabaseEntry data, - LockMode lockMode) - -
-          Move the cursor to the next key/data pair and return that pair.
- OperationStatusJoinCursor.getNext(DatabaseEntry key, - LockMode lockMode) - -
-          Returns the next primary key resulting from the join operation.
- OperationStatusSecondaryCursor.getNextDup(DatabaseEntry key, - DatabaseEntry pKey, - DatabaseEntry data, - LockMode lockMode) - -
-          If the next key/data pair of the database is a duplicate data record for +
+

Uses of Class
com.sleepycat.db.LockMode

+
+
+
+
+ + + + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -


-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1