|
Berkeley DB version 4.5.20 |
|||||||||
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.
Database
using the Database.getCacheFile
.TupleBinding
for a Character
primitive
wrapper or a char
primitive.char
value into an entry buffer.
StoredIterator.close()
if it is a StoredIterator
.
Database.compact(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.CompactConfig)
operations.Database.compact(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.CompactConfig)
operation.Environment.checkpoint
.
Database.join
Database.verify
.
CursorConfig.READ_COMMITTED
to conform to ANSI
database isolation terminology.
LockMode.READ_COMMITTED
to conform to ANSI
database isolation terminology.
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.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
Transaction
handle, neither committing nor aborting the
transaction.
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
.
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.
delta
.
Database.verify
is configured to output
all the key/data pairs in the file that can be found.
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.
ReplicationTransport.send(com.sleepycat.db.Environment, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LogSequenceNumber, int, boolean, boolean, boolean, boolean)
method).
Environment.startReplication
is available
from the getCDAta method.
DatabaseEntry
object with insufficient memory
to complete the operation to complete the operation.
Database.compact(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.CompactConfig)
, the number of deadlocks
which occurred..
CursorConfig.getReadCommitted()
to conform to ANSI
database isolation terminology.
TransactionConfig.getReadCommitted()
to conform to ANSI
database isolation terminology.
ExceptionWrapper.getCause()
.
IOExceptionWrapper.getCause()
.
RuntimeExceptionWrapper.getCause()
.
CursorConfig.getReadUncommitted()
to conform to ANSI
database isolation terminology.
DatabaseConfig.getReadUncommitted()
to conform to ANSI
database isolation terminology.
TransactionConfig.getReadUncommitted()
to conform to ANSI
database isolation terminology.
ReplicationStats.getElectionUsec()
).
ReplicationStats.getElectionSec()
).
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.
Environment.getLock
was called, and
returns the index of the failed LockRequest when Environment.lockVector
was called.
StoredCollection.iterator()
method.
SecondaryKeyCreator
object for use in configuring
a SecondaryDatabase
.
Environment.getLock
was called, and
returns the lock in the failed LockRequest when Environment.lockVector
was called.
Environment.getLock
was
called, and returns the mode for the failed LockRequest when
Environment.lockVector
was called.
Database.verify
is configured to skip the
database checks for btree and duplicate sort order and for hashing.
Environment.getLock
was
called, and returns the object for the failed LockRequest when
Environment.lockVector
was called.
Environment.getLock
was called, and returns
the op parameter for the failed LockRequest when Environment.lockVector
was called.
Database.verify
is configured to do database
checks for btree and duplicate sort order and for hashing, skipped
by verification operations configured by VerifyConfig.setNoOrderCheck
.
Environment.trickleCacheWrite
.
Database.verify
is configured to use printing
characters to where possible.
Database.consume
method is configured to return
key/data pairs in order, always returning the key/data item from the
head of the queue.
PackedInteger.readInt(byte[], int)
.
Environment.processReplicationMessage
.
Database.verify
is configured to write the
key/data pairs from all databases in the file to the file stream
named by the outfile parameter..
Environment.beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.TransactionConfig)
.
EnvironmentConfig.setRegister(boolean)
method.
LogStats.getWcMbytes
written to this log since the last checkpoint.
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.
JoinCursor
.Database.getKeyRange
method.Environment
handle.Environment.getLock
or Environment.lockVector
methods, where the noWait flag or lock timers were configured, could not
be granted before the wait-time expired.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.DatabaseEntry
passed to a Database
or Cursor
method is not large
enough to hold a value being returned.Database
or Cursor
get call.Cursor
get method.Database
or Cursor
get call.Database
or Cursor
get call.Database
or Cursor
get call.Database
or Cursor
get call.Database
or Cursor
get call.Environment.getMutexStats(com.sleepycat.db.StatsConfig)
TupleBase.getTupleOutput(java.lang.Object)
TupleBase.getTupleOutput(java.lang.Object)
SecondaryCursor
.
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
- The database is a Recno.
- RecordNumberAppender - Interface in com.sleepycat.db
- An interface specifying a callback function that modifies stored data
based on a generated key.
- 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
- Return a list of prepared but not yet resolved transactions.
- recoveryFeedback(Environment, int) -
Method in interface com.sleepycat.db.FeedbackHandler
- A function called with progress information when the database environment is being recovered.
- RecoveryOperation - Class in com.sleepycat.db
- The recovery operation being performed when
LogRecordHandler.handleLogRecord
is called. - 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 a database.
- remove(File, boolean, EnvironmentConfig) -
Static method in class com.sleepycat.db.Environment
- Destroy a database environment.
- 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
-
Remove a database.
- removeOldLogFiles() -
Method in class com.sleepycat.db.Environment
- Remove log files that are no longer needed.
- removeSequence(Transaction, DatabaseEntry, SequenceConfig) -
Method in class com.sleepycat.db.Database
- Remove the sequence from the database.
- rename(String, String, String, DatabaseConfig) -
Static method in class com.sleepycat.db.Database
-
Rename a database.
- renameDatabase(Transaction, String, String, String) -
Method in class com.sleepycat.db.Environment
-
Rename a database.
- REP_CLIENT -
Static variable in class com.sleepycat.db.EventType
- The event is a replication client message, meaning that the current site
is now a client in the replication group.
- REP_CLIENT -
Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
- Start as a client site, and do not call for an election.
- REP_ELECTION -
Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
- Start as a client, and call for an election if no master is found.
- REP_FULL_ELECTION -
Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
- Start as a client, and call for an election if no master is found.
- REP_MASTER -
Static variable in class com.sleepycat.db.EventType
- The event is a replication master message, meaning that the current site
is now the master in the replication group.
- REP_MASTER -
Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
- Start as a master site, and do not call for an election.
- REP_NEW_MASTER -
Static variable in class com.sleepycat.db.EventType
- The event is a replication new master message.
- ReplicationConfig - Class in com.sleepycat.db
- Settings that configure Berkeley DB replication.
- ReplicationDuplicateMasterException - Exception in com.sleepycat.db
- The replication group has more than one master.
- ReplicationHandleDeadException - Exception in com.sleepycat.db
- Thrown when a database handle has been invalidated because a replication
election unrolled a committed transaction.
- ReplicationHoldElectionException - Exception in com.sleepycat.db
- An election is needed.
- ReplicationHostAddress - Class in com.sleepycat.db
- A simple wrapper class to hold information needed to define
a host in a replication group.
- ReplicationHostAddress() -
Constructor for class com.sleepycat.db.ReplicationHostAddress
- Create a ReplicationHostAddress with default settings.
- ReplicationHostAddress(String, int) -
Constructor for class com.sleepycat.db.ReplicationHostAddress
- Create a ReplicationHostAddress.
- ReplicationHostAddress(String, int, boolean) -
Constructor for class com.sleepycat.db.ReplicationHostAddress
- Create a ReplicationHostAddress.
- ReplicationJoinFailureException - Exception in com.sleepycat.db
- Thrown if a new master has been chosen but the client is unable to synchronize
with the new master (possibly because the client has been configured
with the
ReplicationConfig.NOAUTOINIT
setting to turn-off automatic
internal initialization). - ReplicationLockoutException - Exception in com.sleepycat.db
- Thrown when an operation was blocked by client/master synchronization.
- ReplicationManagerAckPolicy - Class in com.sleepycat.db
- A class that provides definitions for the types of network ack policy
to use when transmitting messages between replication sites using the
Replication Manager.
- replicationManagerAddRemoteSite(ReplicationHostAddress) -
Method in class com.sleepycat.db.EnvironmentConfig
- Adds a new replication site to the replication manager's list of known
sites.
- replicationManagerStart(int, ReplicationManagerStartPolicy) -
Method in class com.sleepycat.db.Environment
- Starts the replication manager.
- ReplicationManagerStartPolicy - Class in com.sleepycat.db
- This class provides definitions of the various start policies that
can be specified when starting a replication client using the
Environment.replicationManagerStart
call. - ReplicationSiteUnavailableException - Exception in com.sleepycat.db
- Thrown if replication group was unable to elect a master, or was unable to
complete the election in the specified timeout period.
- ReplicationStats - Class in com.sleepycat.db
- Replication statistics for a database environment.
- ReplicationStatus - Class in com.sleepycat.db
- The return status from processing a replication message.
- ReplicationTimeoutType - Class in com.sleepycat.db
- The ReplicationTimeoutType defines the types of timeouts that can be
configured for the Berkeley Db replication functionality.
- ReplicationTransport - Interface in com.sleepycat.db
- An interface specifying a replication transmit function, which sends
information to other members of the replication group.
- 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
- Allows database files to be copied, and then the copy used in the same
database environment as the original.
- resetLogSequenceNumber(String, boolean) -
Method in class com.sleepycat.db.Environment
- Allows database files to be moved from one transactional database
environment to another.
- 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
- Acquire write locks instead of read locks when doing the retrieval.
- 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
- 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
.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.Database.verify
to output all the
key/data pairs in the file that can be found.
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.setReadCommitted(boolean)
to conform to ANSI
database isolation terminology.
TransactionConfig.setReadCommitted(boolean)
to conform to ANSI
database isolation terminology.
CursorConfig.setReadUncommitted(boolean)
to conform to ANSI
database isolation terminology.
DatabaseConfig.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.
mode
(as described in the chmod
(2) manual page) and modified
by the process' umask value at the time of creation (see the
umask
(2) manual page).
Database.verify
to skip the database checks for
btree and duplicate sort order and for hashing.
Database.verify
to do database checks for btree
and duplicate sort order and for hashing, skipped by verification
operations configured by VerifyConfig.setNoOrderCheck
.
Database.verify
to use printing characters to
where possible.
Database.consume
to return key/data pairs in
order, always returning the key/data item from the head of the
queue.
Database.append
to call the function after the
record number has been selected but before the data has been stored
into the database.
Environment
handle.
Environment.processReplicationMessage
.
Database.verify
to write the key/data pairs from
all databases in the file to the file stream named by the outfile
parameter.
shmget
and related System V IPC interfaces.
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.
EnvironmentConfig.setRegister(boolean)
method.
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
- Configure the database environment as a client or master in a group
of replicated database environments.
- StatsConfig - Class in com.sleepycat.db
- Specifies the attributes of a statistics retrieval operation.
- StatsConfig() -
Constructor for class com.sleepycat.db.StatsConfig
- An instance created using the default constructor is initialized
with the system's default settings.
- 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
.
- 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.
- 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
- The operation was successful.
- sync() -
Method in class com.sleepycat.db.Database
- Flush any cached information to disk.
- syncReplication() -
Method in class com.sleepycat.db.Environment
- Forces synchronization to begin for this client.
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.
|
Berkeley DB version 4.5.20 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |