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.
|
Class | Description |
---|---|
MarshalledTupleKeyEntity |
A marshalling interface implemented by entity classes that represent keys as
tuples.
|
TupleBase |
A base class for tuple bindings and tuple key creators that provides control
over the allocation of the output buffer.
|
TupleInput |
An
InputStream with DataInput -like methods for
reading tuple fields. |
TupleOutput |
An
OutputStream with DataOutput -like methods for
writing tuple fields. |
Class | Description |
---|---|
MarshalledTupleEntry |
A marshalling interface implemented by key, data or entity classes that
are represented as tuples.
|
MarshalledTupleKeyEntity |
A marshalling interface implemented by entity classes that represent keys as
tuples.
|
TupleBase |
A base class for tuple bindings and tuple key creators that provides control
over the allocation of the output buffer.
|
TupleBinding |
An abstract
EntryBinding that treats a key or data entry as a
tuple; it includes predefined bindings for Java primitive types. |
TupleInput |
An
InputStream with DataInput -like methods for
reading tuple fields. |
TupleOutput |
An
OutputStream with DataOutput -like methods for
writing tuple fields. |
TupleTupleBinding |
An abstract
EntityBinding that treats an entity's key entry and
data entry as tuples. |
TupleTupleKeyCreator |
An abstract key creator that uses a tuple key and a tuple data entry.
|
TupleTupleMarshalledBinding |
A concrete
TupleTupleBinding that delegates to the
MarshalledTupleEntry and
MarshalledTupleKeyEntity interfaces of the entity class. |
Class | Description |
---|---|
MarshalledTupleKeyEntity |
A marshalling interface implemented by entity classes that represent keys as
tuples.
|
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.