Package | Description |
---|---|
com.sleepycat.bind.serial |
Bindings that use Java serialization.
|
com.sleepycat.bind.tuple |
Bindings that use sequences of primitive fields, or tuples.
|
com.sleepycat.collections |
Data access based on the standard Java collections API.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TupleSerialMarshalledBinding<E extends MarshalledTupleKeyEntity> |
A concrete
TupleSerialBinding that delegates to the
MarshalledTupleKeyEntity interface of the entity class. |
class |
TupleSerialMarshalledKeyCreator<D extends MarshalledTupleKeyEntity> |
A concrete key creator that works in conjunction with a
TupleSerialMarshalledBinding . |
Modifier and Type | Class | Description |
---|---|---|
class |
TupleTupleMarshalledBinding<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity> |
A concrete
TupleTupleBinding that delegates to the
MarshalledTupleEntry and
MarshalledTupleKeyEntity interfaces of the entity class. |
class |
TupleTupleMarshalledKeyCreator<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity> |
A concrete key creator that works in conjunction with a
TupleTupleMarshalledBinding . |
Modifier and Type | Method | Description |
---|---|---|
<V extends MarshalledTupleKeyEntity> |
TupleSerialFactory.getEntityBinding(java.lang.Class<V> baseClass) |
|
<V extends MarshalledTupleKeyEntity> |
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> |
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> |
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.
|
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.