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. --- .../tuple/class-use/MarshalledTupleKeyEntity.html | 548 +++++++++------------ 1 file changed, 238 insertions(+), 310 deletions(-) (limited to 'docs/java/com/sleepycat/bind/tuple/class-use/MarshalledTupleKeyEntity.html') diff --git a/docs/java/com/sleepycat/bind/tuple/class-use/MarshalledTupleKeyEntity.html b/docs/java/com/sleepycat/bind/tuple/class-use/MarshalledTupleKeyEntity.html index f451f048..8a9079ff 100644 --- a/docs/java/com/sleepycat/bind/tuple/class-use/MarshalledTupleKeyEntity.html +++ b/docs/java/com/sleepycat/bind/tuple/class-use/MarshalledTupleKeyEntity.html @@ -1,325 +1,253 @@ - - - - - -Uses of Interface com.sleepycat.bind.tuple.MarshalledTupleKeyEntity (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Interface
com.sleepycat.bind.tuple.MarshalledTupleKeyEntity

-
- - - - - - - - - - - - - - - - - -
-Packages that use MarshalledTupleKeyEntity
com.sleepycat.bind.serialBindings that use Java serialization. 
com.sleepycat.bind.tupleBindings that use sequences of primitive fields, or tuples. 
com.sleepycat.collectionsData access based on the standard Java collections API. 
-  -

- - - - - -
-Uses of MarshalledTupleKeyEntity in com.sleepycat.bind.serial
-  -

- - - - - - - - - - - - - -
Classes in com.sleepycat.bind.serial with type parameters of type MarshalledTupleKeyEntity
- classTupleSerialMarshalledBinding<E extends MarshalledTupleKeyEntity> - -
-          A concrete TupleSerialBinding that delegates to the - MarshalledTupleKeyEntity interface of the entity class.
- classTupleSerialMarshalledKeyCreator<D extends MarshalledTupleKeyEntity> - -
-          A concrete key creator that works in conjunction with a TupleSerialMarshalledBinding.
-  -

- - - - - -
-Uses of MarshalledTupleKeyEntity in com.sleepycat.bind.tuple
-  -

- - - - - - - - + + + + + + +
Classes in com.sleepycat.bind.tuple with type parameters of type MarshalledTupleKeyEntity
- classTupleTupleMarshalledBinding<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity> - -
-          A concrete TupleTupleBinding that delegates to the +
+

Uses of Interface
com.sleepycat.bind.tuple.MarshalledTupleKeyEntity

+
+
+
+
class TupleTupleMarshalledKeyCreator<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity> +
A concrete key creator that works in conjunction with a TupleTupleMarshalledBinding.
+
+ +

  • + + +

    Uses of MarshalledTupleKeyEntity in com.sleepycat.collections

    + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in com.sleepycat.collections with type parameters of type MarshalledTupleKeyEntity 
    Modifier and TypeMethod and Description
    <V extends MarshalledTupleKeyEntity
    TupleSerialMarshalledBinding<V>
    TupleSerialFactory.getEntityBinding(java.lang.Class<V> baseClass) 
    <V extends MarshalledTupleKeyEntity
    TupleSerialMarshalledKeyCreator<V>
    TupleSerialFactory.getKeyCreator(java.lang.Class<V> valueBaseClass, + java.lang.String keyName) +
    Creates a SecondaryKeyCreator object for use in configuring + a SecondaryDatabase.
    +
    <K,V extends MarshalledTupleKeyEntity
    StoredMap<K,V>
    TupleSerialFactory.newMap(Database db, + java.lang.Class<K> keyClass, + java.lang.Class<V> valueBaseClass, + boolean writeAllowed) +
    Creates a map from a previously opened Database object.
    +
    <K,V extends MarshalledTupleKeyEntity
    StoredSortedMap<K,V>
    TupleSerialFactory.newSortedMap(Database db, + java.lang.Class<K> keyClass, + java.lang.Class<V> valueBaseClass, + boolean writeAllowed) +
    Creates a sorted map from a previously opened Database 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