|
Berkeley
DB Java Edition version 3.2.23 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
DatabaseException
.
TupleBinding
for a BigInteger
value.
BigInteger
value into an entry buffer.
TupleBinding
for a Boolean
primitive wrapper or a boolean
primitive.
boolean
value into an entry
buffer.
EntryBinding
that uses the entry's
byte array as the key or data object.
TupleBinding
for a Byte
primitive wrapper or a byte
primitive.
byte
value into an entry
buffer.
TupleBinding
for a Character
primitive wrapper or a char
primitive.
char
value into an entry
buffer.
ant
task for running the ClassEnhancer
.
EntityModel
to construct persistent
class metadata.
StoredIterator.close()
if it is a StoredIterator
.
Environment.checkpoint
.
Environment.checkpoint
.
CursorConfig.READ_UNCOMMITTED
to conform to ANSI database isolation terminology.
LockMode.READ_UNCOMMITTED
to conform to ANSI database isolation terminology.
StoredCollections.configuredCollection(java.util.Collection,
com.sleepycat.je.CursorConfig)
in order to conform to ANSI database
isolation terminology. To obtain a dirty-read collection, pass CursorConfig.READ_UNCOMMITTED
StoredCollections.configuredList(java.util.List,
com.sleepycat.je.CursorConfig)
in order to conform to ANSI database
isolation terminology. To obtain a dirty-read list, pass CursorConfig.READ_UNCOMMITTED
StoredCollections.configuredMap(java.util.Map,
com.sleepycat.je.CursorConfig)
in order to conform to ANSI database
isolation terminology. To obtain a dirty-read map, pass CursorConfig.READ_UNCOMMITTED
StoredCollections.configuredSet(java.util.Set,
com.sleepycat.je.CursorConfig)
in order to conform to ANSI database
isolation terminology. To obtain a dirty-read set, pass CursorConfig.READ_UNCOMMITTED
StoredCollections.configuredSortedMap(java.util.SortedMap,
com.sleepycat.je.CursorConfig)
in order to conform to ANSI database
isolation terminology. To obtain a dirty-read map, pass CursorConfig.READ_UNCOMMITTED
StoredCollections.configuredSortedSet(java.util.SortedSet,
com.sleepycat.je.CursorConfig)
in order to conform to ANSI database
isolation terminology. To obtain a dirty-read set, pass CursorConfig.READ_UNCOMMITTED
TupleBinding
for a Double
primitive wrapper or a double
primitive.
double
value into an entry
buffer.
double
value into an entry
buffer.
SecondaryCursor
for the same
transaction as the original cursor.
SecondaryCursor
.
Entity
or Persistent
.
EntityModel
to construct entity
metadata.
BigInteger
value.
boolean
value.
byte
value.
char
value.
double
value.
double
value.
float
value.
float
value.
int
value.
long
value.
TupleInput
key entry and deserialized data entry objects.
TupleInput
entry.
TupleInput
key and data entries.
short
value.
String
value.
Map.Entry.equals(java.lang.Object)
.
equals
method that must be
implemented by conversion class.
Mutation.equals(java.lang.Object)
superclass method returns true.
Converter.equals(java.lang.Object)
superclass method returns true.
Mutation.equals(java.lang.Object)
method returns true.
ExceptionWrapper.getCause()
method for exceptions that implement the ExceptionWrapper
interface.
EntityModel
to construct field
metadata.
TupleBinding
for a Float
primitive wrapper or a float
primitive.
float
value into an entry
buffer.
float
value into an entry
buffer.
delta
.
Environment.verify
and Database.verify
are configured to perform fine granularity consistency checking that
includes verifying in memory constructs.
Environment.openDatabase
method is configured to create the database if it does not already
exist.
Database.openSequence
method is configured to create the sequence if it does not already
exist.
run()
is called when a transaction is already active for the current thread.
BigInteger
.
BigInteger
value.
Class.getName()
.
ExceptionWrapper.getCause()
.
IOExceptionWrapper.getCause()
.
RuntimeExceptionWrapper.getCause()
.
CursorConfig.getReadUncommitted()
to conform to ANSI database isolation terminology.
TransactionConfig.getReadUncommitted()
to conform to ANSI database isolation terminology.
ONE_TO_MANY
or MANY_TO_MANY
relationship, or null for a Relationship#ONE_TO_ONE ONE_TO_ONE} or MANY_TO_ONE
relationship.
Environment
handle
for the database environment underlying the Database
.
Environment.openDatabase
method is configured to fail if the database already exists.
Database.openSequence
method is configured to fail if the database already exists.
StoredCollection.iterator()
method.
SecondaryKeyCreator
object for use in
configuring a SecondaryDatabase
.
SecondaryIndex.keysIndex
.
Database
associated
with this cursor.
Environment.verify
and Database.verify
are configured to print basic verification information to System.out.
Environment.verify
and Database.verify
are configured to propagate exceptions found during verification.
PersistentProxy
,
or null otherwise.
PackedInteger.readInt(byte[],
int)
.
SecondaryKey.relatedEntity()
annotation.
SecondaryDatabase
objects associated with a primary database.
Object
or Enum
.
Environment.beginTransaction(com.sleepycat.je.Transaction,
com.sleepycat.je.TransactionConfig)
.
PackedInteger.writeInt(byte[],
int, int)
.
Map.Entry.hashCode()
.
TupleBinding
for a Integer
primitive wrapper or an int
primitive.
int
value into an entry buffer.
StoredContainer.getCursorConfig()
.
CursorConfig.isReadUncommitted
may be called to determine
whether dirty-read is enabled.
DatabaseConfig.getReadUncommitted
may be called.
StoredCollection.storedIterator()
or StoredCollection.storedIterator(boolean)
instead. Because the iterator returned must be closed, the method name
iterator
is confusing since standard Java iterators do not
need to be closed.
JEConnection
in this manner:
JoinCursor
.
Comparable
interface is not
implemented.
TupleBinding
for a Long
primitive wrapper or a long
primitive.
long
value into an entry
buffer.
Map.Entry
implementation that can be
used as in input parameter.
TupleBase.getTupleOutput(java.lang.Object)
TupleBase.getTupleOutput(java.lang.Object)
Database
.
SecondaryCursor
.
SecondaryDatabase
.
Entity
class or a simple type.
Database.preload(PreloadConfig)
.
Database.preload(PreloadConfig)
.
EntityStore
.
EntityModel
to construct primary key
metadata.
RawType
.
RawStore
or Conversion
.
BigInteger
.
read() but does not
throw IOException
.
- readFast(byte[])
- Method in class com.sleepycat.util.FastInputStream
- Equivalent to
read(byte[]) but does
not throw IOException
.
- readFast(byte[],
int, int) - Method in class com.sleepycat.util.FastInputStream
- Equivalent to
read(byte[],int,int)
but does not throw IOException
.
- readFloat()
- Method in class com.sleepycat.bind.tuple.TupleInput
- Reads a signed float (four byte) value from the buffer.
- readInt()
- Method in class com.sleepycat.bind.tuple.TupleInput
- Reads a signed int (four byte) value from the buffer.
- readInt(byte[],
int) - Static method in class com.sleepycat.util.PackedInteger
- Reads a packed integer at the given buffer offset and returns
it.
- readLong()
- Method in class com.sleepycat.bind.tuple.TupleInput
- Reads a signed long (eight byte) value from the buffer.
- readPackedInt()
- Method in class com.sleepycat.bind.tuple.TupleInput
- Reads a packed integer.
- readShort()
- Method in class com.sleepycat.bind.tuple.TupleInput
- Reads a signed short (two byte) value from the buffer.
- readSortedDouble()
- Method in class com.sleepycat.bind.tuple.TupleInput
- Reads a signed double (eight byte) value from the buffer, with
support for correct default sorting of all values.
- readSortedFloat()
- Method in class com.sleepycat.bind.tuple.TupleInput
- Reads a signed float (four byte) value from the buffer, with
support for correct default sorting of all values.
- readString()
- Method in class com.sleepycat.bind.tuple.TupleInput
- Reads a null-terminated UTF string from the data buffer and
converts the data from UTF to Unicode.
- readString(int)
- Method in class com.sleepycat.bind.tuple.TupleInput
- Reads the specified number of UTF characters string from the
data buffer and converts the data from UTF to Unicode.
- readString(char[])
- Method in class com.sleepycat.bind.tuple.TupleInput
- Reads the specified number of UTF characters string from the
data buffer and converts the data from UTF to Unicode.
- readUnsignedByte()
- Method in class com.sleepycat.bind.tuple.TupleInput
- Reads an unsigned byte (one byte) value from the buffer.
- readUnsignedInt()
- Method in class com.sleepycat.bind.tuple.TupleInput
- Reads an unsigned int (four byte) value from the buffer.
- readUnsignedShort()
- Method in class com.sleepycat.bind.tuple.TupleInput
- Reads an unsigned short (two byte) value from the buffer.
- recover(int)
- Method in class com.sleepycat.je.XAEnvironment
-
- registerClass(Class)
- Method in class com.sleepycat.persist.model.EntityModel
- Registers a persistent class, most importantly, a
PersistentProxy
class.
- Relationship -
Enum in com.sleepycat.persist.model
- Defines the relationship between instances of the entity class
and the secondary keys.
- remove(Object)
- Method in class com.sleepycat.collections.StoredEntrySet
- Removes the specified element from this set if it is present
(optional operation).
- remove()
- Method in class com.sleepycat.collections.StoredIterator
- Removes the last element that was returned by next or previous
(optional operation).
- remove(Object)
- Method in class com.sleepycat.collections.StoredKeySet
- Removes the specified key from this set if it is present
(optional operation).
- remove(Object)
- Method in class com.sleepycat.collections.StoredMap
- Removes the mapping for this key from this map if present
(optional operation).
- remove(Object)
- Method in class com.sleepycat.collections.StoredValueSet
- Removes the specified value from this set if it is present
(optional operation).
- removeAll(Collection)
- Method in class com.sleepycat.collections.StoredCollection
- Removes all this collection's elements that are also contained
in the specified collection (optional operation).
- removeDatabase(Transaction,
String) - Method in class com.sleepycat.je.Environment
- Remove a database.
- removeDatabase(String)
- Method in class com.sleepycat.je.jca.ra.JEConnection
-
- removeSequence(Transaction,
DatabaseEntry) - Method in class com.sleepycat.je.Database
- Remove the sequence from the database.
- renameDatabase(Transaction,
String, String) - Method in class com.sleepycat.je.Environment
- Rename a database.
- Renamer -
Class in com.sleepycat.persist.evolve
- A mutation for renaming a class or field without changing the
instance or field value.
- Renamer(String,
int, String) - Constructor for class com.sleepycat.persist.evolve.Renamer
- Creates a mutation for renaming the class of all instances of
the given class version.
- Renamer(String,
int, String, String) - Constructor for class
com.sleepycat.persist.evolve.Renamer
- Creates a mutation for renaming the given field for all
instances of the given class version.
- reset()
- Method in class com.sleepycat.util.FastInputStream
-
- reset()
- Method in class com.sleepycat.util.FastOutputStream
-
- resolveClass(ObjectStreamClass)
- Method in class com.sleepycat.bind.serial.SerialInput
-
- retainAll(Collection)
- Method in class com.sleepycat.collections.StoredCollection
- Retains only the elements in this collection that are
contained in the specified collection (optional operation).
- RMW
- Static variable in class com.sleepycat.je.LockMode
- Acquire write locks instead of read locks when doing the
retrieval.
- rollback(Xid)
- Method in class com.sleepycat.je.XAEnvironment
-
- run(TransactionWorker)
- Method in class com.sleepycat.collections.TransactionRunner
- Calls the
TransactionWorker.doWork()
method and, for transactional environments, may begin and end a
transaction.
- RunRecoveryException -
Exception in com.sleepycat.je
- Thrown when the database environment needs to be recovered.
- RuntimeExceptionWrapper
- Exception in com.sleepycat.util
- A RuntimeException that can contain nested exceptions.
- RuntimeExceptionWrapper(Throwable)
- Constructor for exception com.sleepycat.util.RuntimeExceptionWrapper
-
SecondaryDatabase
extend those of a primary Database
.
EntityStore
.
EntityModel
to construct secondary key
metadata.
EntryBinding
that treats a key or data
entry as a serialized object.
ObjectInputStream
that gets class
description information from a ClassCatalog
.
ObjectOutputStream
that stores
class description information in a ClassCatalog
.
EntityBinding
that treats an entity's
key entry and data entry as serialized objects.
Environment.verify
and Database.verify
to perform fine granularity consistency checking that includes
verifying in memory constructs.
Environment.openDatabase
method to create the database if it does not already exist.
Database.openSequence
method to create the sequence if it does not already exist.
run()
is called when a transaction is already active for the current thread.
CursorConfig.setReadUncommitted(boolean)
to conform to ANSI database isolation terminology.
TransactionConfig.setReadUncommitted(boolean)
to conform to ANSI database isolation terminology.
Environment.openDatabase
method to fail if the database already exists.
Database.openSequence
method to fail if the database already exists.
StoredCollection.iterator()
method.
Environment.openDatabase
method to have a B+Tree duplicate tree fanout of nodeMaxDupTreeEntries.
Environment.openDatabase
method to have a B+Tree fanout of nodeMaxEntries.
Environment.verify
and Database.verify
to print basic verification information to System.out.
Environment.verify
and Database.verify
to propagate exceptions found during verification.
SerialBase.getSerialOutput(java.lang.Object)
.
Environment.beginTransaction(com.sleepycat.je.Transaction,
com.sleepycat.je.TransactionConfig)
.
TupleBase.getTupleOutput(java.lang.Object)
.
UnsupportedOperationException
since
this object is not attached to a map.
TupleBinding
for a Short
primitive wrapper or a short
primitive.
short
value into an entry
buffer.
skip() but takes an
int parameter instead of a long, and does not check whether the count
given is larger than the number of remaining bytes.
- SortedDoubleBinding
- Class in com.sleepycat.bind.tuple
- A concrete
TupleBinding
for a Double
primitive wrapper or a double
primitive.
- SortedDoubleBinding()
- Constructor for class com.sleepycat.bind.tuple.SortedDoubleBinding
-
- SortedFloatBinding
- Class in com.sleepycat.bind.tuple
- A concrete
TupleBinding
for a Float
primitive wrapper or a float
primitive.
- SortedFloatBinding()
- Constructor for class com.sleepycat.bind.tuple.SortedFloatBinding
-
- sortedMap()
- Method in interface com.sleepycat.persist.EntityIndex
- Returns a standard Java sorted map based on this entity index.
- sortedMap()
- Method in class com.sleepycat.persist.PrimaryIndex
-
- sortedMap()
- Method in class com.sleepycat.persist.SecondaryIndex
-
- start(Xid,
int) - Method in class com.sleepycat.je.XAEnvironment
-
- startBackup()
- Method in class com.sleepycat.je.util.DbBackup
- Start backup mode in order to determine the definitive backup
set needed for this point in time.
- StatsConfig - Class in com.sleepycat.je
- Specifies the attributes of a statistics retrieval operation.
- StatsConfig()
- Constructor for class com.sleepycat.je.StatsConfig
- An instance created using the default constructor is
initialized with the system's default settings.
- status
- Variable in class com.sleepycat.je.PreloadStats
- The status of the preload() operation.
- StoreConfig - Class
in com.sleepycat.persist
- Configuration properties used with an
EntityStore
or
RawStore
.
- StoreConfig()
- Constructor for class com.sleepycat.persist.StoreConfig
- Creates an entity store configuration object with default
properties.
- StoredClassCatalog
- Class in com.sleepycat.bind.serial
- A
ClassCatalog
that is stored in a Database
.
- StoredClassCatalog(Database)
- Constructor for class com.sleepycat.bind.serial.StoredClassCatalog
- Creates a catalog based on a given database.
- StoredCollection
- Class in com.sleepycat.collections
- A abstract base class for all stored collections.
- StoredCollections
- Class in com.sleepycat.collections
- Static methods operating on collections and maps.
- StoredContainer
- Class in com.sleepycat.collections
- A abstract base class for all stored collections and maps.
- StoredEntrySet -
Class in com.sleepycat.collections
- The Set returned by Map.entrySet().
- storedIterator()
- Method in class com.sleepycat.collections.StoredCollection
- Returns an iterator over the elements in this collection.
- storedIterator(boolean)
- Method in class com.sleepycat.collections.StoredCollection
- Returns a read or read-write iterator over the elements in
this collection.
- StoredIterator -
Class in com.sleepycat.collections
- The Iterator returned by all stored collections.
- StoredKeySet -
Class in com.sleepycat.collections
- The Set returned by Map.keySet() and which can also be
constructed directly if a Map is not needed.
- StoredKeySet(Database,
EntryBinding, boolean) - Constructor for class
com.sleepycat.collections.StoredKeySet
- Creates a key set view of a
Database
.
- StoredMap -
Class in com.sleepycat.collections
- A Map view of a
Database
.
- StoredMap(Database,
EntryBinding, EntryBinding, boolean) - Constructor for class
com.sleepycat.collections.StoredMap
- Creates a map view of a
Database
.
- StoredMap(Database,
EntryBinding, EntryBinding, PrimaryKeyAssigner) - Constructor for class
com.sleepycat.collections.StoredMap
- Creates a map view of a
Database
with a PrimaryKeyAssigner
.
- StoredMap(Database,
EntryBinding, EntityBinding, boolean) - Constructor for class
com.sleepycat.collections.StoredMap
- Creates a map entity view of a
Database
.
- StoredMap(Database,
EntryBinding, EntityBinding, PrimaryKeyAssigner) - Constructor for
class com.sleepycat.collections.StoredMap
- Creates a map entity view of a
Database
with a PrimaryKeyAssigner
.
- StoredSortedEntrySet
- Class in com.sleepycat.collections
- The SortedSet returned by Map.entrySet().
- StoredSortedKeySet
- Class in com.sleepycat.collections
- The SortedSet returned by Map.keySet() and which can also be
constructed directly if a Map is not needed.
- StoredSortedKeySet(Database,
EntryBinding, boolean) - Constructor for class
com.sleepycat.collections.StoredSortedKeySet
- Creates a sorted key set view of a
Database
.
- StoredSortedMap
- Class in com.sleepycat.collections
- A SortedMap view of a
Database
.
- StoredSortedMap(Database,
EntryBinding, EntryBinding, boolean) - Constructor for class
com.sleepycat.collections.StoredSortedMap
- Creates a sorted map view of a
Database
.
- StoredSortedMap(Database,
EntryBinding, EntryBinding, PrimaryKeyAssigner) - Constructor for class
com.sleepycat.collections.StoredSortedMap
- Creates a sorted map view of a
Database
with a PrimaryKeyAssigner
.
- StoredSortedMap(Database,
EntryBinding, EntityBinding, boolean) - Constructor for class
com.sleepycat.collections.StoredSortedMap
- Creates a sorted map entity view of a
Database
.
- StoredSortedMap(Database,
EntryBinding, EntityBinding, PrimaryKeyAssigner) - Constructor for
class com.sleepycat.collections.StoredSortedMap
- Creates a sorted map entity view of a
Database
with a PrimaryKeyAssigner
.
- StoredSortedValueSet
- Class in com.sleepycat.collections
- The SortedSet returned by Map.values() and which can also be
constructed directly if a Map is not needed.
- StoredSortedValueSet(Database,
EntityBinding, boolean) - Constructor for class
com.sleepycat.collections.StoredSortedValueSet
- Creates a sorted value set entity view of a
Database
.
- StoredValueSet -
Class in com.sleepycat.collections
- The Set returned by Map.values() and Map.duplicates(), and
which can also be constructed directly if a Map is not needed.
- StoredValueSet(Database,
EntryBinding, boolean) - Constructor for class
com.sleepycat.collections.StoredValueSet
- Creates a value set view of a
Database
.
- StoredValueSet(Database,
EntityBinding, boolean) - Constructor for class
com.sleepycat.collections.StoredValueSet
- Creates a value set entity view of a
Database
.
- StringBinding -
Class in com.sleepycat.bind.tuple
- A concrete
TupleBinding
for a simple String
value.
- StringBinding()
- Constructor for class com.sleepycat.bind.tuple.StringBinding
-
- stringToBytes(String)
- Static method in class com.sleepycat.util.UtfOps
- Converts strings to byte arrays.
- stringToEntry(String,
DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.StringBinding
- Converts a simple
String
value into an entry
buffer.
- subIndex(SK)
- Method in class com.sleepycat.persist.SecondaryIndex
- Returns an index that maps primary key to entity for the
subset of entities having a given secondary key (duplicates).
- subMap(Object,
Object) - Method in class com.sleepycat.collections.StoredSortedMap
- Returns a view of the portion of this sorted map whose
elements range from fromKey, inclusive, to toKey, exclusive.
- subMap(Object,
boolean, Object, boolean) - Method in class com.sleepycat.collections.StoredSortedMap
- Returns a view of the portion of this sorted map whose
elements are strictly greater than fromKey and strictly less than
toKey, optionally including fromKey and toKey.
- subSet(Object,
Object) - Method in class com.sleepycat.collections.StoredSortedEntrySet
- Returns a view of the portion of this sorted set whose
elements range from fromMapEntry, inclusive, to toMapEntry, exclusive.
- subSet(Object,
boolean, Object, boolean) - Method in class com.sleepycat.collections.StoredSortedEntrySet
- Returns a view of the portion of this sorted set whose
elements are strictly greater than fromMapEntry and strictly less than
toMapEntry, optionally including fromMapEntry and toMapEntry.
- subSet(Object,
Object) - Method in class com.sleepycat.collections.StoredSortedKeySet
- Returns a view of the portion of this sorted set whose
elements range from fromKey, inclusive, to toKey, exclusive.
- subSet(Object,
boolean, Object, boolean) - Method in class com.sleepycat.collections.StoredSortedKeySet
- Returns a view of the portion of this sorted set whose
elements are strictly greater than fromKey and strictly less than
toKey, optionally including fromKey and toKey.
- subSet(Object,
Object) - Method in class com.sleepycat.collections.StoredSortedValueSet
- Returns a view of the portion of this sorted set whose
elements range from fromValue, inclusive, to toValue, exclusive.
- subSet(Object,
boolean, Object, boolean) - Method in class com.sleepycat.collections.StoredSortedValueSet
- Returns a view of the portion of this sorted set whose
elements are strictly greater than fromValue and strictly less than
toValue, optionally including fromValue and toValue.
- SUCCESS
- Static variable in class com.sleepycat.je.OperationStatus
- The operation was successful.
- SUCCESS
- Static variable in class com.sleepycat.je.PreloadStatus
- preload() was successful.
- sync()
- Method in class com.sleepycat.je.Database
- Flush the given database to disk; only applicable for database
opened with the DeferredWrite configuration option.
- sync()
- Method in class com.sleepycat.je.Environment
- Synchronously flush database environment databases to stable
storage.
- sync()
- Method in class com.sleepycat.persist.EntityStore
- Flushes each modified index to disk that was opened in
deferred-write mode.
TransactionWorker.doWork()
,
and handles transaction retry and exceptions.
Environment.truncateDatabase(Transaction,
String, boolean)
.
The Database class is thread safe and may be used concurrently by multiple threads, using multiple transactions. It was not possible to supply correct transactional semantics for this method in all cases without imposing a performance penalty on all operations. Specifically, a truncate operation executed within one transaction can be incorrectly seen before commit by other transactions if those later transactions use the same Database handle.
The replacement method, Environment.truncateDatabase(), avoids these issues because all Database handles must be closed before the truncateDatabase() method is called.
EntryBinding
that treats a key or
data entry as a tuple; it includes predefined bindings for Java
primitive types.
InputStream
with DataInput
-like
methods for reading tuple fields.
EntryBinding
that uses the TupleInput
object as the key or data object.
TupleBinding
that delegates to the MarshalledTupleEntry
interface of the data or key object.
OutputStream
with DataOutput
-like
methods for writing tuple fields.
EntityBinding
that treats an entity's
key entry as a tuple and its data entry as a serialized object.
TupleSerialBinding
that delegates to
the MarshalledTupleKeyEntity
interface of the entity
class.
TupleSerialMarshalledBinding
.
EntityBinding
that treats an entity's
key entry and data entry as tuples.
TupleTupleBinding
that delegates to
the MarshalledTupleEntry
and MarshalledTupleKeyEntity
interfaces of the entity class.
TupleTupleMarshalledBinding
.
BigInteger
.
write(int) but does
not throw IOException
.
- writeFast(byte[])
- Method in class com.sleepycat.util.FastOutputStream
- Equivalent to
write(byte[]) but does
not throw IOException
.
- writeFast(byte[],
int, int) - Method in class com.sleepycat.util.FastOutputStream
- Equivalent to
write(byte[],int,int)
but does not throw IOException
.
- writeFloat(float)
- Method in class com.sleepycat.bind.tuple.TupleOutput
- Writes an signed float (four byte) value to the buffer.
- writeInt(int)
- Method in class com.sleepycat.bind.tuple.TupleOutput
- Writes an signed int (four byte) value to the buffer.
- writeInt(byte[],
int, int) - Static method in class com.sleepycat.util.PackedInteger
- Writes a packed integer starting at the given buffer offset
and returns the next offset to be written.
- writeLong(long)
- Method in class com.sleepycat.bind.tuple.TupleOutput
- Writes an signed long (eight byte) value to the buffer.
- writePackedInt(int)
- Method in class com.sleepycat.bind.tuple.TupleOutput
- Writes a packed integer.
- writeShort(int)
- Method in class com.sleepycat.bind.tuple.TupleOutput
- Writes an signed short (two byte) value to the buffer.
- writeSortedDouble(double)
- Method in class com.sleepycat.bind.tuple.TupleOutput
- Writes a signed double (eight byte) value to the buffer, with
support for correct default sorting of all values.
- writeSortedFloat(float)
- Method in class com.sleepycat.bind.tuple.TupleOutput
- Writes a signed float (four byte) value to the buffer, with
support for correct default sorting of all values.
- writeString(String)
- Method in class com.sleepycat.bind.tuple.TupleOutput
- Writes the specified characters to the buffer, converting each
character to UTF format, and adding a null terminator byte.
- writeString(char[])
- Method in class com.sleepycat.bind.tuple.TupleOutput
- Writes the specified characters to the buffer, converting each
character to UTF format.
- writeTo(OutputStream)
- Method in class com.sleepycat.util.FastOutputStream
-
- writeUnsignedByte(int)
- Method in class com.sleepycat.bind.tuple.TupleOutput
- Writes an unsigned byte (one byte) value to the buffer.
- writeUnsignedInt(long)
- Method in class com.sleepycat.bind.tuple.TupleOutput
- Writes an unsigned int (four byte) value to the buffer.
- writeUnsignedShort(int)
- Method in class com.sleepycat.bind.tuple.TupleOutput
- Writes an unsigned short (two byte) value to the buffer.
|
Berkeley
DB Java Edition version 3.2.23 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |