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. --- .../com/sleepycat/db/MultipleKeyNIODataEntry.html | 589 +++++++++++---------- 1 file changed, 299 insertions(+), 290 deletions(-) (limited to 'docs/java/com/sleepycat/db/MultipleKeyNIODataEntry.html') diff --git a/docs/java/com/sleepycat/db/MultipleKeyNIODataEntry.html b/docs/java/com/sleepycat/db/MultipleKeyNIODataEntry.html index ee471c7f..4d8bf3cb 100644 --- a/docs/java/com/sleepycat/db/MultipleKeyNIODataEntry.html +++ b/docs/java/com/sleepycat/db/MultipleKeyNIODataEntry.html @@ -1,313 +1,322 @@ - - - - - -MultipleKeyNIODataEntry (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class MultipleKeyNIODataEntry

-
-java.lang.Object
-  extended by com.sleepycat.db.DatabaseEntry
-      extended by com.sleepycat.db.MultipleEntry
-          extended by com.sleepycat.db.MultipleKeyNIODataEntry
-
-
-
-
public class MultipleKeyNIODataEntry
extends MultipleEntry
- - -

-A DatabaseEntry that holds multiple key/data pairs returned by a single -Database or Cursor get call. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class MultipleKeyNIODataEntry

+
+
+ +
+
    +
  • +
    +
    +
    public class MultipleKeyNIODataEntry
    +extends MultipleEntry
    +
    A DatabaseEntry that holds multiple key/data pairs returned by a single +Database or Cursor get call.
    +
  • +
+
+
+ +
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -MultipleKeyNIODataEntry

    -
    -public MultipleKeyNIODataEntry()
    -
    -
    Construct an entry with no data. The object must be configured - before use with the DatabaseEntry.setDataNIO method. -

    -

    -
    - -

    -MultipleKeyNIODataEntry

    -
    -public MultipleKeyNIODataEntry(ByteBuffer data)
    -
    -
    Construct an entry with a given java.nio.ByteBuffer. The offset is +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MultipleKeyNIODataEntry

        +
        public MultipleKeyNIODataEntry()
        +
        Construct an entry with no data. The object must be configured + before use with the DatabaseEntry.setDataNIO method.
        +
      • +
      + + + +
        +
      • +

        MultipleKeyNIODataEntry

        +
        public MultipleKeyNIODataEntry(java.nio.ByteBuffer data)
        +
        Construct an entry with a given java.nio.ByteBuffer. The offset is set to zero; the size is set to the length of the buffer. -

        -

        -

        -
        Parameters:
        data - ByteBuffer wrapped by the entry.
        -
    - +

+
Parameters:
data - ByteBuffer wrapped by the entry.
+ + + + - - - - - - -
-Method Detail
- -

-next

-
-public boolean next(DatabaseEntry key,
-                    DatabaseEntry data)
-
-
Get the next key/data pair in the returned set. This method may only - be called after a successful call to a Database or - Cursor get method with this object as the data parameter. -

-

-

-
Parameters:
key - an entry that is set to refer to the next key element in the returned +
    +
  • + + +

    Method Detail

    + + + +
      +
    • +

      next

      +
      public boolean next(DatabaseEntry key,
      +           DatabaseEntry data)
      +
      Get the next key/data pair in the returned set. This method may only + be called after a successful call to a Database or + Cursor get method with this object as the data parameter. +

      +
      Parameters:
      key - an entry that is set to refer to the next key element in the returned set. -

      data - an entry that is set to refer to the next data element in the returned +

      data - an entry that is set to refer to the next data element in the returned set. -

      -

      Returns:
      indicates whether a value was found. A return of false - indicates that the end of the set was reached.
      -
-
+

+
Returns:
indicates whether a value was found. A return of false + indicates that the end of the set was reached.
+ + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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