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/LockRequestMode.html | 720 ++++++++++++------------ 1 file changed, 354 insertions(+), 366 deletions(-) (limited to 'docs/java/com/sleepycat/db/LockRequestMode.html') diff --git a/docs/java/com/sleepycat/db/LockRequestMode.html b/docs/java/com/sleepycat/db/LockRequestMode.html index ce13c752..93d5cf67 100644 --- a/docs/java/com/sleepycat/db/LockRequestMode.html +++ b/docs/java/com/sleepycat/db/LockRequestMode.html @@ -1,388 +1,376 @@ - - - - - -LockRequestMode (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class LockRequestMode

-
-java.lang.Object
-  extended by com.sleepycat.db.LockRequestMode
-
-
-
-
public final class LockRequestMode
extends Object
- - -

-When using the default lock conflict matrix, the LockRequestMode class -defines the set of possible lock modes. -

- -

-


- -

+

+
com.sleepycat.db
+

Class LockRequestMode

+
+
+ +
+
    +
  • +
    +
    +
    public final class LockRequestMode
    +extends java.lang.Object
    +
    When using the default lock conflict matrix, the LockRequestMode class +defines the set of possible lock modes.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -static LockRequestModeIREAD - -
    -          Intention to read (shared).
    -static LockRequestModeIWR - -
    -          Intention to read and write (shared).
    -static LockRequestModeIWRITE - -
    -          Intention to write (shared).
    -static LockRequestModeREAD - -
    -          Read (shared).
    -static LockRequestModeWRITE - -
    -          Write (exclusive).
    -  + - - - - - - - - - -
    -Constructor Summary
    LockRequestMode(String operationName, - int flag) - -
    -          Construct a custom lock request mode.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      LockRequestMode(java.lang.String operationName, + int flag) +
      Construct a custom lock request mode.
      +
      +
    • +
    - - - - - - - - - - -
    -Method Summary
    - StringtoString() - -
    -          
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringtoString()
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Field Detail
    - -

    -READ

    -
    -public static final LockRequestMode READ
    -
    -
    Read (shared). -

    -

    -
    -
    -
    - -

    -WRITE

    -
    -public static final LockRequestMode WRITE
    -
    -
    Write (exclusive). -

    -

    -
    -
    -
    - -

    -IWRITE

    -
    -public static final LockRequestMode IWRITE
    -
    -
    Intention to write (shared). -

    -

    -
    -
    -
    - -

    -IREAD

    -
    -public static final LockRequestMode IREAD
    -
    -
    Intention to read (shared). -

    -

    -
    -
    -
    - -

    -IWR

    -
    -public static final LockRequestMode IWR
    -
    -
    Intention to read and write (shared). -

    -

    -
    -
    - + - - - - - - -
    -Constructor Detail
    - -

    -LockRequestMode

    -
    -public LockRequestMode(String operationName,
    -                       int flag)
    -
    -
    Construct a custom lock request mode. -

    -

    -

    -
    Parameters:
    operationName - Name used to display the mode -

    flag - Flag value used as an index into the lock conflict matrix
    -
    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LockRequestMode

        +
        public LockRequestMode(java.lang.String operationName,
        +               int flag)
        +
        Construct a custom lock request mode. +

        +
        Parameters:
        operationName - Name used to display the mode +

        flag - Flag value used as an index into the lock conflict matrix
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -toString

    -
    -public String toString()
    -
    -
    -

    -

    -
    Overrides:
    toString in class Object
    -
    -
    -
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-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