|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.
StoredIterator.close()
if it is a StoredIterator
.
StoredCollections.configuredCollection(java.util.Collection, com.sleepycat.db.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.db.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.db.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.db.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.db.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.db.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.
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)
.
ExceptionWrapper.getCause()
method for exceptions that implement the
ExceptionWrapper
interface.TupleBinding
for a Float
primitive
wrapper or a float
primitive.float
value into an entry buffer.
float
value into an entry buffer.
run()
is called when a transaction is already active for
the current thread.
ExceptionWrapper.getCause()
.
IOExceptionWrapper.getCause()
.
RuntimeExceptionWrapper.getCause()
.
StoredCollection.iterator()
method.
SecondaryKeyCreator
object for use in configuring
a SecondaryDatabase
.
PackedInteger.readInt(byte[], int)
.
Environment.beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.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.
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)
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.
- RECNO -
Static variable in class com.sleepycat.db.DatabaseType
-
- RECNO_METHOD -
Static variable in class com.sleepycat.compat.DbCompat
-
- RecordNumberAppender - Interface in com.sleepycat.db
-
- RecordNumberBinding - Class in com.sleepycat.bind
- An
EntryBinding
that treats a record number key entry as a
Long
key object. - RecordNumberBinding() -
Constructor for class com.sleepycat.bind.RecordNumberBinding
- Creates a byte array binding.
- recordNumberToEntry(long, DatabaseEntry) -
Static method in class com.sleepycat.bind.RecordNumberBinding
- Utility method for use by bindings to translate a record number integer
to a entry buffer.
- recover(int, boolean) -
Method in class com.sleepycat.db.Environment
-
- recoveryFeedback(Environment, int) -
Method in interface com.sleepycat.db.FeedbackHandler
-
- RecoveryOperation - Class in com.sleepycat.db
-
- 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(int) -
Method in class com.sleepycat.collections.StoredList
- Removes the element at the specified position in this list (optional
operation).
- remove(Object) -
Method in class com.sleepycat.collections.StoredList
- Removes the first occurrence in this list of the specified element
(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).
- remove(String, String, DatabaseConfig) -
Static method in class com.sleepycat.db.Database
-
- remove(File, boolean, EnvironmentConfig) -
Static method in class com.sleepycat.db.Environment
-
- remove(String, String, int) -
Method in class com.sleepycat.db.internal.Db
-
- remove(String, int) -
Method in class com.sleepycat.db.internal.DbEnv
-
- remove(DbTxn, int) -
Method in class com.sleepycat.db.internal.DbSequence
-
- 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, String) -
Method in class com.sleepycat.db.Environment
-
- removeOldLogFiles() -
Method in class com.sleepycat.db.Environment
-
- removeSequence(Transaction, DatabaseEntry, SequenceConfig) -
Method in class com.sleepycat.db.Database
-
- rename(String, String, String, DatabaseConfig) -
Static method in class com.sleepycat.db.Database
-
- rename(String, String, String, int) -
Method in class com.sleepycat.db.internal.Db
-
- renameDatabase(Transaction, String, String, String) -
Method in class com.sleepycat.db.Environment
-
- REP_CLIENT -
Static variable in class com.sleepycat.db.EventType
-
- REP_CLIENT -
Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
-
- rep_elect(int, int, int) -
Method in class com.sleepycat.db.internal.DbEnv
-
- REP_ELECTION -
Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
-
- rep_flush() -
Method in class com.sleepycat.db.internal.DbEnv
-
- REP_FULL_ELECTION -
Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
-
- rep_get_config(int) -
Method in class com.sleepycat.db.internal.DbEnv
-
- rep_get_limit() -
Method in class com.sleepycat.db.internal.DbEnv
-
- rep_get_nsites() -
Method in class com.sleepycat.db.internal.DbEnv
-
- rep_get_priority() -
Method in class com.sleepycat.db.internal.DbEnv
-
- rep_get_timeout(int) -
Method in class com.sleepycat.db.internal.DbEnv
-
- REP_MASTER -
Static variable in class com.sleepycat.db.EventType
-
- REP_MASTER -
Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
-
- REP_NEW_MASTER -
Static variable in class com.sleepycat.db.EventType
-
- rep_process_message(DatabaseEntry, DatabaseEntry, DbEnv.RepProcessMessage, LogSequenceNumber) -
Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_config(int, boolean) -
Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_limit(long) -
Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_nsites(int) -
Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_priority(int) -
Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_timeout(int, long) -
Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_transport(int, ReplicationTransport) -
Method in class com.sleepycat.db.internal.DbEnv
-
- rep_start(DatabaseEntry, int) -
Method in class com.sleepycat.db.internal.DbEnv
-
- REP_STARTUPDONE -
Static variable in class com.sleepycat.db.EventType
-
- rep_stat(int) -
Method in class com.sleepycat.db.internal.DbEnv
-
- rep_sync(int) -
Method in class com.sleepycat.db.internal.DbEnv
-
- ReplicationConfig - Class in com.sleepycat.db
-
- ReplicationDuplicateMasterException - Exception in com.sleepycat.db
-
- ReplicationHandleDeadException - Exception in com.sleepycat.db
-
- ReplicationHoldElectionException - Exception in com.sleepycat.db
-
- ReplicationHostAddress - Class in com.sleepycat.db
-
- ReplicationHostAddress() -
Constructor for class com.sleepycat.db.ReplicationHostAddress
-
- ReplicationHostAddress(String, int) -
Constructor for class com.sleepycat.db.ReplicationHostAddress
-
- ReplicationHostAddress(String, int, boolean, boolean) -
Constructor for class com.sleepycat.db.ReplicationHostAddress
-
- ReplicationJoinFailureException - Exception in com.sleepycat.db
-
- ReplicationLockoutException - Exception in com.sleepycat.db
-
- ReplicationManagerAckPolicy - Class in com.sleepycat.db
-
- replicationManagerAddRemoteSite(ReplicationHostAddress) -
Method in class com.sleepycat.db.EnvironmentConfig
-
- replicationManagerStart(int, ReplicationManagerStartPolicy) -
Method in class com.sleepycat.db.Environment
-
- ReplicationManagerStartPolicy - Class in com.sleepycat.db
-
- ReplicationSiteUnavailableException - Exception in com.sleepycat.db
-
- ReplicationStats - Class in com.sleepycat.db
-
- ReplicationStatus - Class in com.sleepycat.db
-
- ReplicationTimeoutType - Class in com.sleepycat.db
-
- ReplicationTransport - Interface in com.sleepycat.db
-
- repmgr_add_remote_site(String, int, int) -
Method in class com.sleepycat.db.internal.DbEnv
-
- repmgr_get_ack_policy() -
Method in class com.sleepycat.db.internal.DbEnv
-
- repmgr_set_ack_policy(int) -
Method in class com.sleepycat.db.internal.DbEnv
-
- repmgr_set_local_site(String, int, int) -
Method in class com.sleepycat.db.internal.DbEnv
-
- repmgr_site_list() -
Method in class com.sleepycat.db.internal.DbEnv
-
- repmgr_start(int, int) -
Method in class com.sleepycat.db.internal.DbEnv
-
- reset() -
Method in class com.sleepycat.util.FastInputStream
-
- reset() -
Method in class com.sleepycat.util.FastOutputStream
-
- resetFileID(String, boolean) -
Method in class com.sleepycat.db.Environment
-
- resetLogSequenceNumber(String, boolean) -
Method in class com.sleepycat.db.Environment
-
- 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.db.LockMode
-
- 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.db
-
- RuntimeExceptionWrapper - Exception in com.sleepycat.util
- A RuntimeException that can contain nested exceptions.
- RuntimeExceptionWrapper(Throwable) -
Constructor for exception com.sleepycat.util.RuntimeExceptionWrapper
-
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.run()
is called when a transaction is already active for
the current thread.
StoredCollection.iterator()
method.
SerialBase.getSerialOutput(java.lang.Object)
.
Environment.beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.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
-
- startReplication(DatabaseEntry, boolean) -
Method in class com.sleepycat.db.Environment
-
- stat(DbTxn, int) -
Method in class com.sleepycat.db.internal.Db
-
- stat(int) -
Method in class com.sleepycat.db.internal.DbSequence
-
- StatsConfig - Class in com.sleepycat.db
-
- StatsConfig() -
Constructor for class com.sleepycat.db.StatsConfig
-
- 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
.
- StoredList - Class in com.sleepycat.collections
- A List view of a
Database
. - StoredList(Database, EntryBinding, boolean) -
Constructor for class com.sleepycat.collections.StoredList
- Creates a list view of a
Database
.
- StoredList(Database, EntityBinding, boolean) -
Constructor for class com.sleepycat.collections.StoredList
- Creates a list entity view of a
Database
.
- StoredList(Database, EntryBinding, PrimaryKeyAssigner) -
Constructor for class com.sleepycat.collections.StoredList
- Creates a list view of a
Database
with a PrimaryKeyAssigner
.
- StoredList(Database, EntityBinding, PrimaryKeyAssigner) -
Constructor for class com.sleepycat.collections.StoredList
- Creates a list entity view of a
Database
with a PrimaryKeyAssigner
.
- 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
.
- strerror(int) -
Static method in class com.sleepycat.db.internal.DbEnv
-
- 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.
- subList(int, int) -
Method in class com.sleepycat.collections.StoredList
- Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- 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.
- subRange(DatabaseEntry) -
Method in class com.sleepycat.util.keyrange.KeyRange
- Creates a range for a single key.
- subRange(DatabaseEntry, boolean, DatabaseEntry, boolean) -
Method in class com.sleepycat.util.keyrange.KeyRange
- Creates a range that is the intersection of this range and the given
range parameters.
- 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.db.OperationStatus
-
- swigCMemOwn -
Variable in class com.sleepycat.db.internal.Db
-
- swigCMemOwn -
Variable in class com.sleepycat.db.internal.Dbc
-
- swigCMemOwn -
Variable in class com.sleepycat.db.internal.DbEnv
-
- swigCMemOwn -
Variable in class com.sleepycat.db.internal.DbLock
-
- swigCMemOwn -
Variable in class com.sleepycat.db.internal.DbLogc
-
- swigCMemOwn -
Variable in class com.sleepycat.db.internal.DbMpoolFile
-
- swigCMemOwn -
Variable in class com.sleepycat.db.internal.DbSequence
-
- swigCMemOwn -
Variable in class com.sleepycat.db.internal.DbTxn
-
- sync() -
Method in class com.sleepycat.db.Database
-
- sync(int) -
Method in class com.sleepycat.db.internal.Db
-
- syncReplication() -
Method in class com.sleepycat.db.Environment
-
TransactionWorker.doWork()
, and handles
transaction retry and exceptions.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
.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.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |