A B C D E F G H I J K L M N O P Q R S T U V W Y

A

abort() - Method in class com.sleepycat.db.internal.DbTxn
 
ABORT - Static variable in class com.sleepycat.db.RecoveryOperation
 
abort() - Method in class com.sleepycat.db.Transaction
 
abortTransaction() - Method in class com.sleepycat.collections.CurrentTransaction
Aborts the transaction that is active for the current thread for this environment and makes the parent transaction (if any) the current transaction.
add(Object) - Method in class com.sleepycat.collections.StoredEntrySet
Adds the specified element to this set if it is not already present (optional operation).
add(Object) - Method in class com.sleepycat.collections.StoredIterator
Inserts the specified element into the list or inserts a duplicate into other types of collections (optional operation).
add(Object) - Method in class com.sleepycat.collections.StoredKeySet
Adds the specified key to this set if it is not already present (optional operation).
add(int, Object) - Method in class com.sleepycat.collections.StoredList
Inserts the specified element at the specified position in this list (optional operation).
add(Object) - Method in class com.sleepycat.collections.StoredList
Appends the specified element to the end of this list (optional operation).
add(Object) - Method in class com.sleepycat.collections.StoredValueSet
Adds the specified entity to this set if it is not already present (optional operation).
addAll(Collection) - Method in class com.sleepycat.collections.StoredCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(int, Collection) - Method in class com.sleepycat.collections.StoredList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addDataDir(String) - Method in class com.sleepycat.db.EnvironmentConfig
 
addSize(int) - Method in class com.sleepycat.util.FastOutputStream
Skip the given number of bytes in the buffer.
append(Object) - Method in class com.sleepycat.collections.StoredList
Appends a given value returning the newly assigned index.
append(Object) - Method in class com.sleepycat.collections.StoredMap
Appends a given value returning the newly assigned key.
append(Database, Transaction, DatabaseEntry, DatabaseEntry) - Static method in class com.sleepycat.compat.DbCompat
 
append(Transaction, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Database
 
appendRecordNumber(Database, DatabaseEntry, int) - Method in interface com.sleepycat.db.RecordNumberAppender
 
APPLY - Static variable in class com.sleepycat.db.RecoveryOperation
 
areDuplicatesAllowed() - Method in class com.sleepycat.collections.StoredContainer
Returns whether duplicate keys are allowed in this container.
areDuplicatesOrdered() - Method in class com.sleepycat.collections.StoredContainer
Returns whether duplicate keys are allowed and sorted by element value.
areKeysRenumbered() - Method in class com.sleepycat.collections.StoredContainer
Returns whether keys are renumbered when insertions and deletions occur.
array2int(byte[], int) - Static method in class com.sleepycat.db.internal.DbUtil
Get the u_int32_t stored beginning at offset "offset" into array "arr".
assignKey(DatabaseEntry) - Method in interface com.sleepycat.collections.PrimaryKeyAssigner
Assigns a new primary key value into the given data buffer.
associate(DbTxn, Db, SecondaryKeyCreator, int) - Method in class com.sleepycat.db.internal.Db
 
available() - Method in class com.sleepycat.util.FastInputStream
 

B

BACKWARD_ROLL - Static variable in class com.sleepycat.db.RecoveryOperation
 
beginTransaction(TransactionConfig) - Method in class com.sleepycat.collections.CurrentTransaction
Begins a new transaction for this environment and associates it with the current thread.
beginTransaction(Transaction, TransactionConfig) - Method in class com.sleepycat.db.Environment
 
BooleanBinding - Class in com.sleepycat.bind.tuple
A concrete TupleBinding for a Boolean primitive wrapper or a boolean primitive.
BooleanBinding() - Constructor for class com.sleepycat.bind.tuple.BooleanBinding
 
booleanToEntry(boolean, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.BooleanBinding
Converts a simple boolean value into an entry buffer.
BTREE - Static variable in class com.sleepycat.db.DatabaseType
 
BTREE_RECNUM_METHOD - Static variable in class com.sleepycat.compat.DbCompat
 
BtreePrefixCalculator - Interface in com.sleepycat.db
 
BtreeStats - Class in com.sleepycat.db
 
BtreeStats() - Constructor for class com.sleepycat.db.BtreeStats
 
buf - Variable in class com.sleepycat.util.FastInputStream
 
ByteArrayBinding - Class in com.sleepycat.bind
A pass-through EntryBinding that uses the entry's byte array as the key or data object.
ByteArrayBinding() - Constructor for class com.sleepycat.bind.ByteArrayBinding
Creates a byte array binding.
byteArrayToString(byte[]) - Static method in class com.sleepycat.db.internal.DbUtil
Convert a byte array to a concise, readable string suitable for use in toString methods of the *Stat classes.
ByteBinding - Class in com.sleepycat.bind.tuple
A concrete TupleBinding for a Byte primitive wrapper or a byte primitive.
ByteBinding() - Constructor for class com.sleepycat.bind.tuple.ByteBinding
 
bytesToChars(byte[], int, char[], int, int, boolean) - Static method in class com.sleepycat.util.UtfOps
Converts byte arrays into character arrays.
bytesToString(byte[], int, int) - Static method in class com.sleepycat.util.UtfOps
Converts byte arrays into strings.
byteToEntry(byte, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.ByteBinding
Converts a simple byte value into an entry buffer.

C

CacheFile - Class in com.sleepycat.db
 
CacheFilePriority - Class in com.sleepycat.db
 
CacheFileStats - Class in com.sleepycat.db
 
CacheFileStats() - Constructor for class com.sleepycat.db.CacheFileStats
 
CacheStats - Class in com.sleepycat.db
 
CacheStats() - Constructor for class com.sleepycat.db.CacheStats
 
CDB - Static variable in class com.sleepycat.compat.DbCompat
 
CharacterBinding - Class in com.sleepycat.bind.tuple
A concrete TupleBinding for a Character primitive wrapper or a char primitive.
CharacterBinding() - Constructor for class com.sleepycat.bind.tuple.CharacterBinding
 
charsToBytes(char[], int, byte[], int, int) - Static method in class com.sleepycat.util.UtfOps
Converts character arrays into byte arrays.
charToEntry(char, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.CharacterBinding
Converts a simple char value into an entry buffer.
checkpoint(CheckpointConfig) - Method in class com.sleepycat.db.Environment
 
CheckpointConfig - Class in com.sleepycat.db
 
CheckpointConfig() - Constructor for class com.sleepycat.db.CheckpointConfig
 
ClassCatalog - Interface in com.sleepycat.bind.serial
A catalog of class description information for use during object serialization.
clear() - Method in class com.sleepycat.collections.StoredContainer
Removes all mappings or elements from this map or collection (optional operation).
clone() - Method in class com.sleepycat.collections.StoredIterator
Clones this iterator preserving its current position.
clone() - Method in class com.sleepycat.collections.StoredMap
 
close() - Method in interface com.sleepycat.bind.serial.ClassCatalog
Close a catalog database and release any cached resources.
close() - Method in class com.sleepycat.bind.serial.StoredClassCatalog
 
close(Iterator) - Static method in class com.sleepycat.collections.StoredIterator
Closes the given iterator using StoredIterator.close() if it is a StoredIterator.
close() - Method in class com.sleepycat.collections.StoredIterator
Closes this iterator.
close() - Method in class com.sleepycat.db.Cursor
 
close(boolean) - Method in class com.sleepycat.db.Database
 
close() - Method in class com.sleepycat.db.Database
 
close() - Method in class com.sleepycat.db.Environment
 
close(int) - Method in class com.sleepycat.db.internal.Db
 
close() - Method in class com.sleepycat.db.internal.Dbc
 
close(int) - Method in class com.sleepycat.db.internal.DbEnv
 
close(int) - Method in class com.sleepycat.db.internal.DbLogc
 
close(int) - Method in class com.sleepycat.db.internal.DbSequence
 
close() - Method in class com.sleepycat.db.JoinCursor
 
close() - Method in class com.sleepycat.db.LogCursor
 
close() - Method in class com.sleepycat.db.Sequence
 
com.sleepycat.bind - package com.sleepycat.bind
Bindings between database entries and Java objects.
com.sleepycat.bind.serial - package com.sleepycat.bind.serial
Bindings that use Java serialization.
com.sleepycat.bind.tuple - package com.sleepycat.bind.tuple
Bindings that use sequences of primitive fields, or tuples.
com.sleepycat.collections - package com.sleepycat.collections
Data access based on the standard Java collections API.
com.sleepycat.compat - package com.sleepycat.compat
 
com.sleepycat.db - package com.sleepycat.db
Berkeley DB Java API
[reference guide] [Java programming notes].
com.sleepycat.db.internal - package com.sleepycat.db.internal
 
com.sleepycat.util - package com.sleepycat.util
General utilities used throughout Berkeley DB.
commit(int) - Method in class com.sleepycat.db.internal.DbTxn
 
commit() - Method in class com.sleepycat.db.Transaction
 
commitNoSync() - Method in class com.sleepycat.db.Transaction
 
commitSync() - Method in class com.sleepycat.db.Transaction
 
commitTransaction() - Method in class com.sleepycat.collections.CurrentTransaction
Commits the transaction that is active for the current thread for this environment and makes the parent transaction (if any) the current transaction.
comparator() - Method in class com.sleepycat.collections.StoredSortedEntrySet
Returns null since comparators are not supported.
comparator() - Method in class com.sleepycat.collections.StoredSortedKeySet
Returns null since comparators are not supported.
comparator() - Method in class com.sleepycat.collections.StoredSortedMap
Returns null since comparators are not supported.
comparator() - Method in class com.sleepycat.collections.StoredSortedValueSet
Returns null since comparators are not supported.
compare(LogSequenceNumber, LogSequenceNumber) - Static method in class com.sleepycat.db.LogSequenceNumber
 
config - Variable in class com.sleepycat.db.Cursor
 
consume(Transaction, DatabaseEntry, DatabaseEntry, boolean) - Method in class com.sleepycat.db.Database
 
contains(Object) - Method in class com.sleepycat.collections.StoredEntrySet
Returns true if this set contains the specified element.
contains(Object) - Method in class com.sleepycat.collections.StoredKeySet
Returns true if this set contains the specified key.
contains(Object) - Method in class com.sleepycat.collections.StoredList
Returns true if this list contains the specified element.
contains(Object) - Method in class com.sleepycat.collections.StoredValueSet
Returns true if this set contains the specified element.
containsAll(Collection) - Method in class com.sleepycat.collections.StoredCollection
Returns true if this collection contains all of the elements in the specified collection.
containsKey(Object) - Method in class com.sleepycat.collections.StoredMap
Returns true if this map contains the specified key.
containsValue(Object) - Method in class com.sleepycat.collections.StoredMap
Returns true if this map contains the specified value.
count() - Method in class com.sleepycat.collections.StoredIterator
Returns the number of elements having the same key value as the key value of the element last returned by next() or previous().
count() - Method in class com.sleepycat.db.Cursor
 
count(int) - Method in class com.sleepycat.db.internal.Dbc
 
createLockerID() - Method in class com.sleepycat.db.Environment
 
createSecondaryKey(SecondaryDatabase, DatabaseEntry, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.bind.serial.SerialSerialKeyCreator
 
createSecondaryKey(Object, Object) - Method in class com.sleepycat.bind.serial.SerialSerialKeyCreator
Creates the index key object from primary key and entry objects.
createSecondaryKey(SecondaryDatabase, DatabaseEntry, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.bind.serial.TupleSerialKeyCreator
 
createSecondaryKey(TupleInput, Object, TupleOutput) - Method in class com.sleepycat.bind.serial.TupleSerialKeyCreator
Creates the index key entry from primary key tuple entry and deserialized data entry.
createSecondaryKey(TupleInput, Object, TupleOutput) - Method in class com.sleepycat.bind.serial.TupleSerialMarshalledKeyCreator
 
createSecondaryKey(SecondaryDatabase, DatabaseEntry, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.TupleTupleKeyCreator
 
createSecondaryKey(TupleInput, TupleInput, TupleOutput) - Method in class com.sleepycat.bind.tuple.TupleTupleKeyCreator
Creates the index key from primary key tuple and data tuple.
createSecondaryKey(TupleInput, TupleInput, TupleOutput) - Method in class com.sleepycat.bind.tuple.TupleTupleMarshalledKeyCreator
 
createSecondaryKey(SecondaryDatabase, DatabaseEntry, DatabaseEntry, DatabaseEntry) - Method in interface com.sleepycat.db.SecondaryKeyCreator
 
CurrentTransaction - Class in com.sleepycat.collections
Provides access to the current transaction for the current thread within the context of a Berkeley DB environment.
Cursor - Class in com.sleepycat.db
 
Cursor() - Constructor for class com.sleepycat.db.Cursor
 
cursor(DbTxn, int) - Method in class com.sleepycat.db.internal.Db
 
CursorConfig - Class in com.sleepycat.db
 
CursorConfig() - Constructor for class com.sleepycat.db.CursorConfig
 

D

data - Variable in class com.sleepycat.db.DatabaseEntry
 
database - Variable in class com.sleepycat.db.Cursor
 
Database - Class in com.sleepycat.db
 
Database(String, String, DatabaseConfig) - Constructor for class com.sleepycat.db.Database
 
DatabaseConfig - Class in com.sleepycat.db
 
DatabaseConfig() - Constructor for class com.sleepycat.db.DatabaseConfig
 
DatabaseEntry - Class in com.sleepycat.db
 
DatabaseEntry() - Constructor for class com.sleepycat.db.DatabaseEntry
 
DatabaseEntry(byte[]) - Constructor for class com.sleepycat.db.DatabaseEntry
 
DatabaseEntry(byte[], int, int) - Constructor for class com.sleepycat.db.DatabaseEntry
 
DatabaseException - Exception in com.sleepycat.db
 
DatabaseException(String) - Constructor for exception com.sleepycat.db.DatabaseException
 
DatabaseException(String, int) - Constructor for exception com.sleepycat.db.DatabaseException
 
DatabaseException(String, int, Environment) - Constructor for exception com.sleepycat.db.DatabaseException
 
DatabaseException(String, int, DbEnv) - Constructor for exception com.sleepycat.db.DatabaseException
 
DatabaseStats - Class in com.sleepycat.db
 
DatabaseStats() - Constructor for class com.sleepycat.db.DatabaseStats
 
DatabaseType - Class in com.sleepycat.db
 
dataBinding - Variable in class com.sleepycat.bind.serial.SerialSerialKeyCreator
 
dataBinding - Variable in class com.sleepycat.bind.serial.TupleSerialBinding
 
dataBinding - Variable in class com.sleepycat.bind.serial.TupleSerialKeyCreator
 
Db - Class in com.sleepycat.db.internal
 
Db(long, boolean) - Constructor for class com.sleepycat.db.internal.Db
 
Db() - Constructor for class com.sleepycat.db.internal.Db
 
Db(DbEnv, int) - Constructor for class com.sleepycat.db.internal.Db
 
DB_AFTER - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_AGGRESSIVE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_APPEND - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_ARCH_ABS - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_ARCH_DATA - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_ARCH_LOG - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_ARCH_REMOVE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_AUTO_COMMIT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_BEFORE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_BTREE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_CDB_ALLDB - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_CHKSUM - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_CONSUME - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_CONSUME_WAIT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_CREATE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_CURRENT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_DBT_MALLOC - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_DBT_PARTIAL - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_DBT_USERMEM - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_DEGREE_2 - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_DIRECT_DB - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_DIRECT_LOG - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_DIRTY_READ - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_DONOTINDEX - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_DSYNC_LOG - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_DUP - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_DUPSORT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_EID_BROADCAST - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_EID_INVALID - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_ENCRYPT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_ENCRYPT_AES - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_EXCL - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_FAST_STAT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_FIRST - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_FLUSH - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_FORCE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_GET_BOTH - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_GET_BOTH_RANGE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_GET_RECNO - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_HASH - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_INIT_CDB - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_INIT_LOCK - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_INIT_LOG - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_INIT_MPOOL - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_INIT_REP - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_INIT_TXN - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_INORDER - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_JOIN_ITEM - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_JOIN_NOSORT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_JOINENV - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_KEYEMPTY - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_KEYEXIST - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_KEYFIRST - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_KEYLAST - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LAST - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_DEADLOCK - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_DEFAULT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_EXPIRE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_GET - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_GET_TIMEOUT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_IREAD - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_IWR - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_IWRITE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_MAXLOCKS - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_MAXWRITE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_MINLOCKS - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_MINWRITE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_NOTGRANTED - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_NOWAIT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_OLDEST - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_PUT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_PUT_ALL - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_PUT_OBJ - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_RANDOM - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_READ - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_TIMEOUT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_WRITE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCK_YOUNGEST - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOCKDOWN - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOG_AUTOREMOVE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_LOG_INMEMORY - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_MPOOL_NOFILE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_MPOOL_UNLINK - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_MULTIPLE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_MULTIPLE_KEY - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_NEXT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_NEXT_DUP - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_NEXT_NODUP - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_NODUPDATA - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_NOLOCKING - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_NOMMAP - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_NOORDERCHK - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_NOOVERWRITE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_NOPANIC - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_NOSERVER_HOME - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_NOSERVER_ID - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_NOSYNC - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_NOTFOUND - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_ORDERCHKONLY - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_OVERWRITE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_PANIC_ENVIRONMENT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_POSITION - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_PREV - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_PREV_NODUP - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_PRINTABLE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_PRIORITY_DEFAULT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_PRIORITY_HIGH - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_PRIORITY_LOW - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_PRIORITY_VERY_HIGH - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_PRIORITY_VERY_LOW - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_PRIVATE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_QUEUE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_RDONLY - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_RECNO - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_RECNUM - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_RECOVER - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_RECOVER_FATAL - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_REGION_INIT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_RENUMBER - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_REP_CLIENT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_REP_DUPMASTER - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_REP_HOLDELECTION - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_REP_ISPERM - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_REP_MASTER - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_REP_NEWMASTER - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_REP_NEWSITE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_REP_NOBUFFER - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_REP_NOTPERM - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_REP_PERMANENT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_REP_STARTUPDONE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_REVSPLITOFF - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_RMW - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_RPCCLIENT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_SALVAGE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_SEQ_DEC - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_SEQ_INC - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_SEQ_WRAP - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_SET - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_SET_LOCK_TIMEOUT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_SET_RANGE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_SET_RECNO - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_SET_TXN_TIMEOUT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_SNAPSHOT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_STAT_CLEAR - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_SYSTEM_MEM - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_THREAD - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_TIME_NOTGRANTED - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_TRUNCATE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_TXN_ABORT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_TXN_APPLY - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_TXN_BACKWARD_ROLL - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_TXN_FORWARD_ROLL - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_TXN_NOSYNC - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_TXN_NOT_DURABLE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_TXN_NOWAIT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_TXN_PRINT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_TXN_SYNC - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_TXN_WRITE_NOSYNC - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_UNKNOWN - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_UPGRADE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_USE_ENVIRON - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_USE_ENVIRON_ROOT - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_VERB_DEADLOCK - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_VERB_RECOVERY - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_VERB_REPLICATION - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_VERB_WAITSFOR - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_VERIFY - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_VERSION_MAJOR - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_VERSION_MINOR - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_VERSION_PATCH - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_WRITECURSOR - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_XA_CREATE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_XIDDATASIZE - Static variable in interface com.sleepycat.db.internal.DbConstants
 
DB_YIELDCPU - Static variable in interface com.sleepycat.db.internal.DbConstants
 
Dbc - Class in com.sleepycat.db.internal
 
Dbc(long, boolean) - Constructor for class com.sleepycat.db.internal.Dbc
 
Dbc() - Constructor for class com.sleepycat.db.internal.Dbc
 
DbClient - Interface in com.sleepycat.db.internal
The DbClient object is used to encapsulate a reference to an RPC client.
DbCompat - Class in com.sleepycat.compat
A minimal set of DB-JE compatibility methods for internal use only.
DbCompat() - Constructor for class com.sleepycat.compat.DbCompat
 
DbConstants - Interface in com.sleepycat.db.internal
 
DbEnv - Class in com.sleepycat.db.internal
 
DbEnv(long, boolean) - Constructor for class com.sleepycat.db.internal.DbEnv
 
DbEnv() - Constructor for class com.sleepycat.db.internal.DbEnv
 
DbEnv(int) - Constructor for class com.sleepycat.db.internal.DbEnv
 
DbEnv.RepProcessMessage - Class in com.sleepycat.db.internal
 
DbEnv.RepProcessMessage() - Constructor for class com.sleepycat.db.internal.DbEnv.RepProcessMessage
 
DbLock - Class in com.sleepycat.db.internal
 
DbLock(long, boolean) - Constructor for class com.sleepycat.db.internal.DbLock
 
DbLock() - Constructor for class com.sleepycat.db.internal.DbLock
 
DbLogc - Class in com.sleepycat.db.internal
 
DbLogc(long, boolean) - Constructor for class com.sleepycat.db.internal.DbLogc
 
DbLogc() - Constructor for class com.sleepycat.db.internal.DbLogc
 
DbMpoolFile - Class in com.sleepycat.db.internal
 
DbMpoolFile(long, boolean) - Constructor for class com.sleepycat.db.internal.DbMpoolFile
 
DbMpoolFile() - Constructor for class com.sleepycat.db.internal.DbMpoolFile
 
dbremove(DbTxn, String, String, int) - Method in class com.sleepycat.db.internal.DbEnv
 
dbrename(DbTxn, String, String, String, int) - Method in class com.sleepycat.db.internal.DbEnv
 
DbSequence - Class in com.sleepycat.db.internal
 
DbSequence(long, boolean) - Constructor for class com.sleepycat.db.internal.DbSequence
 
DbSequence() - Constructor for class com.sleepycat.db.internal.DbSequence
 
DbSequence(Db, int) - Constructor for class com.sleepycat.db.internal.DbSequence
 
DbTxn - Class in com.sleepycat.db.internal
 
DbTxn(long, boolean) - Constructor for class com.sleepycat.db.internal.DbTxn
 
DbTxn() - Constructor for class com.sleepycat.db.internal.DbTxn
 
DbUtil - Class in com.sleepycat.db.internal
DbUtil is a simple class that holds a few static utility functions other parts of the package share and that don't have a good home elsewhere.
DbUtil() - Constructor for class com.sleepycat.db.internal.DbUtil
 
DeadlockException - Exception in com.sleepycat.db
 
DeadlockException(String, int, DbEnv) - Constructor for exception com.sleepycat.db.DeadlockException
 
DEFAULT - Static variable in class com.sleepycat.db.CacheFilePriority
 
DEFAULT - Static variable in class com.sleepycat.db.CheckpointConfig
 
DEFAULT - Static variable in class com.sleepycat.db.CursorConfig
 
DEFAULT - Static variable in class com.sleepycat.db.DatabaseConfig
 
DEFAULT - Static variable in class com.sleepycat.db.EnvironmentConfig
 
DEFAULT - Static variable in class com.sleepycat.db.JoinConfig
 
DEFAULT - Static variable in class com.sleepycat.db.LockDetectMode
 
DEFAULT - Static variable in class com.sleepycat.db.LockMode
 
DEFAULT - Static variable in class com.sleepycat.db.SecondaryConfig
 
DEFAULT - Static variable in class com.sleepycat.db.SequenceConfig
 
DEFAULT - Static variable in class com.sleepycat.db.StatsConfig
 
DEFAULT - Static variable in class com.sleepycat.db.TransactionConfig
 
DEFAULT - Static variable in class com.sleepycat.db.VerifyConfig
 
DEFAULT_BUMP_SIZE - Static variable in class com.sleepycat.util.FastOutputStream
 
DEFAULT_INIT_SIZE - Static variable in class com.sleepycat.util.FastOutputStream
 
default_lorder() - Static method in class com.sleepycat.db.internal.DbUtil
 
DEFAULT_MAX_RETRIES - Static variable in class com.sleepycat.collections.TransactionRunner
The default maximum number of retries.
DEGREE_2 - Static variable in class com.sleepycat.db.CursorConfig
 
DEGREE_2 - Static variable in class com.sleepycat.db.LockMode
 
del(DbTxn, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.Db
 
del(int) - Method in class com.sleepycat.db.internal.Dbc
 
delete() - Method in class com.sleepycat.db.Cursor
 
delete(Transaction, DatabaseEntry) - Method in class com.sleepycat.db.Database
 
detectDeadlocks(LockDetectMode) - Method in class com.sleepycat.db.Environment
 
DIRTY_READ - Static variable in class com.sleepycat.db.CursorConfig
 
DIRTY_READ - Static variable in class com.sleepycat.db.LockMode
 
dirtyReadCollection(Collection) - Static method in class com.sleepycat.collections.StoredCollections
Creates a dirty-read collection from a given stored collection.
dirtyReadList(List) - Static method in class com.sleepycat.collections.StoredCollections
Creates a dirty-read list from a given stored list.
dirtyReadMap(Map) - Static method in class com.sleepycat.collections.StoredCollections
Creates a dirty-read map from a given stored map.
dirtyReadSet(Set) - Static method in class com.sleepycat.collections.StoredCollections
Creates a dirty-read set from a given stored set.
dirtyReadSortedMap(SortedMap) - Static method in class com.sleepycat.collections.StoredCollections
Creates a dirty-read sorted map from a given stored sorted map.
dirtyReadSortedSet(SortedSet) - Static method in class com.sleepycat.collections.StoredCollections
Creates a dirty-read sorted set from a given stored sorted set.
discard(int) - Method in class com.sleepycat.db.internal.DbTxn
 
discard() - Method in class com.sleepycat.db.Transaction
 
dlen - Variable in class com.sleepycat.db.DatabaseEntry
 
doff - Variable in class com.sleepycat.db.DatabaseEntry
 
DoubleBinding - Class in com.sleepycat.bind.tuple
A concrete TupleBinding for a Double primitive wrapper or a double primitive.
DoubleBinding() - Constructor for class com.sleepycat.bind.tuple.DoubleBinding
 
doubleToEntry(double, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.DoubleBinding
Converts a simple double value into an entry buffer.
doWork() - Method in interface com.sleepycat.collections.TransactionWorker
Perform the work for a single transaction.
dup(boolean) - Method in class com.sleepycat.db.Cursor
 
dup(int) - Method in class com.sleepycat.db.internal.Dbc
 
dup(boolean) - Method in class com.sleepycat.db.SecondaryCursor
 
duplicates(Object) - Method in class com.sleepycat.collections.StoredMap
Returns a new collection containing the values mapped to the given key in this map.
dupSecondary(boolean) - Method in class com.sleepycat.db.SecondaryCursor
 

E

EID_BROADCAST - Static variable in interface com.sleepycat.db.ReplicationTransport
 
EID_INVALID - Static variable in interface com.sleepycat.db.ReplicationTransport
 
electReplicationMaster(int, int, int, int) - Method in class com.sleepycat.db.Environment
 
EntityBinding - Interface in com.sleepycat.bind
A binding between a key-value entry pair and an entity object.
EntryBinding - Interface in com.sleepycat.bind
A binding between a key or data entry and a key or data object.
entrySet() - Method in class com.sleepycat.collections.StoredMap
Returns a set view of the mappings contained in this map.
entryToBoolean(DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.BooleanBinding
Converts an entry buffer into a simple boolean value.
entryToByte(DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.ByteBinding
Converts an entry buffer into a simple byte value.
entryToChar(DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.CharacterBinding
Converts an entry buffer into a simple char value.
entryToDouble(DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.DoubleBinding
Converts an entry buffer into a simple double value.
entryToFloat(DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.FloatBinding
Converts an entry buffer into a simple float value.
entryToInput(DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.TupleBinding
Utility method to create a new tuple input object for reading the data from a given buffer.
entryToInt(DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.IntegerBinding
Converts an entry buffer into a simple int value.
entryToLong(DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.LongBinding
Converts an entry buffer into a simple long value.
entryToObject(DatabaseEntry) - Method in class com.sleepycat.bind.ByteArrayBinding
 
entryToObject(DatabaseEntry, DatabaseEntry) - Method in interface com.sleepycat.bind.EntityBinding
Converts key and data entry buffers into an entity Object.
entryToObject(DatabaseEntry) - Method in interface com.sleepycat.bind.EntryBinding
Converts a entry buffer into an Object.
entryToObject(DatabaseEntry) - Method in class com.sleepycat.bind.RecordNumberBinding
 
entryToObject(DatabaseEntry) - Method in class com.sleepycat.bind.serial.SerialBinding
Deserialize an object from an entry buffer.
entryToObject(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.bind.serial.SerialSerialBinding
 
entryToObject(Object, Object) - Method in class com.sleepycat.bind.serial.SerialSerialBinding
Constructs an entity object from deserialized key and data objects.
entryToObject(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.bind.serial.TupleSerialBinding
 
entryToObject(TupleInput, Object) - Method in class com.sleepycat.bind.serial.TupleSerialBinding
Constructs an entity object from TupleInput key entry and deserialized data entry objects.
entryToObject(TupleInput, Object) - Method in class com.sleepycat.bind.serial.TupleSerialMarshalledBinding
 
entryToObject(TupleInput) - Method in class com.sleepycat.bind.tuple.BooleanBinding
 
entryToObject(TupleInput) - Method in class com.sleepycat.bind.tuple.ByteBinding
 
entryToObject(TupleInput) - Method in class com.sleepycat.bind.tuple.CharacterBinding
 
entryToObject(TupleInput) - Method in class com.sleepycat.bind.tuple.DoubleBinding
 
entryToObject(TupleInput) - Method in class com.sleepycat.bind.tuple.FloatBinding
 
entryToObject(TupleInput) - Method in class com.sleepycat.bind.tuple.IntegerBinding
 
entryToObject(TupleInput) - Method in class com.sleepycat.bind.tuple.LongBinding
 
entryToObject(TupleInput) - Method in class com.sleepycat.bind.tuple.ShortBinding
 
entryToObject(TupleInput) - Method in class com.sleepycat.bind.tuple.StringBinding
 
entryToObject(DatabaseEntry) - Method in class com.sleepycat.bind.tuple.TupleBinding
 
entryToObject(TupleInput) - Method in class com.sleepycat.bind.tuple.TupleBinding
Constructs a key or data object from a TupleInput entry.
entryToObject(DatabaseEntry) - Method in class com.sleepycat.bind.tuple.TupleInputBinding
 
entryToObject(TupleInput) - Method in class com.sleepycat.bind.tuple.TupleMarshalledBinding
 
entryToObject(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.TupleTupleBinding
 
entryToObject(TupleInput, TupleInput) - Method in class com.sleepycat.bind.tuple.TupleTupleBinding
Constructs an entity object from TupleInput key and data entries.
entryToObject(TupleInput, TupleInput) - Method in class com.sleepycat.bind.tuple.TupleTupleMarshalledBinding
 
entryToRecordNumber(DatabaseEntry) - Static method in class com.sleepycat.bind.RecordNumberBinding
Utility method for use by bindings to translate a entry buffer to an record number integer.
entryToShort(DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.ShortBinding
Converts an entry buffer into a simple short value.
entryToString(DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.StringBinding
Converts an entry buffer into a simple String value.
envid - Variable in class com.sleepycat.db.internal.DbEnv.RepProcessMessage
 
Environment - Class in com.sleepycat.db
 
Environment(File, EnvironmentConfig) - Constructor for class com.sleepycat.db.Environment
 
EnvironmentConfig - Class in com.sleepycat.db
 
EnvironmentConfig() - Constructor for class com.sleepycat.db.EnvironmentConfig
 
equal - Variable in class com.sleepycat.db.KeyRange
 
equals(Object) - Method in class com.sleepycat.collections.MapEntryParameter
Compares this entry to a given entry as specified by Map.Entry.equals(java.lang.Object).
equals(Object) - Method in class com.sleepycat.collections.StoredCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in class com.sleepycat.collections.StoredList
Compares the specified object with this list for equality.
equals(Object) - Method in class com.sleepycat.collections.StoredMap
Compares the specified object with this map for equality.
equals(Object) - Method in class com.sleepycat.db.internal.DbTxn
 
err(int, String) - Method in class com.sleepycat.db.internal.Db
 
err(int, String) - Method in class com.sleepycat.db.internal.DbEnv
 
error(Environment, String, String) - Method in interface com.sleepycat.db.ErrorHandler
 
ErrorHandler - Interface in com.sleepycat.db
 
errx(String) - Method in class com.sleepycat.db.internal.Db
 
errx(String) - Method in class com.sleepycat.db.internal.DbEnv
 
ExceptionUnwrapper - Class in com.sleepycat.util
Unwraps nested exceptions by calling the ExceptionWrapper.getDetail() method for exceptions that implement the ExceptionWrapper interface.
ExceptionUnwrapper() - Constructor for class com.sleepycat.util.ExceptionUnwrapper
 
ExceptionWrapper - Interface in com.sleepycat.util
Interface implemented by exceptions that can contain nested exceptions.
EXPIRE - Static variable in class com.sleepycat.db.LockDetectMode
 

F

FastInputStream - Class in com.sleepycat.util
A replacement for ByteArrayInputStream that does not synchronize every byte read.
FastInputStream(byte[]) - Constructor for class com.sleepycat.util.FastInputStream
Creates an input stream.
FastInputStream(byte[], int, int) - Constructor for class com.sleepycat.util.FastInputStream
Creates an input stream.
FastOutputStream - Class in com.sleepycat.util
A replacement for ByteArrayOutputStream that does not synchronize every byte read.
FastOutputStream() - Constructor for class com.sleepycat.util.FastOutputStream
Creates an output stream with default sizes.
FastOutputStream(int) - Constructor for class com.sleepycat.util.FastOutputStream
Creates an output stream with a default bump size and a given initial size.
FastOutputStream(int, int) - Constructor for class com.sleepycat.util.FastOutputStream
Creates an output stream with a given bump size and initial size.
FastOutputStream(byte[]) - Constructor for class com.sleepycat.util.FastOutputStream
Creates an output stream with a given initial buffer and a default bump size.
FastOutputStream(byte[], int) - Constructor for class com.sleepycat.util.FastOutputStream
Creates an output stream with a given initial buffer and a given bump size.
FeedbackHandler - Interface in com.sleepycat.db
 
finalize() - Method in class com.sleepycat.db.internal.DbLock
 
first() - Method in class com.sleepycat.collections.StoredSortedEntrySet
Returns the first (lowest) element currently in this sorted set.
first() - Method in class com.sleepycat.collections.StoredSortedKeySet
Returns the first (lowest) element currently in this sorted set.
first() - Method in class com.sleepycat.collections.StoredSortedValueSet
Returns the first (lowest) element currently in this sorted set.
firstKey() - Method in class com.sleepycat.collections.StoredSortedMap
Returns the first (lowest) key currently in this sorted map.
flags - Variable in class com.sleepycat.db.DatabaseEntry
 
FloatBinding - Class in com.sleepycat.bind.tuple
A concrete TupleBinding for a Float primitive wrapper or a float primitive.
FloatBinding() - Constructor for class com.sleepycat.bind.tuple.FloatBinding
 
floatToEntry(float, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.FloatBinding
Converts a simple float value into an entry buffer.
FORWARD_ROLL - Static variable in class com.sleepycat.db.RecoveryOperation
 
freeLockerID(int) - Method in class com.sleepycat.db.Environment
 
fromFlag(int) - Static method in class com.sleepycat.db.RecoveryOperation
 

G

get(int) - Method in class com.sleepycat.collections.StoredList
Returns the element at the specified position in this list.
get(Object) - Method in class com.sleepycat.collections.StoredMap
Returns the value to which this map maps the specified key.
get(Transaction, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Database
 
get(DbTxn, DatabaseEntry, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.Db
 
get(DatabaseEntry, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.Dbc
 
get(LogSequenceNumber, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.DbLogc
 
get(DbTxn, int, int) - Method in class com.sleepycat.db.internal.DbSequence
 
GET - Static variable in class com.sleepycat.db.LockOperation
 
get(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryDatabase
 
get(Transaction, int) - Method in class com.sleepycat.db.Sequence
 
get_app_dispatch() - Method in class com.sleepycat.db.internal.DbEnv
 
get_append_recno() - Method in class com.sleepycat.db.internal.Db
 
get_bt_compare() - Method in class com.sleepycat.db.internal.Db
 
get_bt_minkey() - Method in class com.sleepycat.db.internal.Db
 
get_bt_prefix() - Method in class com.sleepycat.db.internal.Db
 
get_byteswapped() - Method in class com.sleepycat.db.internal.Db
 
get_cachesize() - Method in class com.sleepycat.db.internal.Db
 
get_cachesize() - Method in class com.sleepycat.db.internal.DbEnv
 
get_cachesize() - Method in class com.sleepycat.db.internal.DbSequence
 
get_cachesize_ncache() - Method in class com.sleepycat.db.internal.Db
 
get_cachesize_ncache() - Method in class com.sleepycat.db.internal.DbEnv
 
get_data_dirs() - Method in class com.sleepycat.db.internal.DbEnv
 
get_db() - Method in class com.sleepycat.db.internal.DbSequence
 
get_dbname() - Method in class com.sleepycat.db.internal.Db
 
get_dup_compare() - Method in class com.sleepycat.db.internal.Db
 
get_encrypt_flags() - Method in class com.sleepycat.db.internal.Db
 
get_encrypt_flags() - Method in class com.sleepycat.db.internal.DbEnv
 
get_env() - Method in class com.sleepycat.db.internal.Db
 
get_errcall() - Method in class com.sleepycat.db.internal.Db
 
get_errcall() - Method in class com.sleepycat.db.internal.DbEnv
 
get_error_stream() - Method in class com.sleepycat.db.internal.Db
 
get_error_stream() - Method in class com.sleepycat.db.internal.DbEnv
 
get_errpfx() - Method in class com.sleepycat.db.internal.Db
 
get_errpfx() - Method in class com.sleepycat.db.internal.DbEnv
 
get_feedback() - Method in class com.sleepycat.db.internal.Db
 
get_feedback() - Method in class com.sleepycat.db.internal.DbEnv
 
get_filename() - Method in class com.sleepycat.db.internal.Db
 
get_flags() - Method in class com.sleepycat.db.internal.Db
 
get_flags() - Method in class com.sleepycat.db.internal.DbEnv
 
get_flags() - Method in class com.sleepycat.db.internal.DbMpoolFile
 
get_flags() - Method in class com.sleepycat.db.internal.DbSequence
 
get_h_ffactor() - Method in class com.sleepycat.db.internal.Db
 
get_h_hash() - Method in class com.sleepycat.db.internal.Db
 
get_h_nelem() - Method in class com.sleepycat.db.internal.Db
 
get_home() - Method in class com.sleepycat.db.internal.DbEnv
 
get_key(DatabaseEntry) - Method in class com.sleepycat.db.internal.DbSequence
 
get_lg_bsize() - Method in class com.sleepycat.db.internal.DbEnv
 
get_lg_dir() - Method in class com.sleepycat.db.internal.DbEnv
 
get_lg_max() - Method in class com.sleepycat.db.internal.DbEnv
 
get_lg_regionmax() - Method in class com.sleepycat.db.internal.DbEnv
 
get_lk_conflicts() - Method in class com.sleepycat.db.internal.DbEnv
 
get_lk_detect() - Method in class com.sleepycat.db.internal.DbEnv
 
get_lk_max_lockers() - Method in class com.sleepycat.db.internal.DbEnv
 
get_lk_max_locks() - Method in class com.sleepycat.db.internal.DbEnv
 
get_lk_max_objects() - Method in class com.sleepycat.db.internal.DbEnv
 
get_lorder() - Method in class com.sleepycat.db.internal.Db
 
get_maxsize() - Method in class com.sleepycat.db.internal.DbMpoolFile
 
get_message_stream() - Method in class com.sleepycat.db.internal.Db
 
get_message_stream() - Method in class com.sleepycat.db.internal.DbEnv
 
get_mp_mmapsize() - Method in class com.sleepycat.db.internal.DbEnv
 
get_mpf() - Method in class com.sleepycat.db.internal.Db
 
get_msgcall() - Method in class com.sleepycat.db.internal.Db
 
get_msgcall() - Method in class com.sleepycat.db.internal.DbEnv
 
get_open_flags() - Method in class com.sleepycat.db.internal.Db
 
get_open_flags() - Method in class com.sleepycat.db.internal.DbEnv
 
get_pagesize() - Method in class com.sleepycat.db.internal.Db
 
get_paniccall() - Method in class com.sleepycat.db.internal.Db
 
get_paniccall() - Method in class com.sleepycat.db.internal.DbEnv
 
get_priority() - Method in class com.sleepycat.db.internal.DbMpoolFile
 
get_q_extentsize() - Method in class com.sleepycat.db.internal.Db
 
get_range_max() - Method in class com.sleepycat.db.internal.DbSequence
 
get_range_min() - Method in class com.sleepycat.db.internal.DbSequence
 
get_re_delim() - Method in class com.sleepycat.db.internal.Db
 
get_re_len() - Method in class com.sleepycat.db.internal.Db
 
get_re_pad() - Method in class com.sleepycat.db.internal.Db
 
get_re_source() - Method in class com.sleepycat.db.internal.Db
 
get_rep_limit() - Method in class com.sleepycat.db.internal.DbEnv
 
get_seckey_create() - Method in class com.sleepycat.db.internal.Db
 
get_shm_key() - Method in class com.sleepycat.db.internal.DbEnv
 
get_tas_spins() - Method in class com.sleepycat.db.internal.DbEnv
 
get_timeout(int) - Method in class com.sleepycat.db.internal.DbEnv
 
GET_TIMEOUT - Static variable in class com.sleepycat.db.LockOperation
 
get_tmp_dir() - Method in class com.sleepycat.db.internal.DbEnv
 
get_transactional() - Method in class com.sleepycat.db.internal.Db
 
get_tx_max() - Method in class com.sleepycat.db.internal.DbEnv
 
get_tx_timestamp() - Method in class com.sleepycat.db.internal.DbEnv
 
get_type() - Method in class com.sleepycat.db.internal.Db
 
get_verbose(int) - Method in class com.sleepycat.db.internal.DbEnv
 
get_version_major() - Static method in class com.sleepycat.db.internal.DbEnv
 
get_version_minor() - Static method in class com.sleepycat.db.internal.DbEnv
 
get_version_patch() - Static method in class com.sleepycat.db.internal.DbEnv
 
get_version_string() - Static method in class com.sleepycat.db.internal.DbEnv
 
getAggressive() - Method in class com.sleepycat.db.VerifyConfig
 
getAlloc() - Method in class com.sleepycat.db.CacheStats
 
getAllocBuckets() - Method in class com.sleepycat.db.CacheStats
 
getAllocMaxBuckets() - Method in class com.sleepycat.db.CacheStats
 
getAllocMaxPages() - Method in class com.sleepycat.db.CacheStats
 
getAllocPages() - Method in class com.sleepycat.db.CacheStats
 
getAllowCreate() - Method in class com.sleepycat.db.DatabaseConfig
 
getAllowCreate() - Method in class com.sleepycat.db.EnvironmentConfig
 
getAllowCreate() - Method in class com.sleepycat.db.SequenceConfig
 
getAllowNestedTransactions() - Method in class com.sleepycat.collections.TransactionRunner
Returns whether nested transactions will be created if run() is called when a transaction is already active for the current thread.
getAllowPopulate() - Method in class com.sleepycat.db.SecondaryConfig
 
getArchiveDatabases() - Method in class com.sleepycat.db.Environment
 
getArchiveLogFiles(boolean) - Method in class com.sleepycat.db.Environment
 
getAutoCommitNoSync() - Method in class com.sleepycat.db.SequenceConfig
 
getBaseClass() - Method in class com.sleepycat.bind.serial.SerialBinding
Returns the base class for this binding.
getBFree() - Method in class com.sleepycat.db.HashStats
 
getBigBFree() - Method in class com.sleepycat.db.HashStats
 
getBigPages() - Method in class com.sleepycat.db.HashStats
 
getBtreeComparator() - Method in class com.sleepycat.db.DatabaseConfig
 
getBtreeMinKey() - Method in class com.sleepycat.db.DatabaseConfig
 
getBtreePrefixCalculator() - Method in class com.sleepycat.db.DatabaseConfig
 
getBtreeRecordNumbers(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
getBtreeRecordNumbers() - Method in class com.sleepycat.db.DatabaseConfig
 
getBuckets() - Method in class com.sleepycat.db.HashStats
 
getBufferBytes() - Method in class com.sleepycat.util.FastInputStream
Returns the underlying data being read.
getBufferBytes() - Method in class com.sleepycat.util.FastOutputStream
Returns the buffer owned by this object.
getBufferLength() - Method in class com.sleepycat.util.FastInputStream
Returns the end of the buffer being read.
getBufferLength() - Method in class com.sleepycat.util.FastOutputStream
Returns the length used in the internal buffer, i.e., the offset at which data will be written next.
getBufferOffset() - Method in class com.sleepycat.util.FastInputStream
Returns the offset at which data is being read from the buffer.
getBufferOffset() - Method in class com.sleepycat.util.FastOutputStream
Returns the offset of the internal buffer.
getByteLength(char[]) - Static method in class com.sleepycat.util.UtfOps
Returns the byte length of the UTF string that would be created by converting the given characters to UTF.
getByteLength(char[], int, int) - Static method in class com.sleepycat.util.UtfOps
Returns the byte length of the UTF string that would be created by converting the given characters to UTF.
getByteOrder() - Method in class com.sleepycat.db.DatabaseConfig
 
getBytes() - Method in class com.sleepycat.db.CacheStats
 
getByteSwapped() - Method in class com.sleepycat.db.DatabaseConfig
 
getCacheCount() - Method in class com.sleepycat.db.DatabaseConfig
 
getCacheCount() - Method in class com.sleepycat.db.EnvironmentConfig
 
getCacheFile() - Method in class com.sleepycat.db.Database
 
getCacheFileStats(StatsConfig) - Method in class com.sleepycat.db.Environment
 
getCacheHit() - Method in class com.sleepycat.db.CacheFileStats
 
getCacheHit() - Method in class com.sleepycat.db.CacheStats
 
getCacheMiss() - Method in class com.sleepycat.db.CacheFileStats
 
getCacheMiss() - Method in class com.sleepycat.db.CacheStats
 
getCacheSize() - Method in class com.sleepycat.db.DatabaseConfig
 
getCacheSize() - Method in class com.sleepycat.db.EnvironmentConfig
 
getCacheSize() - Method in class com.sleepycat.db.SequenceConfig
 
getCacheSize() - Method in class com.sleepycat.db.SequenceStats
 
getCacheStats(StatsConfig) - Method in class com.sleepycat.db.Environment
 
getCatalog() - Method in class com.sleepycat.collections.TupleSerialFactory
Returns the class catalog associated with this factory.
getCData() - Method in class com.sleepycat.db.ReplicationStatus
 
getCDBLockAllDatabases() - Method in class com.sleepycat.db.EnvironmentConfig
 
getCharLength(byte[]) - Static method in class com.sleepycat.util.UtfOps
Returns the number of characters represented by the given UTF string.
getCharLength(byte[], int, int) - Static method in class com.sleepycat.util.UtfOps
Returns the number of characters represented by the given UTF string.
getChecksum() - Method in class com.sleepycat.db.DatabaseConfig
 
getClassFormat(byte[]) - Method in interface com.sleepycat.bind.serial.ClassCatalog
Return the ObjectStreamClass for the given class ID.
getClassFormat(byte[]) - Method in class com.sleepycat.bind.serial.StoredClassCatalog
 
getClassID(ObjectStreamClass) - Method in interface com.sleepycat.bind.serial.ClassCatalog
Return the class ID for the current version of the given class description.
getClassID(ObjectStreamClass) - Method in class com.sleepycat.bind.serial.StoredClassCatalog
 
getClear() - Method in class com.sleepycat.db.StatsConfig
 
getCollection() - Method in class com.sleepycat.collections.StoredIterator
Returns the collection associated with this iterator.
getConfig() - Method in class com.sleepycat.db.Cursor
 
getConfig() - Method in class com.sleepycat.db.Database
 
getConfig() - Method in class com.sleepycat.db.Environment
 
getConfig() - Method in class com.sleepycat.db.JoinCursor
 
getConfig() - Method in class com.sleepycat.db.SecondaryDatabase
 
getCPtr(Db) - Static method in class com.sleepycat.db.internal.Db
 
getCPtr(Dbc) - Static method in class com.sleepycat.db.internal.Dbc
 
getCPtr(DbEnv) - Static method in class com.sleepycat.db.internal.DbEnv
 
getCPtr(DbLock) - Static method in class com.sleepycat.db.internal.DbLock
 
getCPtr(DbLogc) - Static method in class com.sleepycat.db.internal.DbLogc
 
getCPtr(DbMpoolFile) - Static method in class com.sleepycat.db.internal.DbMpoolFile
 
getCPtr(DbSequence) - Static method in class com.sleepycat.db.internal.DbSequence
 
getCPtr(DbTxn) - Static method in class com.sleepycat.db.internal.DbTxn
 
getCurFile() - Method in class com.sleepycat.db.LogStats
 
getCurMaxId() - Method in class com.sleepycat.db.LockStats
 
getCurOffset() - Method in class com.sleepycat.db.LogStats
 
getCurRecno() - Method in class com.sleepycat.db.QueueStats
 
getCurrent(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getCurrent(LogSequenceNumber, DatabaseEntry) - Method in class com.sleepycat.db.LogCursor
 
getCurrent(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getCurrent() - Method in class com.sleepycat.db.SequenceStats
 
getCurrentRecordNumber(Cursor, DatabaseEntry, LockMode) - Static method in class com.sleepycat.compat.DbCompat
 
getData() - Method in class com.sleepycat.db.DatabaseEntry
 
getDatabase() - Method in class com.sleepycat.db.Cursor
 
getDatabase() - Method in class com.sleepycat.db.JoinCursor
 
getDatabase() - Method in class com.sleepycat.db.Sequence
 
getDatabaseEntry() - Method in exception com.sleepycat.db.MemoryException
 
getDatabaseFile(Database) - Static method in class com.sleepycat.compat.DbCompat
 
getDatabaseFile() - Method in class com.sleepycat.db.Database
 
getDatabaseName() - Method in class com.sleepycat.db.Database
 
getDataDirs() - Method in class com.sleepycat.db.EnvironmentConfig
 
getDecrement() - Method in class com.sleepycat.db.SequenceConfig
 
getDegree2() - Method in class com.sleepycat.db.CursorConfig
 
getDegree2() - Method in class com.sleepycat.db.TransactionConfig
 
getDetail() - Method in interface com.sleepycat.util.ExceptionWrapper
Returns the nested exception or null if none is present.
getDetail() - Method in exception com.sleepycat.util.IOExceptionWrapper
 
getDetail() - Method in exception com.sleepycat.util.RuntimeExceptionWrapper
 
getDirectDatabaseIO() - Method in class com.sleepycat.db.EnvironmentConfig
 
getDirectLogIO() - Method in class com.sleepycat.db.EnvironmentConfig
 
getDirtyRead(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
getDirtyRead() - Method in class com.sleepycat.db.CursorConfig
 
getDirtyRead() - Method in class com.sleepycat.db.DatabaseConfig
 
getDirtyRead() - Method in class com.sleepycat.db.TransactionConfig
 
getDiskFile() - Method in class com.sleepycat.db.LogStats
 
getDiskOffset() - Method in class com.sleepycat.db.LogStats
 
getDsyncLog() - Method in class com.sleepycat.db.EnvironmentConfig
 
getDup() - Method in class com.sleepycat.db.HashStats
 
getDupFree() - Method in class com.sleepycat.db.HashStats
 
getDuplicateComparator() - Method in class com.sleepycat.db.DatabaseConfig
 
getDupmasters() - Method in class com.sleepycat.db.ReplicationStats
 
getDupPages() - Method in class com.sleepycat.db.BtreeStats
 
getDupPagesFree() - Method in class com.sleepycat.db.BtreeStats
 
getEgen() - Method in class com.sleepycat.db.ReplicationStats
 
getElectionCurWinner() - Method in class com.sleepycat.db.ReplicationStats
 
getElectionGen() - Method in class com.sleepycat.db.ReplicationStats
 
getElectionLsn() - Method in class com.sleepycat.db.ReplicationStats
 
getElectionNumSites() - Method in class com.sleepycat.db.ReplicationStats
 
getElectionNumVotes() - Method in class com.sleepycat.db.ReplicationStats
 
getElectionPriority() - Method in class com.sleepycat.db.ReplicationStats
 
getElections() - Method in class com.sleepycat.db.ReplicationStats
 
getElectionStatus() - Method in class com.sleepycat.db.ReplicationStats
 
getElectionsWon() - Method in class com.sleepycat.db.ReplicationStats
 
getElectionTiebreaker() - Method in class com.sleepycat.db.ReplicationStats
 
getElectionVotes() - Method in class com.sleepycat.db.ReplicationStats
 
getEmptyPages() - Method in class com.sleepycat.db.BtreeStats
 
getEncrypted() - Method in class com.sleepycat.db.DatabaseConfig
 
getEncrypted() - Method in class com.sleepycat.db.EnvironmentConfig
 
getEnvId() - Method in class com.sleepycat.db.ReplicationStats
 
getEnvID() - Method in class com.sleepycat.db.ReplicationStatus
 
getEnvironment() - Method in class com.sleepycat.collections.CurrentTransaction
Returns the underlying Berkeley DB environment.
getEnvironment() - Method in class com.sleepycat.db.Database
 
getEnvironment() - Method in exception com.sleepycat.db.DatabaseException
 
getEnvPriority() - Method in class com.sleepycat.db.ReplicationStats
 
getErrno() - Method in exception com.sleepycat.db.DatabaseException
 
getErrorHandler() - Method in class com.sleepycat.db.DatabaseConfig
 
getErrorHandler() - Method in class com.sleepycat.db.EnvironmentConfig
 
getErrorPrefix() - Method in class com.sleepycat.db.DatabaseConfig
 
getErrorPrefix() - Method in class com.sleepycat.db.EnvironmentConfig
 
getErrorStream() - Method in class com.sleepycat.db.DatabaseConfig
 
getErrorStream() - Method in class com.sleepycat.db.EnvironmentConfig
 
getExclusiveCreate() - Method in class com.sleepycat.db.DatabaseConfig
 
getExclusiveCreate() - Method in class com.sleepycat.db.SequenceConfig
 
getExtentSize() - Method in class com.sleepycat.db.QueueStats
 
getFast() - Method in class com.sleepycat.db.StatsConfig
 
getFeedbackHandler() - Method in class com.sleepycat.db.DatabaseConfig
 
getFeedbackHandler() - Method in class com.sleepycat.db.EnvironmentConfig
 
getFfactor() - Method in class com.sleepycat.db.HashStats
 
getFile() - Method in class com.sleepycat.db.LogSequenceNumber
 
getFileName() - Method in class com.sleepycat.db.CacheFileStats
 
getFirst(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getFirst(LogSequenceNumber, DatabaseEntry) - Method in class com.sleepycat.db.LogCursor
 
getFirst(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getFirstRecno() - Method in class com.sleepycat.db.QueueStats
 
getFlags() - Method in class com.sleepycat.db.SequenceStats
 
getForce() - Method in class com.sleepycat.db.CheckpointConfig
 
getFree() - Method in class com.sleepycat.db.BtreeStats
 
getFree() - Method in class com.sleepycat.db.HashStats
 
getGbytes() - Method in class com.sleepycat.db.CacheStats
 
getGen() - Method in class com.sleepycat.db.ReplicationStats
 
getGID() - Method in class com.sleepycat.db.PreparedTransaction
 
getHashBuckets() - Method in class com.sleepycat.db.CacheStats
 
getHasher() - Method in class com.sleepycat.db.DatabaseConfig
 
getHashExamined() - Method in class com.sleepycat.db.CacheStats
 
getHashFillFactor() - Method in class com.sleepycat.db.DatabaseConfig
 
getHashLongest() - Method in class com.sleepycat.db.CacheStats
 
getHashMaxWait() - Method in class com.sleepycat.db.CacheStats
 
getHashNowait() - Method in class com.sleepycat.db.CacheStats
 
getHashNumElements() - Method in class com.sleepycat.db.DatabaseConfig
 
getHashSearches() - Method in class com.sleepycat.db.CacheStats
 
getHashWait() - Method in class com.sleepycat.db.CacheStats
 
getHome() - Method in class com.sleepycat.db.Environment
 
getId() - Method in class com.sleepycat.db.LockStats
 
getId() - Method in class com.sleepycat.db.Transaction
 
getIndex() - Method in exception com.sleepycat.db.LockNotGrantedException
 
getInitializeCache() - Method in class com.sleepycat.db.EnvironmentConfig
 
getInitializeCDB(EnvironmentConfig) - Static method in class com.sleepycat.compat.DbCompat
 
getInitializeCDB() - Method in class com.sleepycat.db.EnvironmentConfig
 
getInitializeLocking(EnvironmentConfig) - Static method in class com.sleepycat.compat.DbCompat
 
getInitializeLocking() - Method in class com.sleepycat.db.EnvironmentConfig
 
getInitializeLogging() - Method in class com.sleepycat.db.EnvironmentConfig
 
getInitializeRegions() - Method in class com.sleepycat.db.EnvironmentConfig
 
getInitializeReplication() - Method in class com.sleepycat.db.EnvironmentConfig
 
getInitialValue() - Method in class com.sleepycat.db.SequenceConfig
 
getInstance(Environment) - Static method in class com.sleepycat.collections.CurrentTransaction
Gets the CurrentTransaction accessor for a specified Berkeley DB environment.
getIntPages() - Method in class com.sleepycat.db.BtreeStats
 
getIntPagesFree() - Method in class com.sleepycat.db.BtreeStats
 
getJoinEnvironment() - Method in class com.sleepycat.db.EnvironmentConfig
 
getKBytes() - Method in class com.sleepycat.db.CheckpointConfig
 
getKey() - Method in class com.sleepycat.collections.MapEntryParameter
Returns the key of this entry.
getKey() - Method in class com.sleepycat.db.Sequence
 
getKeyCreator(Class, String) - Method in class com.sleepycat.collections.TupleSerialFactory
Creates a SecondaryKeyCreator object for use in configuring a SecondaryDatabase.
getKeyCreator() - Method in class com.sleepycat.db.SecondaryConfig
 
getKeyRange(Transaction, DatabaseEntry) - Method in class com.sleepycat.db.Database
 
getLast(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getLast(LogSequenceNumber, DatabaseEntry) - Method in class com.sleepycat.db.LogCursor
 
getLast(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getLastCkp() - Method in class com.sleepycat.db.TransactionStats
 
getLastTxnId() - Method in class com.sleepycat.db.TransactionStats
 
getLastValue() - Method in class com.sleepycat.db.SequenceStats
 
getLeafPages() - Method in class com.sleepycat.db.BtreeStats
 
getLeafPagesFree() - Method in class com.sleepycat.db.BtreeStats
 
getLevels() - Method in class com.sleepycat.db.BtreeStats
 
getLgBSize() - Method in class com.sleepycat.db.LogStats
 
getLgSize() - Method in class com.sleepycat.db.LogStats
 
getLock(int, boolean, DatabaseEntry, LockRequestMode) - Method in class com.sleepycat.db.Environment
 
getLock() - Method in exception com.sleepycat.db.LockNotGrantedException
 
getLock() - Method in class com.sleepycat.db.LockRequest
 
getLockConflicts() - Method in class com.sleepycat.db.EnvironmentConfig
 
getLockDetectMode() - Method in class com.sleepycat.db.EnvironmentConfig
 
getLockDown() - Method in class com.sleepycat.db.EnvironmentConfig
 
getLockStats(StatsConfig) - Method in class com.sleepycat.db.Environment
 
getLockTimeout() - Method in class com.sleepycat.db.EnvironmentConfig
 
getLockTimeout() - Method in class com.sleepycat.db.LockStats
 
getLogAutoRemove() - Method in class com.sleepycat.db.EnvironmentConfig
 
getLogBufferSize() - Method in class com.sleepycat.db.EnvironmentConfig
 
getLogDirectory() - Method in class com.sleepycat.db.EnvironmentConfig
 
getLogDuplicated() - Method in class com.sleepycat.db.ReplicationStats
 
getLogFileName(LogSequenceNumber) - Method in class com.sleepycat.db.Environment
 
getLogInMemory() - Method in class com.sleepycat.db.EnvironmentConfig
 
getLogQueued() - Method in class com.sleepycat.db.ReplicationStats
 
getLogQueuedMax() - Method in class com.sleepycat.db.ReplicationStats
 
getLogQueuedTotal() - Method in class com.sleepycat.db.ReplicationStats
 
getLogRecordHandler() - Method in class com.sleepycat.db.EnvironmentConfig
 
getLogRecords() - Method in class com.sleepycat.db.ReplicationStats
 
getLogRegionSize() - Method in class com.sleepycat.db.EnvironmentConfig
 
getLogRequested() - Method in class com.sleepycat.db.ReplicationStats
 
getLogStats(StatsConfig) - Method in class com.sleepycat.db.Environment
 
getLSN() - Method in class com.sleepycat.db.ReplicationStatus
 
getLsn() - Method in class com.sleepycat.db.TransactionStats.Active
 
getMagic() - Method in class com.sleepycat.db.BtreeStats
 
getMagic() - Method in class com.sleepycat.db.HashStats
 
getMagic() - Method in class com.sleepycat.db.LogStats
 
getMagic() - Method in class com.sleepycat.db.QueueStats
 
getMap() - Method in class com.sleepycat.db.CacheFileStats
 
getMap() - Method in class com.sleepycat.db.CacheStats
 
getMaster() - Method in class com.sleepycat.db.ReplicationStats
 
getMasterChanges() - Method in class com.sleepycat.db.ReplicationStats
 
getMax() - Method in class com.sleepycat.db.SequenceStats
 
getMaxCommitperflush() - Method in class com.sleepycat.db.LogStats
 
getMaximumSize() - Method in class com.sleepycat.db.CacheFile
 
getMaxKey() - Method in class com.sleepycat.db.BtreeStats
 
getMaxLockers() - Method in class com.sleepycat.db.EnvironmentConfig
 
getMaxLockers() - Method in class com.sleepycat.db.LockStats
 
getMaxLockObjects() - Method in class com.sleepycat.db.EnvironmentConfig
 
getMaxLocks() - Method in class com.sleepycat.db.EnvironmentConfig
 
getMaxLocks() - Method in class com.sleepycat.db.LockStats
 
getMaxLogFileSize() - Method in class com.sleepycat.db.EnvironmentConfig
 
getMaxNactive() - Method in class com.sleepycat.db.TransactionStats
 
getMaxNlockers() - Method in class com.sleepycat.db.LockStats
 
getMaxNlocks() - Method in class com.sleepycat.db.LockStats
 
getMaxNobjects() - Method in class com.sleepycat.db.LockStats
 
getMaxObjects() - Method in class com.sleepycat.db.LockStats
 
getMaxOpenfd() - Method in class com.sleepycat.db.CacheStats
 
getMaxRetries() - Method in class com.sleepycat.collections.TransactionRunner
Returns the maximum number of retries that will be performed when deadlocks are detected.
getMaxTxns() - Method in class com.sleepycat.db.TransactionStats
 
getMaxWrite() - Method in class com.sleepycat.db.CacheStats
 
getMaxWriteSleep() - Method in class com.sleepycat.db.CacheStats
 
getMessageHandler() - Method in class com.sleepycat.db.DatabaseConfig
 
getMessageHandler() - Method in class com.sleepycat.db.EnvironmentConfig
 
getMessageStream() - Method in class com.sleepycat.db.DatabaseConfig
 
getMessageStream() - Method in class com.sleepycat.db.EnvironmentConfig
 
getMetaFlags() - Method in class com.sleepycat.db.BtreeStats
 
getMetaFlags() - Method in class com.sleepycat.db.HashStats
 
getMetaFlags() - Method in class com.sleepycat.db.QueueStats
 
getMin() - Method in class com.sleepycat.db.SequenceStats
 
getMinCommitperflush() - Method in class com.sleepycat.db.LogStats
 
getMinKey() - Method in class com.sleepycat.db.BtreeStats
 
getMinutes() - Method in class com.sleepycat.db.CheckpointConfig
 
getMmapSize() - Method in class com.sleepycat.db.CacheStats
 
getMMapSize() - Method in class com.sleepycat.db.EnvironmentConfig
 
getMode() - Method in class com.sleepycat.db.DatabaseConfig
 
getMode() - Method in class com.sleepycat.db.EnvironmentConfig
 
getMode() - Method in exception com.sleepycat.db.LockNotGrantedException
 
getMode() - Method in class com.sleepycat.db.LockRequest
 
getMode() - Method in class com.sleepycat.db.LogStats
 
getMsgsBadgen() - Method in class com.sleepycat.db.ReplicationStats
 
getMsgsProcessed() - Method in class com.sleepycat.db.ReplicationStats
 
getMsgsRecover() - Method in class com.sleepycat.db.ReplicationStats
 
getMsgsSendFailures() - Method in class com.sleepycat.db.ReplicationStats
 
getMsgsSent() - Method in class com.sleepycat.db.ReplicationStats
 
getNaborts() - Method in class com.sleepycat.db.TransactionStats
 
getNactive() - Method in class com.sleepycat.db.TransactionStats
 
getNewsites() - Method in class com.sleepycat.db.ReplicationStats
 
getNext(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getNext(DatabaseEntry, LockMode) - Method in class com.sleepycat.db.JoinCursor
 
getNext(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.JoinCursor
 
getNext(LogSequenceNumber, DatabaseEntry) - Method in class com.sleepycat.db.LogCursor
 
getNext(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getNextDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getNextDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getNextLsn() - Method in class com.sleepycat.db.ReplicationStats
 
getNextNoDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getNextNoDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getNextPages() - Method in class com.sleepycat.db.ReplicationStats
 
getNobjects() - Method in class com.sleepycat.db.LockStats
 
getNoFile() - Method in class com.sleepycat.db.CacheFile
 
getNoLocking() - Method in class com.sleepycat.db.EnvironmentConfig
 
getNoMMap() - Method in class com.sleepycat.db.DatabaseConfig
 
getNoMMap() - Method in class com.sleepycat.db.EnvironmentConfig
 
getNoOrderCheck() - Method in class com.sleepycat.db.VerifyConfig
 
getNoPanic() - Method in class com.sleepycat.db.EnvironmentConfig
 
getNoSort() - Method in class com.sleepycat.db.JoinConfig
 
getNoSync() - Method in class com.sleepycat.db.TransactionConfig
 
getNowait() - Method in class com.sleepycat.db.SequenceStats
 
getNoWait() - Method in class com.sleepycat.db.TransactionConfig
 
getNumBegins() - Method in class com.sleepycat.db.TransactionStats
 
getNumCache() - Method in class com.sleepycat.db.CacheStats
 
getNumCommits() - Method in class com.sleepycat.db.TransactionStats
 
getNumConflicts() - Method in class com.sleepycat.db.LockStats
 
getNumData() - Method in class com.sleepycat.db.BtreeStats
 
getNumData() - Method in class com.sleepycat.db.HashStats
 
getNumData() - Method in class com.sleepycat.db.QueueStats
 
getNumDeadlocks() - Method in class com.sleepycat.db.LockStats
 
getNumKeys() - Method in class com.sleepycat.db.BtreeStats
 
getNumKeys() - Method in class com.sleepycat.db.HashStats
 
getNumKeys() - Method in class com.sleepycat.db.QueueStats
 
getNumLockers() - Method in class com.sleepycat.db.LockStats
 
getNumLocks() - Method in class com.sleepycat.db.LockStats
 
getNumLockTimeouts() - Method in class com.sleepycat.db.LockStats
 
getNumModes() - Method in class com.sleepycat.db.LockStats
 
getNumNowaits() - Method in class com.sleepycat.db.LockStats
 
getNumReleases() - Method in class com.sleepycat.db.LockStats
 
getNumRequests() - Method in class com.sleepycat.db.LockStats
 
getNumRestores() - Method in class com.sleepycat.db.TransactionStats
 
getNumSites() - Method in class com.sleepycat.db.ReplicationStats
 
getNumThrottles() - Method in class com.sleepycat.db.ReplicationStats
 
getNumTxnTimeouts() - Method in class com.sleepycat.db.LockStats
 
getObj() - Method in exception com.sleepycat.db.LockNotGrantedException
 
getObj() - Method in class com.sleepycat.db.LockRequest
 
getOffset() - Method in class com.sleepycat.db.DatabaseEntry
 
getOffset() - Method in class com.sleepycat.db.LogSequenceNumber
 
getOp() - Method in exception com.sleepycat.db.LockNotGrantedException
 
getOp() - Method in class com.sleepycat.db.LockRequest
 
getOrderCheckOnly() - Method in class com.sleepycat.db.VerifyConfig
 
getOutdated() - Method in class com.sleepycat.db.ReplicationStats
 
getOverflows() - Method in class com.sleepycat.db.HashStats
 
getOverPages() - Method in class com.sleepycat.db.BtreeStats
 
getOverPagesFree() - Method in class com.sleepycat.db.BtreeStats
 
getOverwrite() - Method in class com.sleepycat.db.EnvironmentConfig
 
getOvflFree() - Method in class com.sleepycat.db.HashStats
 
getPageClean() - Method in class com.sleepycat.db.CacheStats
 
getPageCreate() - Method in class com.sleepycat.db.CacheFileStats
 
getPageCreate() - Method in class com.sleepycat.db.CacheStats
 
getPageDirty() - Method in class com.sleepycat.db.CacheStats
 
getPageIn() - Method in class com.sleepycat.db.CacheFileStats
 
getPageIn() - Method in class com.sleepycat.db.CacheStats
 
getPageOut() - Method in class com.sleepycat.db.CacheFileStats
 
getPageOut() - Method in class com.sleepycat.db.CacheStats
 
getPages() - Method in class com.sleepycat.db.CacheStats
 
getPages() - Method in class com.sleepycat.db.QueueStats
 
getPagesDuplicated() - Method in class com.sleepycat.db.ReplicationStats
 
getPagesFree() - Method in class com.sleepycat.db.QueueStats
 
getPageSize() - Method in class com.sleepycat.db.BtreeStats
 
getPageSize() - Method in class com.sleepycat.db.CacheFileStats
 
getPageSize() - Method in class com.sleepycat.db.DatabaseConfig
 
getPageSize() - Method in class com.sleepycat.db.HashStats
 
getPageSize() - Method in class com.sleepycat.db.QueueStats
 
getPagesRecords() - Method in class com.sleepycat.db.ReplicationStats
 
getPagesRequested() - Method in class com.sleepycat.db.ReplicationStats
 
getPageTrickle() - Method in class com.sleepycat.db.CacheStats
 
getPanicHandler() - Method in class com.sleepycat.db.DatabaseConfig
 
getPanicHandler() - Method in class com.sleepycat.db.EnvironmentConfig
 
getParentId() - Method in class com.sleepycat.db.TransactionStats.Active
 
getPartial() - Method in class com.sleepycat.db.DatabaseEntry
 
getPartialLength() - Method in class com.sleepycat.db.DatabaseEntry
 
getPartialOffset() - Method in class com.sleepycat.db.DatabaseEntry
 
getPrev(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getPrev(LogSequenceNumber, DatabaseEntry) - Method in class com.sleepycat.db.LogCursor
 
getPrev(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getPrevDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getPrevDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getPrevNoDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getPrevNoDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getPrimaryDatabase() - Method in class com.sleepycat.db.SecondaryDatabase
 
getPrimitiveBinding(Class) - Static method in class com.sleepycat.bind.tuple.TupleBinding
Creates a tuple binding for a primitive Java class.
getPrintable() - Method in class com.sleepycat.db.VerifyConfig
 
getPriority() - Method in class com.sleepycat.db.CacheFile
 
getPrivate() - Method in class com.sleepycat.db.EnvironmentConfig
 
getQueueExtentSize() - Method in class com.sleepycat.db.DatabaseConfig
 
getQueueInOrder() - Method in class com.sleepycat.db.DatabaseConfig
 
getRangeMax() - Method in class com.sleepycat.db.SequenceConfig
 
getRangeMin() - Method in class com.sleepycat.db.SequenceConfig
 
getReadOnly() - Method in class com.sleepycat.db.DatabaseConfig
 
getReadOnly() - Method in class com.sleepycat.db.EnvironmentConfig
 
getRecordDelimiter() - Method in class com.sleepycat.db.DatabaseConfig
 
getRecordLength() - Method in class com.sleepycat.db.DatabaseConfig
 
getRecordNumber(DatabaseEntry) - Static method in class com.sleepycat.compat.DbCompat
 
getRecordNumber(DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getRecordNumber() - Method in class com.sleepycat.db.DatabaseEntry
 
getRecordNumber(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getRecordNumberAppender() - Method in class com.sleepycat.db.DatabaseConfig
 
getRecordPad() - Method in class com.sleepycat.db.DatabaseConfig
 
getRecordSource() - Method in class com.sleepycat.db.DatabaseConfig
 
getRegionNowait() - Method in class com.sleepycat.db.CacheStats
 
getRegionNowait() - Method in class com.sleepycat.db.LockStats
 
getRegionNowait() - Method in class com.sleepycat.db.LogStats
 
getRegionNowait() - Method in class com.sleepycat.db.TransactionStats
 
getRegionWait() - Method in class com.sleepycat.db.CacheStats
 
getRegionWait() - Method in class com.sleepycat.db.LockStats
 
getRegionWait() - Method in class com.sleepycat.db.LogStats
 
getRegionWait() - Method in class com.sleepycat.db.TransactionStats
 
getRegSize() - Method in class com.sleepycat.db.CacheStats
 
getRegSize() - Method in class com.sleepycat.db.LockStats
 
getRegSize() - Method in class com.sleepycat.db.LogStats
 
getRegSize() - Method in class com.sleepycat.db.TransactionStats
 
getReLen() - Method in class com.sleepycat.db.BtreeStats
 
getReLen() - Method in class com.sleepycat.db.QueueStats
 
getRenumbering(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
getRenumbering() - Method in class com.sleepycat.db.DatabaseConfig
 
getRePad() - Method in class com.sleepycat.db.BtreeStats
 
getRePad() - Method in class com.sleepycat.db.QueueStats
 
getReplicationLimit() - Method in class com.sleepycat.db.EnvironmentConfig
 
getReplicationStats(StatsConfig) - Method in class com.sleepycat.db.Environment
 
getReplicationTransport() - Method in class com.sleepycat.db.EnvironmentConfig
 
getReuseBuffer() - Method in class com.sleepycat.db.DatabaseEntry
 
getReverseSplitOff() - Method in class com.sleepycat.db.DatabaseConfig
 
getRoEvict() - Method in class com.sleepycat.db.CacheStats
 
getRunFatalRecovery() - Method in class com.sleepycat.db.EnvironmentConfig
 
getRunRecovery() - Method in class com.sleepycat.db.EnvironmentConfig
 
getRwEvict() - Method in class com.sleepycat.db.CacheStats
 
getSalvage() - Method in class com.sleepycat.db.VerifyConfig
 
getSCount() - Method in class com.sleepycat.db.LogStats
 
getSearchBoth(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getSearchBoth(Transaction, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Database
 
getSearchBoth(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getSearchBoth(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryDatabase
 
getSearchBothRange(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getSearchBothRange(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getSearchKey(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getSearchKey(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getSearchKeyRange(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getSearchKeyRange(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getSearchRecordNumber(Cursor, DatabaseEntry, DatabaseEntry, LockMode) - Static method in class com.sleepycat.compat.DbCompat
 
getSearchRecordNumber(SecondaryCursor, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Static method in class com.sleepycat.compat.DbCompat
 
getSearchRecordNumber(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
 
getSearchRecordNumber(Transaction, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Database
 
getSearchRecordNumber(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
 
getSearchRecordNumber(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryDatabase
 
getSecondaryConfig() - Method in class com.sleepycat.db.SecondaryDatabase
 
getSecondaryDatabase() - Method in class com.sleepycat.db.SecondaryCursor
 
getSegmentId() - Method in class com.sleepycat.db.EnvironmentConfig
 
getSize() - Method in class com.sleepycat.db.DatabaseEntry
 
getSnapshot() - Method in class com.sleepycat.db.DatabaseConfig
 
getSortedDuplicates(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
getSortedDuplicates() - Method in class com.sleepycat.db.DatabaseConfig
 
getStartupComplete() - Method in class com.sleepycat.db.ReplicationStats
 
getStats(Transaction, StatsConfig) - Method in class com.sleepycat.db.Database
 
getStats(StatsConfig) - Method in class com.sleepycat.db.Sequence
 
getStatus() - Method in class com.sleepycat.db.ReplicationStats
 
getStreamHeader() - Static method in class com.sleepycat.bind.serial.SerialOutput
Returns the fixed stream header used for all serialized streams in PROTOCOL_VERSION_2 format.
getSync() - Method in class com.sleepycat.db.TransactionConfig
 
getSystemMemory() - Method in class com.sleepycat.db.EnvironmentConfig
 
getTemporaryDirectory() - Method in class com.sleepycat.db.EnvironmentConfig
 
getTestAndSetSpins() - Method in class com.sleepycat.db.EnvironmentConfig
 
getThreaded() - Method in class com.sleepycat.db.EnvironmentConfig
 
getTimeCkp() - Method in class com.sleepycat.db.TransactionStats
 
getTimeout() - Method in class com.sleepycat.db.LockRequest
 
getTransaction() - Method in class com.sleepycat.collections.CurrentTransaction
Returns the transaction associated with the current thread for this environment, or null if no transaction is active.
getTransaction() - Method in class com.sleepycat.db.PreparedTransaction
 
getTransactional() - Method in class com.sleepycat.db.DatabaseConfig
 
getTransactional() - Method in class com.sleepycat.db.EnvironmentConfig
 
getTransactionConfig() - Method in class com.sleepycat.collections.TransactionRunner
Returns the transaction configuration used for calling Environment.beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.TransactionConfig).
getTransactionNotDurable() - Method in class com.sleepycat.db.DatabaseConfig
 
getTransactionStats(StatsConfig) - Method in class com.sleepycat.db.Environment
 
getTruncate() - Method in class com.sleepycat.db.DatabaseConfig
 
getTxnarray() - Method in class com.sleepycat.db.TransactionStats
 
getTxnId() - Method in class com.sleepycat.db.TransactionStats.Active
 
getTxnMaxActive() - Method in class com.sleepycat.db.EnvironmentConfig
 
getTxnNoSync() - Method in class com.sleepycat.db.EnvironmentConfig
 
getTxnNotDurable() - Method in class com.sleepycat.db.EnvironmentConfig
 
getTxnsApplied() - Method in class com.sleepycat.db.ReplicationStats
 
getTxnTimeout() - Method in class com.sleepycat.db.EnvironmentConfig
 
getTxnTimeout() - Method in class com.sleepycat.db.LockStats
 
getTxnTimestamp() - Method in class com.sleepycat.db.EnvironmentConfig
 
getTxnWriteNoSync() - Method in class com.sleepycat.db.EnvironmentConfig
 
getType() - Method in class com.sleepycat.db.DatabaseConfig
 
getUnlink() - Method in class com.sleepycat.db.CacheFile
 
getUnsortedDuplicates(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
getUnsortedDuplicates() - Method in class com.sleepycat.db.DatabaseConfig
 
getUseEnvironment() - Method in class com.sleepycat.db.EnvironmentConfig
 
getUseEnvironmentRoot() - Method in class com.sleepycat.db.EnvironmentConfig
 
getUserBuffer() - Method in class com.sleepycat.db.DatabaseEntry
 
getUserBufferLength() - Method in class com.sleepycat.db.DatabaseEntry
 
getValue() - Method in class com.sleepycat.collections.MapEntryParameter
Returns the value of this entry.
getValue() - Method in class com.sleepycat.db.SequenceStats
 
getVerboseDeadlock() - Method in class com.sleepycat.db.EnvironmentConfig
 
getVerboseRecovery() - Method in class com.sleepycat.db.EnvironmentConfig
 
getVerboseReplication() - Method in class com.sleepycat.db.EnvironmentConfig
 
getVerboseWaitsFor() - Method in class com.sleepycat.db.EnvironmentConfig
 
getVersion() - Method in class com.sleepycat.db.BtreeStats
 
getVersion() - Method in class com.sleepycat.db.HashStats
 
getVersion() - Method in class com.sleepycat.db.LogStats
 
getVersion() - Method in class com.sleepycat.db.QueueStats
 
getVersionMajor() - Static method in class com.sleepycat.db.Environment
 
getVersionMinor() - Static method in class com.sleepycat.db.Environment
 
getVersionPatch() - Static method in class com.sleepycat.db.Environment
 
getVersionString() - Static method in class com.sleepycat.db.Environment
 
getWait() - Method in class com.sleepycat.db.SequenceStats
 
getWaitingLsn() - Method in class com.sleepycat.db.ReplicationStats
 
getWaitingPages() - Method in class com.sleepycat.db.ReplicationStats
 
getWBytes() - Method in class com.sleepycat.db.LogStats
 
getWcBytes() - Method in class com.sleepycat.db.LogStats
 
getWcMbytes() - Method in class com.sleepycat.db.LogStats
 
getWCount() - Method in class com.sleepycat.db.LogStats
 
getWCountFill() - Method in class com.sleepycat.db.LogStats
 
getWMbytes() - Method in class com.sleepycat.db.LogStats
 
getWrap() - Method in class com.sleepycat.db.SequenceConfig
 
getWriteCursor() - Method in class com.sleepycat.db.CursorConfig
 
getXACreate() - Method in class com.sleepycat.db.DatabaseConfig
 
getXaStatus() - Method in class com.sleepycat.db.TransactionStats.Active
 
getXId() - Method in class com.sleepycat.db.TransactionStats.Active
 
getYieldCPU() - Method in class com.sleepycat.db.EnvironmentConfig
 
getZeroTerminatedByteLength(byte[], int) - Static method in class com.sleepycat.util.UtfOps
Returns the byte length of a null terminated UTF string, not including the terminator.
greater - Variable in class com.sleepycat.db.KeyRange
 

H

handleLogRecord(Environment, DatabaseEntry, LogSequenceNumber, RecoveryOperation) - Method in interface com.sleepycat.db.LogRecordHandler
 
HASH - Static variable in class com.sleepycat.db.DatabaseType
 
hash(Database, byte[], int) - Method in interface com.sleepycat.db.Hasher
 
HASH_METHOD - Static variable in class com.sleepycat.compat.DbCompat
 
hashCode() - Method in class com.sleepycat.collections.MapEntryParameter
Computes a hash code as specified by Map.Entry.hashCode().
hashCode() - Method in class com.sleepycat.collections.StoredCollection
 
hashCode() - Method in class com.sleepycat.collections.StoredList
 
hashCode() - Method in class com.sleepycat.collections.StoredMap
 
hashCode() - Method in class com.sleepycat.db.internal.DbTxn
 
Hasher - Interface in com.sleepycat.db
 
HashStats - Class in com.sleepycat.db
 
HashStats() - Constructor for class com.sleepycat.db.HashStats
 
hasNext() - Method in class com.sleepycat.collections.StoredIterator
Returns true if this iterator has more elements when traversing in the forward direction.
hasPrevious() - Method in class com.sleepycat.collections.StoredIterator
Returns true if this iterator has more elements when traversing in the reverse direction.
headMap(Object) - Method in class com.sleepycat.collections.StoredSortedMap
Returns a view of the portion of this sorted set whose keys are strictly less than toKey.
headMap(Object, boolean) - Method in class com.sleepycat.collections.StoredSortedMap
Returns a view of the portion of this sorted map whose elements are strictly less than toKey, optionally including toKey.
headSet(Object) - Method in class com.sleepycat.collections.StoredSortedEntrySet
Returns a view of the portion of this sorted set whose elements are strictly less than toMapEntry.
headSet(Object, boolean) - Method in class com.sleepycat.collections.StoredSortedEntrySet
Returns a view of the portion of this sorted set whose elements are strictly less than toMapEntry, optionally including toMapEntry.
headSet(Object) - Method in class com.sleepycat.collections.StoredSortedKeySet
Returns a view of the portion of this sorted set whose elements are strictly less than toKey.
headSet(Object, boolean) - Method in class com.sleepycat.collections.StoredSortedKeySet
Returns a view of the portion of this sorted set whose elements are strictly less than toKey, optionally including toKey.
headSet(Object) - Method in class com.sleepycat.collections.StoredSortedValueSet
Returns a view of the portion of this sorted set whose elements are strictly less than toValue.
headSet(Object, boolean) - Method in class com.sleepycat.collections.StoredSortedValueSet
Returns a view of the portion of this sorted set whose elements are strictly less than toValue, optionally including toValue.
HIGH - Static variable in class com.sleepycat.db.CacheFilePriority
 

I

id() - Method in class com.sleepycat.db.internal.DbTxn
 
indexKeyBinding - Variable in class com.sleepycat.bind.serial.SerialSerialKeyCreator
 
indexOf(Object) - Method in class com.sleepycat.collections.StoredList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
initial_value(long) - Method in class com.sleepycat.db.internal.DbSequence
 
inputToEntry(TupleInput, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.TupleBinding
Utility method to set the data in a entry buffer to the data in a tuple input object.
INSERTION_ORDERED_DUPLICATES - Static variable in class com.sleepycat.compat.DbCompat
 
int2array(int, byte[], int) - Static method in class com.sleepycat.db.internal.DbUtil
Store the specified u_int32_t, with endianness appropriate to the platform we're running on, into four consecutive bytes of the specified byte array, starting from the specified offset.
INT32SZ - Static variable in class com.sleepycat.db.DatabaseEntry
 
IntegerBinding - Class in com.sleepycat.bind.tuple
A concrete TupleBinding for a Integer primitive wrapper or an int primitive.
IntegerBinding() - Constructor for class com.sleepycat.bind.tuple.IntegerBinding
 
intToEntry(int, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.IntegerBinding
Converts a simple int value into an entry buffer.
IOExceptionWrapper - Exception in com.sleepycat.util
An IOException that can contain nested exceptions.
IOExceptionWrapper(Throwable) - Constructor for exception com.sleepycat.util.IOExceptionWrapper
 
IREAD - Static variable in class com.sleepycat.db.LockRequestMode
 
isDirtyRead() - Method in class com.sleepycat.collections.StoredContainer
Returns whether dirty-read is enabled for this container.
isDirtyReadAllowed() - Method in class com.sleepycat.collections.StoredContainer
Returns whether dirty-read is allowed for this container.
isDupMaster() - Method in class com.sleepycat.db.ReplicationStatus
 
isEmpty() - Method in class com.sleepycat.collections.StoredContainer
Returns true if this map or collection contains no mappings or elements.
isHoldElection() - Method in class com.sleepycat.db.ReplicationStatus
 
isNewMaster() - Method in class com.sleepycat.db.ReplicationStatus
 
isNewSite() - Method in class com.sleepycat.db.ReplicationStatus
 
isNotPermanent() - Method in class com.sleepycat.db.ReplicationStatus
 
isOrdered() - Method in class com.sleepycat.collections.StoredContainer
Returns whether keys are ordered in this container.
isPermanent() - Method in class com.sleepycat.db.ReplicationStatus
 
isReadModifyWrite() - Method in class com.sleepycat.collections.StoredIterator
Returns whether write-locks will be obtained when reading with this cursor.
isSecondary() - Method in class com.sleepycat.collections.StoredContainer
Returns whether this container is a view on a secondary database rather than directly on a primary database.
isStartupDone() - Method in class com.sleepycat.db.ReplicationStatus
 
isSuccess() - Method in class com.sleepycat.db.ReplicationStatus
 
isTransactional() - Method in class com.sleepycat.collections.StoredContainer
Returns whether the databases underlying this container are transactional.
isTypeBtree(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
isTypeHash(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
isTypeQueue(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
isTypeRecno(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
isWriteAllowed() - Method in class com.sleepycat.collections.StoredContainer
Returns true if this is a read-write container or false if this is a read-only container.
iterator() - Method in class com.sleepycat.collections.StoredCollection
Returns an iterator over the elements in this collection.
iterator(boolean) - Method in class com.sleepycat.collections.StoredCollection
Returns a read or read-write iterator over the elements in this collection.
iterator(Iterator) - Static method in class com.sleepycat.collections.StoredCollections
Clones a stored iterator preserving its current position.
IWR - Static variable in class com.sleepycat.db.LockRequestMode
 
IWRITE - Static variable in class com.sleepycat.db.LockRequestMode
 

J

join(StoredContainer[], Object[], JoinConfig) - Method in class com.sleepycat.collections.StoredCollection
Returns an iterator representing an equality join of the indices and index key values specified.
JOIN - Static variable in class com.sleepycat.compat.DbCompat
 
join(Cursor[], JoinConfig) - Method in class com.sleepycat.db.Database
 
join(Dbc[], int) - Method in class com.sleepycat.db.internal.Db
 
JoinConfig - Class in com.sleepycat.db
 
JoinConfig() - Constructor for class com.sleepycat.db.JoinConfig
 
JoinCursor - Class in com.sleepycat.db
 

K

key_range(DbTxn, DatabaseEntry, KeyRange, int) - Method in class com.sleepycat.db.internal.Db
 
KEYEMPTY - Static variable in class com.sleepycat.db.OperationStatus
 
KEYEXIST - Static variable in class com.sleepycat.db.OperationStatus
 
KeyRange - Class in com.sleepycat.db
 
KeyRange() - Constructor for class com.sleepycat.db.KeyRange
 
keySet() - Method in class com.sleepycat.collections.StoredMap
Returns a set view of the keys contained in this map.

L

last() - Method in class com.sleepycat.collections.StoredSortedEntrySet
Returns the last (highest) element currently in this sorted set.
last() - Method in class com.sleepycat.collections.StoredSortedKeySet
Returns the last (highest) element currently in this sorted set.
last() - Method in class com.sleepycat.collections.StoredSortedValueSet
Returns the last (highest) element currently in this sorted set.
lastIndexOf(Object) - Method in class com.sleepycat.collections.StoredList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastKey() - Method in class com.sleepycat.collections.StoredSortedMap
Returns the last (highest) element currently in this sorted map.
len - Variable in class com.sleepycat.util.FastInputStream
 
less - Variable in class com.sleepycat.db.KeyRange
 
listIterator() - Method in class com.sleepycat.collections.StoredList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class com.sleepycat.collections.StoredList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
Lock - Class in com.sleepycat.db
 
lock_detect(int, int) - Method in class com.sleepycat.db.internal.DbEnv
 
lock_get(int, int, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.DbEnv
 
lock_id() - Method in class com.sleepycat.db.internal.DbEnv
 
lock_id_free(int) - Method in class com.sleepycat.db.internal.DbEnv
 
lock_put(DbLock) - Method in class com.sleepycat.db.internal.DbEnv
 
lock_stat(int) - Method in class com.sleepycat.db.internal.DbEnv
 
LOCK_SUBSYSTEM - Static variable in class com.sleepycat.compat.DbCompat
 
lock_vec(int, int, LockRequest[], int, int) - Method in class com.sleepycat.db.internal.DbEnv
 
LockDetectMode - Class in com.sleepycat.db
 
LockMode - Class in com.sleepycat.db
 
LockNotGrantedException - Exception in com.sleepycat.db
 
LockNotGrantedException(String, int, int, DatabaseEntry, DbLock, int, DbEnv) - Constructor for exception com.sleepycat.db.LockNotGrantedException
 
LockOperation - Class in com.sleepycat.db
 
LockRequest - Class in com.sleepycat.db
 
LockRequest(LockOperation, LockRequestMode, DatabaseEntry, Lock) - Constructor for class com.sleepycat.db.LockRequest
 
LockRequest(LockOperation, LockRequestMode, DatabaseEntry, Lock, int) - Constructor for class com.sleepycat.db.LockRequest
 
LockRequestMode - Class in com.sleepycat.db
 
LockRequestMode(String, int) - Constructor for class com.sleepycat.db.LockRequestMode
 
LockStats - Class in com.sleepycat.db
 
LockStats() - Constructor for class com.sleepycat.db.LockStats
 
lockVector(int, boolean, LockRequest[]) - Method in class com.sleepycat.db.Environment
 
log_archive(int) - Method in class com.sleepycat.db.internal.DbEnv
 
log_compare(LogSequenceNumber, LogSequenceNumber) - Static method in class com.sleepycat.db.internal.DbEnv
 
log_cursor(int) - Method in class com.sleepycat.db.internal.DbEnv
 
log_file(LogSequenceNumber) - Method in class com.sleepycat.db.internal.DbEnv
 
log_flush(LogSequenceNumber) - Method in class com.sleepycat.db.internal.DbEnv
 
log_put(LogSequenceNumber, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.DbEnv
 
log_stat(int) - Method in class com.sleepycat.db.internal.DbEnv
 
logc - Variable in class com.sleepycat.db.LogCursor
 
LogCursor - Class in com.sleepycat.db
 
LogCursor(DbLogc) - Constructor for class com.sleepycat.db.LogCursor
 
logFlush(LogSequenceNumber) - Method in class com.sleepycat.db.Environment
 
logPut(DatabaseEntry, boolean) - Method in class com.sleepycat.db.Environment
 
LogRecordHandler - Interface in com.sleepycat.db
 
LogSequenceNumber - Class in com.sleepycat.db
 
LogSequenceNumber(int, int) - Constructor for class com.sleepycat.db.LogSequenceNumber
 
LogSequenceNumber() - Constructor for class com.sleepycat.db.LogSequenceNumber
 
LogStats - Class in com.sleepycat.db
 
LogStats() - Constructor for class com.sleepycat.db.LogStats
 
LongBinding - Class in com.sleepycat.bind.tuple
A concrete TupleBinding for a Long primitive wrapper or a long primitive.
LongBinding() - Constructor for class com.sleepycat.bind.tuple.LongBinding
 
longToEntry(long, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.LongBinding
Converts a simple long value into an entry buffer.
LOW - Static variable in class com.sleepycat.db.CacheFilePriority
 

M

makeSpace(int) - Method in class com.sleepycat.util.FastOutputStream
Ensure that at least the given number of bytes are available in the internal buffer.
MapEntryParameter - Class in com.sleepycat.collections
A simple Map.Entry implementation that can be used as in input parameter.
MapEntryParameter(Object, Object) - Constructor for class com.sleepycat.collections.MapEntryParameter
Creates a map entry with a given key and value.
mark - Variable in class com.sleepycat.util.FastInputStream
 
mark(int) - Method in class com.sleepycat.util.FastInputStream
 
markSupported() - Method in class com.sleepycat.util.FastInputStream
 
marshalEntry(TupleOutput) - Method in interface com.sleepycat.bind.tuple.MarshalledTupleEntry
Construct the key or data tuple entry from the key or data object.
MarshalledTupleEntry - Interface in com.sleepycat.bind.tuple
A marshalling interface implemented by key, data or entity classes that are represented as tuples.
MarshalledTupleKeyEntity - Interface in com.sleepycat.bind.tuple
A marshalling interface implemented by entity classes that represent keys as tuples.
marshalPrimaryKey(TupleOutput) - Method in interface com.sleepycat.bind.tuple.MarshalledTupleKeyEntity
Extracts the entity's primary key and writes it to the key output.
marshalSecondaryKey(String, TupleOutput) - Method in interface com.sleepycat.bind.tuple.MarshalledTupleKeyEntity
Extracts the entity's secondary key and writes it to the key output.
MAXLOCKS - Static variable in class com.sleepycat.db.LockDetectMode
 
MAXWRITE - Static variable in class com.sleepycat.db.LockDetectMode
 
MEMORY_SUBSYSTEM - Static variable in class com.sleepycat.compat.DbCompat
 
MemoryException - Exception in com.sleepycat.db
 
MemoryException(String, DatabaseEntry, int, DbEnv) - Constructor for exception com.sleepycat.db.MemoryException
 
memp_fstat(int) - Method in class com.sleepycat.db.internal.DbEnv
 
memp_stat(int) - Method in class com.sleepycat.db.internal.DbEnv
 
memp_trickle(int) - Method in class com.sleepycat.db.internal.DbEnv
 
message(Environment, String) - Method in interface com.sleepycat.db.MessageHandler
 
MessageHandler - Interface in com.sleepycat.db
 
MINLOCKS - Static variable in class com.sleepycat.db.LockDetectMode
 
MINWRITE - Static variable in class com.sleepycat.db.LockDetectMode
 
MultipleDataEntry - Class in com.sleepycat.db
 
MultipleDataEntry() - Constructor for class com.sleepycat.db.MultipleDataEntry
 
MultipleDataEntry(byte[]) - Constructor for class com.sleepycat.db.MultipleDataEntry
 
MultipleDataEntry(byte[], int, int) - Constructor for class com.sleepycat.db.MultipleDataEntry
 
MultipleEntry - Class in com.sleepycat.db
 
MultipleEntry(byte[], int, int) - Constructor for class com.sleepycat.db.MultipleEntry
 
MultipleKeyDataEntry - Class in com.sleepycat.db
 
MultipleKeyDataEntry() - Constructor for class com.sleepycat.db.MultipleKeyDataEntry
 
MultipleKeyDataEntry(byte[]) - Constructor for class com.sleepycat.db.MultipleKeyDataEntry
 
MultipleKeyDataEntry(byte[], int, int) - Constructor for class com.sleepycat.db.MultipleKeyDataEntry
 
MultipleRecnoDataEntry - Class in com.sleepycat.db
 
MultipleRecnoDataEntry() - Constructor for class com.sleepycat.db.MultipleRecnoDataEntry
 
MultipleRecnoDataEntry(byte[]) - Constructor for class com.sleepycat.db.MultipleRecnoDataEntry
 
MultipleRecnoDataEntry(byte[], int, int) - Constructor for class com.sleepycat.db.MultipleRecnoDataEntry
 

N

NESTED_TRANSACTIONS - Static variable in class com.sleepycat.compat.DbCompat
 
newMap(Database, Class, Class, boolean) - Method in class com.sleepycat.collections.TupleSerialFactory
Creates a map from a previously opened Database object.
newOutput() - Static method in class com.sleepycat.bind.tuple.TupleBinding
Utility method for use by bindings to create a tuple output object.
newOutput(byte[]) - Static method in class com.sleepycat.bind.tuple.TupleBinding
Utility method for use by bindings to create a tuple output object with a specific starting size.
newSortedMap(Database, Class, Class, boolean) - Method in class com.sleepycat.collections.TupleSerialFactory
Creates a sorted map from a previously opened Database object.
next() - Method in class com.sleepycat.collections.StoredIterator
Returns the next element in the iteration.
next(DatabaseEntry) - Method in class com.sleepycat.db.MultipleDataEntry
 
next(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.MultipleKeyDataEntry
 
next(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.MultipleRecnoDataEntry
 
nextIndex() - Method in class com.sleepycat.collections.StoredIterator
Returns the index of the element that would be returned by a subsequent call to next.
NONE - Static variable in class com.sleepycat.db.LockDetectMode
 
NOTFOUND - Static variable in class com.sleepycat.db.OperationStatus
 
nullifyForeignKey(SecondaryDatabase, DatabaseEntry) - Method in class com.sleepycat.bind.serial.SerialSerialKeyCreator
 
nullifyForeignKey(Object) - Method in class com.sleepycat.bind.serial.SerialSerialKeyCreator
Clears the index key in a data object.
nullifyForeignKey(SecondaryDatabase, DatabaseEntry) - Method in class com.sleepycat.bind.serial.TupleSerialKeyCreator
 
nullifyForeignKey(Object) - Method in class com.sleepycat.bind.serial.TupleSerialKeyCreator
Clears the index key in the deserialized data entry.
nullifyForeignKey(Object) - Method in class com.sleepycat.bind.serial.TupleSerialMarshalledKeyCreator
 
nullifyForeignKey(String) - Method in interface com.sleepycat.bind.tuple.MarshalledTupleKeyEntity
Clears the entity's secondary key fields for the given key name.
nullifyForeignKey(SecondaryDatabase, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.TupleTupleKeyCreator
 
nullifyForeignKey(TupleInput, TupleOutput) - Method in class com.sleepycat.bind.tuple.TupleTupleKeyCreator
Clears the index key in the tuple data entry.
nullifyForeignKey(TupleInput, TupleOutput) - Method in class com.sleepycat.bind.tuple.TupleTupleMarshalledKeyCreator
 

O

objectArrayToString(Object[], String) - Static method in class com.sleepycat.db.internal.DbUtil
Convert an object array to a string, suitable for use in toString methods of the *Stat classes.
objectToData(Object, DatabaseEntry) - Method in interface com.sleepycat.bind.EntityBinding
Extracts the data entry from an entity Object.
objectToData(Object, DatabaseEntry) - Method in class com.sleepycat.bind.serial.SerialSerialBinding
 
objectToData(Object) - Method in class com.sleepycat.bind.serial.SerialSerialBinding
Extracts a data object from an entity object.
objectToData(Object, DatabaseEntry) - Method in class com.sleepycat.bind.serial.TupleSerialBinding
 
objectToData(Object) - Method in class com.sleepycat.bind.serial.TupleSerialBinding
Extracts a data object from an entity object.
objectToData(Object) - Method in class com.sleepycat.bind.serial.TupleSerialMarshalledBinding
 
objectToData(Object, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.TupleTupleBinding
 
objectToData(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.TupleTupleBinding
Extracts a key tuple from an entity object.
objectToData(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.TupleTupleMarshalledBinding
 
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.ByteArrayBinding
 
objectToEntry(Object, DatabaseEntry) - Method in interface com.sleepycat.bind.EntryBinding
Converts an Object into a entry buffer.
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.RecordNumberBinding
 
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.serial.SerialBinding
Serialize an object into an entry buffer.
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.BooleanBinding
 
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.BooleanBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.ByteBinding
 
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.ByteBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.CharacterBinding
 
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.CharacterBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.DoubleBinding
 
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.DoubleBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.FloatBinding
 
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.FloatBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.IntegerBinding
 
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.IntegerBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.LongBinding
 
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.LongBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.ShortBinding
 
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.ShortBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.StringBinding
 
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.StringBinding
 
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.TupleBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.TupleBinding
Converts a key or data object to a tuple entry.
objectToEntry(Object, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.TupleInputBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.TupleMarshalledBinding
 
objectToKey(Object, DatabaseEntry) - Method in interface com.sleepycat.bind.EntityBinding
Extracts the key entry from an entity Object.
objectToKey(Object, DatabaseEntry) - Method in class com.sleepycat.bind.serial.SerialSerialBinding
 
objectToKey(Object) - Method in class com.sleepycat.bind.serial.SerialSerialBinding
Extracts a key object from an entity object.
objectToKey(Object, DatabaseEntry) - Method in class com.sleepycat.bind.serial.TupleSerialBinding
 
objectToKey(Object, TupleOutput) - Method in class com.sleepycat.bind.serial.TupleSerialBinding
Extracts a key tuple from an entity object.
objectToKey(Object, TupleOutput) - Method in class com.sleepycat.bind.serial.TupleSerialMarshalledBinding
 
objectToKey(Object, DatabaseEntry) - Method in class com.sleepycat.bind.tuple.TupleTupleBinding
 
objectToKey(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.TupleTupleBinding
Extracts a key tuple from an entity object.
objectToKey(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.TupleTupleMarshalledBinding
 
off - Variable in class com.sleepycat.util.FastInputStream
 
offset - Variable in class com.sleepycat.db.DatabaseEntry
 
OLDEST - Static variable in class com.sleepycat.db.LockDetectMode
 
open(DbTxn, String, String, int, int, int) - Method in class com.sleepycat.db.internal.Db
 
open(String, int, int) - Method in class com.sleepycat.db.internal.DbEnv
 
open(DbTxn, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.DbSequence
 
openCursor(Transaction, CursorConfig) - Method in class com.sleepycat.db.Database
 
openCursor(Transaction, CursorConfig) - Method in class com.sleepycat.db.SecondaryDatabase
 
openDatabase(Environment, Transaction, String, String, DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
openDatabase(Transaction, String, String, DatabaseConfig) - Method in class com.sleepycat.db.Environment
 
openLogCursor() - Method in class com.sleepycat.db.Environment
 
openSecondaryCursor(Transaction, CursorConfig) - Method in class com.sleepycat.db.SecondaryDatabase
 
openSecondaryDatabase(Environment, Transaction, String, String, Database, SecondaryConfig) - Static method in class com.sleepycat.compat.DbCompat
 
openSecondaryDatabase(Transaction, String, String, Database, SecondaryConfig) - Method in class com.sleepycat.db.Environment
 
openSequence(Transaction, DatabaseEntry, SequenceConfig) - Method in class com.sleepycat.db.Database
 
OperationStatus - Class in com.sleepycat.db
 
OPTIONAL_DIRTY_READ - Static variable in class com.sleepycat.compat.DbCompat
 
outputToEntry(TupleOutput, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.TupleBinding
Utility method to set the data in a entry buffer to the data in a tuple output object.

P

panic(boolean) - Method in class com.sleepycat.db.Environment
 
panic(Environment, DatabaseException) - Method in interface com.sleepycat.db.PanicHandler
 
PanicHandler - Interface in com.sleepycat.db
 
pget(DbTxn, DatabaseEntry, DatabaseEntry, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.Db
 
pget(DatabaseEntry, DatabaseEntry, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.Dbc
 
pos - Variable in class com.sleepycat.db.MultipleEntry
 
prefix(Database, DatabaseEntry, DatabaseEntry) - Method in interface com.sleepycat.db.BtreePrefixCalculator
 
prepare(byte[]) - Method in class com.sleepycat.db.internal.DbTxn
 
prepare(byte[]) - Method in class com.sleepycat.db.Transaction
 
PreparedTransaction - Class in com.sleepycat.db
 
previous() - Method in class com.sleepycat.collections.StoredIterator
Returns the next element in the iteration.
previousIndex() - Method in class com.sleepycat.collections.StoredIterator
Returns the index of the element that would be returned by a subsequent call to previous.
PrimaryKeyAssigner - Interface in com.sleepycat.collections
An interface implemented to assign new primary key values.
primaryKeyBinding - Variable in class com.sleepycat.bind.serial.SerialSerialKeyCreator
 
PRINT - Static variable in class com.sleepycat.db.RecoveryOperation
 
processReplicationMessage(DatabaseEntry, DatabaseEntry, int) - Method in class com.sleepycat.db.Environment
 
put(Object, Object) - Method in class com.sleepycat.collections.StoredMap
Associates the specified value with the specified key in this map (optional operation).
put(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Cursor
 
put(Transaction, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Database
 
put(DbTxn, DatabaseEntry, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.Db
 
put(DatabaseEntry, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.Dbc
 
PUT - Static variable in class com.sleepycat.db.LockOperation
 
PUT_ALL - Static variable in class com.sleepycat.db.LockOperation
 
PUT_OBJ - Static variable in class com.sleepycat.db.LockOperation
 
putAfter(Cursor, DatabaseEntry, DatabaseEntry) - Static method in class com.sleepycat.compat.DbCompat
 
putAfter(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Cursor
 
putAll(Map) - Method in class com.sleepycat.collections.StoredMap
Copies all of the mappings from the specified map to this map (optional operation).
putBefore(Cursor, DatabaseEntry, DatabaseEntry) - Static method in class com.sleepycat.compat.DbCompat
 
putBefore(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Cursor
 
putCurrent(DatabaseEntry) - Method in class com.sleepycat.db.Cursor
 
putKeyFirst(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Cursor
 
putKeyLast(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Cursor
 
putLock(Lock) - Method in class com.sleepycat.db.Environment
 
putNoDupData(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Cursor
 
putNoDupData(Transaction, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Database
 
putNoOverwrite(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Cursor
 
putNoOverwrite(Transaction, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Database
 

Q

QUEUE - Static variable in class com.sleepycat.db.DatabaseType
 
QUEUE_METHOD - Static variable in class com.sleepycat.compat.DbCompat
 
QueueStats - Class in com.sleepycat.db
 
QueueStats() - Constructor for class com.sleepycat.db.QueueStats
 

R

RANDOM - Static variable in class com.sleepycat.db.LockDetectMode
 
READ - Static variable in class com.sleepycat.db.LockRequestMode
 
read() - Method in class com.sleepycat.util.FastInputStream
 
read(byte[]) - Method in class com.sleepycat.util.FastInputStream
 
read(byte[], int, int) - Method in class com.sleepycat.util.FastInputStream
 
readBoolean() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads a boolean (one byte) unsigned value from the buffer and returns true if it is non-zero and false if it is zero.
readByte() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads a signed byte (one byte) value from the buffer.
readBytes(int) - Method in class com.sleepycat.bind.tuple.TupleInput
Reads the specified number of bytes from the buffer, converting each unsigned byte value to a character of the resulting string.
readBytes(char[]) - Method in class com.sleepycat.bind.tuple.TupleInput
Reads the specified number of bytes from the buffer, converting each unsigned byte value to a character of the resulting array.
readChar() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads a char (two byte) unsigned value from the buffer.
readChars(int) - Method in class com.sleepycat.bind.tuple.TupleInput
Reads the specified number of characters from the buffer, converting each two byte unsigned value to a character of the resulting string.
readChars(char[]) - Method in class com.sleepycat.bind.tuple.TupleInput
Reads the specified number of characters from the buffer, converting each two byte unsigned value to a character of the resulting array.
readClassDescriptor() - Method in class com.sleepycat.bind.serial.SerialInput
 
readDouble() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads a signed double (eight byte) value from the buffer.
readFast() - Method in class com.sleepycat.util.FastInputStream
Equivalent to 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.
readLong() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads a signed long (eight byte) value from the buffer.
readShort() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads a signed short (two byte) value from the buffer.
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_elect(int, int, int, int, int) - Method in class com.sleepycat.db.internal.DbEnv
 
rep_process_message(DatabaseEntry, DatabaseEntry, DbEnv.RepProcessMessage, LogSequenceNumber) - Method in class com.sleepycat.db.internal.DbEnv
 
rep_start(DatabaseEntry, int) - Method in class com.sleepycat.db.internal.DbEnv
 
rep_stat(int) - Method in class com.sleepycat.db.internal.DbEnv
 
ReplicationHandleDeadException - Exception in com.sleepycat.db
 
ReplicationHandleDeadException(String, int, DbEnv) - Constructor for exception com.sleepycat.db.ReplicationHandleDeadException
 
ReplicationStats - Class in com.sleepycat.db
 
ReplicationStats() - Constructor for class com.sleepycat.db.ReplicationStats
 
ReplicationStatus - Class in com.sleepycat.db
 
ReplicationTransport - Interface in com.sleepycat.db
 
reset() - Method in class com.sleepycat.util.FastInputStream
 
reset() - Method in class com.sleepycat.util.FastOutputStream
 
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, begins and ends a transaction.
RunRecoveryException - Exception in com.sleepycat.db
 
RunRecoveryException(String, int, DbEnv) - Constructor for exception com.sleepycat.db.RunRecoveryException
 
RuntimeExceptionWrapper - Exception in com.sleepycat.util
A RuntimeException that can contain nested exceptions.
RuntimeExceptionWrapper(Throwable) - Constructor for exception com.sleepycat.util.RuntimeExceptionWrapper
 

S

SECONDARIES - Static variable in class com.sleepycat.compat.DbCompat
 
SecondaryConfig - Class in com.sleepycat.db
 
SecondaryConfig() - Constructor for class com.sleepycat.db.SecondaryConfig
 
SecondaryCursor - Class in com.sleepycat.db
 
SecondaryDatabase - Class in com.sleepycat.db
 
SecondaryDatabase(String, String, Database, SecondaryConfig) - Constructor for class com.sleepycat.db.SecondaryDatabase
 
SecondaryKeyCreator - Interface in com.sleepycat.db
 
send(Environment, DatabaseEntry, DatabaseEntry, LogSequenceNumber, int, boolean, boolean) - Method in interface com.sleepycat.db.ReplicationTransport
 
SEPARATE_DATABASE_FILES - Static variable in class com.sleepycat.compat.DbCompat
 
Sequence - Class in com.sleepycat.db
 
SequenceConfig - Class in com.sleepycat.db
 
SequenceConfig() - Constructor for class com.sleepycat.db.SequenceConfig
 
SequenceStats - Class in com.sleepycat.db
 
SequenceStats() - Constructor for class com.sleepycat.db.SequenceStats
 
SerialBinding - Class in com.sleepycat.bind.serial
A concrete EntryBinding that treats a key or data entry as a serialized object.
SerialBinding(ClassCatalog, Class) - Constructor for class com.sleepycat.bind.serial.SerialBinding
Creates a serial binding.
SerialInput - Class in com.sleepycat.bind.serial
A specialized ObjectInputStream that gets class description information from a ClassCatalog.
SerialInput(InputStream, ClassCatalog) - Constructor for class com.sleepycat.bind.serial.SerialInput
Creates a serial input stream.
SerialOutput - Class in com.sleepycat.bind.serial
A specialized ObjectOutputStream that stores class description information in a ClassCatalog.
SerialOutput(OutputStream, ClassCatalog) - Constructor for class com.sleepycat.bind.serial.SerialOutput
Creates a serial output stream.
SerialSerialBinding - Class in com.sleepycat.bind.serial
An abstract EntityBinding that treats an entity's key entry and data entry as serialized objects.
SerialSerialBinding(ClassCatalog, Class, Class) - Constructor for class com.sleepycat.bind.serial.SerialSerialBinding
Creates a serial-serial entity binding.
SerialSerialBinding(SerialBinding, SerialBinding) - Constructor for class com.sleepycat.bind.serial.SerialSerialBinding
Creates a serial-serial entity binding.
SerialSerialKeyCreator - Class in com.sleepycat.bind.serial
A abstract key creator that uses a serial key and a serial data entry.
SerialSerialKeyCreator(ClassCatalog, Class, Class, Class) - Constructor for class com.sleepycat.bind.serial.SerialSerialKeyCreator
Creates a serial-serial key creator.
SerialSerialKeyCreator(SerialBinding, SerialBinding, SerialBinding) - Constructor for class com.sleepycat.bind.serial.SerialSerialKeyCreator
Creates a serial-serial entity binding.
set(Object) - Method in class com.sleepycat.collections.StoredIterator
Replaces the last element returned by next or previous with the specified element (optional operation).
set(int, Object) - Method in class com.sleepycat.collections.StoredList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(LogSequenceNumber, DatabaseEntry) - Method in class com.sleepycat.db.LogCursor
 
set_app_dispatch(LogRecordHandler) - Method in class com.sleepycat.db.internal.DbEnv
 
set_append_recno(RecordNumberAppender) - Method in class com.sleepycat.db.internal.Db
 
set_bt_compare(Comparator) - Method in class com.sleepycat.db.internal.Db
 
set_bt_maxkey(int) - Method in class com.sleepycat.db.internal.Db
 
set_bt_minkey(int) - Method in class com.sleepycat.db.internal.Db
 
set_bt_prefix(BtreePrefixCalculator) - Method in class com.sleepycat.db.internal.Db
 
set_cachesize(long, int) - Method in class com.sleepycat.db.internal.Db
 
set_cachesize(long, int) - Method in class com.sleepycat.db.internal.DbEnv
 
set_cachesize(int) - Method in class com.sleepycat.db.internal.DbSequence
 
set_data_dir(String) - Method in class com.sleepycat.db.internal.DbEnv
 
set_dup_compare(Comparator) - Method in class com.sleepycat.db.internal.Db
 
set_encrypt(String, int) - Method in class com.sleepycat.db.internal.Db
 
set_encrypt(String, int) - Method in class com.sleepycat.db.internal.DbEnv
 
set_errcall(ErrorHandler) - Method in class com.sleepycat.db.internal.Db
 
set_errcall(ErrorHandler) - Method in class com.sleepycat.db.internal.DbEnv
 
set_error_stream(OutputStream) - Method in class com.sleepycat.db.internal.Db
 
set_error_stream(OutputStream) - Method in class com.sleepycat.db.internal.DbEnv
 
set_errpfx(String) - Method in class com.sleepycat.db.internal.Db
 
set_errpfx(String) - Method in class com.sleepycat.db.internal.DbEnv
 
set_feedback(FeedbackHandler) - Method in class com.sleepycat.db.internal.Db
 
set_feedback(FeedbackHandler) - Method in class com.sleepycat.db.internal.DbEnv
 
set_flags(int) - Method in class com.sleepycat.db.internal.Db
 
set_flags(int, boolean) - Method in class com.sleepycat.db.internal.DbEnv
 
set_flags(int, boolean) - Method in class com.sleepycat.db.internal.DbMpoolFile
 
set_flags(int) - Method in class com.sleepycat.db.internal.DbSequence
 
set_h_ffactor(int) - Method in class com.sleepycat.db.internal.Db
 
set_h_hash(Hasher) - Method in class com.sleepycat.db.internal.Db
 
set_h_nelem(int) - Method in class com.sleepycat.db.internal.Db
 
set_lg_bsize(int) - Method in class com.sleepycat.db.internal.DbEnv
 
set_lg_dir(String) - Method in class com.sleepycat.db.internal.DbEnv
 
set_lg_max(int) - Method in class com.sleepycat.db.internal.DbEnv
 
set_lg_regionmax(int) - Method in class com.sleepycat.db.internal.DbEnv
 
set_lk_conflicts(byte[][]) - Method in class com.sleepycat.db.internal.DbEnv
 
set_lk_detect(int) - Method in class com.sleepycat.db.internal.DbEnv
 
set_lk_max_lockers(int) - Method in class com.sleepycat.db.internal.DbEnv
 
set_lk_max_locks(int) - Method in class com.sleepycat.db.internal.DbEnv
 
set_lk_max_objects(int) - Method in class com.sleepycat.db.internal.DbEnv
 
set_lorder(int) - Method in class com.sleepycat.db.internal.Db
 
set_maxsize(long) - Method in class com.sleepycat.db.internal.DbMpoolFile
 
set_message_stream(OutputStream) - Method in class com.sleepycat.db.internal.Db
 
set_message_stream(OutputStream) - Method in class com.sleepycat.db.internal.DbEnv
 
set_mp_mmapsize(long) - Method in class com.sleepycat.db.internal.DbEnv
 
set_msgcall(MessageHandler) - Method in class com.sleepycat.db.internal.Db
 
set_msgcall(MessageHandler) - Method in class com.sleepycat.db.internal.DbEnv
 
set_pagesize(long) - Method in class com.sleepycat.db.internal.Db
 
set_paniccall(PanicHandler) - Method in class com.sleepycat.db.internal.Db
 
set_paniccall(PanicHandler) - Method in class com.sleepycat.db.internal.DbEnv
 
set_priority(int) - Method in class com.sleepycat.db.internal.DbMpoolFile
 
set_q_extentsize(int) - Method in class com.sleepycat.db.internal.Db
 
set_range(long, long) - Method in class com.sleepycat.db.internal.DbSequence
 
set_re_delim(int) - Method in class com.sleepycat.db.internal.Db
 
set_re_len(int) - Method in class com.sleepycat.db.internal.Db
 
set_re_pad(int) - Method in class com.sleepycat.db.internal.Db
 
set_re_source(String) - Method in class com.sleepycat.db.internal.Db
 
set_rep_limit(long) - Method in class com.sleepycat.db.internal.DbEnv
 
set_rep_transport(int, ReplicationTransport) - Method in class com.sleepycat.db.internal.DbEnv
 
set_rpc_server(DbClient, String, long, long, int) - Method in class com.sleepycat.db.internal.DbEnv
 
set_shm_key(long) - Method in class com.sleepycat.db.internal.DbEnv
 
set_tas_spins(int) - Method in class com.sleepycat.db.internal.DbEnv
 
set_timeout(long, int) - Method in class com.sleepycat.db.internal.DbEnv
 
set_timeout(long, int) - Method in class com.sleepycat.db.internal.DbTxn
 
set_tmp_dir(String) - Method in class com.sleepycat.db.internal.DbEnv
 
set_tx_max(int) - Method in class com.sleepycat.db.internal.DbEnv
 
set_tx_timestamp(Date) - Method in class com.sleepycat.db.internal.DbEnv
 
set_verbose(int, boolean) - Method in class com.sleepycat.db.internal.DbEnv
 
setAggressive(boolean) - Method in class com.sleepycat.db.VerifyConfig
 
setAllowCreate(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setAllowCreate(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setAllowCreate(boolean) - Method in class com.sleepycat.db.SequenceConfig
 
setAllowNestedTransactions(boolean) - Method in class com.sleepycat.collections.TransactionRunner
Changes whether nested transactions will be created if run() is called when a transaction is already active for the current thread.
setAllowPopulate(boolean) - Method in class com.sleepycat.db.SecondaryConfig
 
setAutoCommitNoSync(boolean) - Method in class com.sleepycat.db.SequenceConfig
 
setBtreeComparator(DatabaseConfig, Comparator) - Static method in class com.sleepycat.compat.DbCompat
 
setBtreeComparator(Comparator) - Method in class com.sleepycat.db.DatabaseConfig
 
setBtreeMinKey(int) - Method in class com.sleepycat.db.DatabaseConfig
 
setBtreePrefixCalculator(BtreePrefixCalculator) - Method in class com.sleepycat.db.DatabaseConfig
 
setBtreeRecordNumbers(DatabaseConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
 
setBtreeRecordNumbers(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setByteOrder(int) - Method in class com.sleepycat.db.DatabaseConfig
 
setCacheCount(int) - Method in class com.sleepycat.db.DatabaseConfig
 
setCacheCount(int) - Method in class com.sleepycat.db.EnvironmentConfig
 
setCacheSize(long) - Method in class com.sleepycat.db.DatabaseConfig
 
setCacheSize(long) - Method in class com.sleepycat.db.EnvironmentConfig
 
setCacheSize(int) - Method in class com.sleepycat.db.SequenceConfig
 
setCDBLockAllDatabases(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setChecksum(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setClear(boolean) - Method in class com.sleepycat.db.StatsConfig
 
setConfig(DatabaseConfig) - Method in class com.sleepycat.db.Database
 
setConfig(EnvironmentConfig) - Method in class com.sleepycat.db.Environment
 
setData(byte[], int, int) - Method in class com.sleepycat.db.DatabaseEntry
 
setData(byte[]) - Method in class com.sleepycat.db.DatabaseEntry
 
setDecrement(boolean) - Method in class com.sleepycat.db.SequenceConfig
 
setDegree2(boolean) - Method in class com.sleepycat.db.CursorConfig
 
setDegree2(boolean) - Method in class com.sleepycat.db.TransactionConfig
 
setDirectDatabaseIO(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setDirectLogIO(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setDirtyRead(DatabaseConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
 
setDirtyRead(boolean) - Method in class com.sleepycat.db.CursorConfig
 
setDirtyRead(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setDirtyRead(boolean) - Method in class com.sleepycat.db.TransactionConfig
 
setDsyncLog(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setDuplicateComparator(Comparator) - Method in class com.sleepycat.db.DatabaseConfig
 
setEncrypted(String) - Method in class com.sleepycat.db.DatabaseConfig
 
setEncrypted(String) - Method in class com.sleepycat.db.EnvironmentConfig
 
setErrorHandler(ErrorHandler) - Method in class com.sleepycat.db.DatabaseConfig
 
setErrorHandler(ErrorHandler) - Method in class com.sleepycat.db.EnvironmentConfig
 
setErrorPrefix(String) - Method in class com.sleepycat.db.DatabaseConfig
 
setErrorPrefix(String) - Method in class com.sleepycat.db.EnvironmentConfig
 
setErrorStream(OutputStream) - Method in class com.sleepycat.db.DatabaseConfig
 
setErrorStream(OutputStream) - Method in class com.sleepycat.db.EnvironmentConfig
 
setExclusiveCreate(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setExclusiveCreate(boolean) - Method in class com.sleepycat.db.SequenceConfig
 
setFast(boolean) - Method in class com.sleepycat.db.StatsConfig
 
setFeedbackHandler(FeedbackHandler) - Method in class com.sleepycat.db.DatabaseConfig
 
setFeedbackHandler(FeedbackHandler) - Method in class com.sleepycat.db.EnvironmentConfig
 
setForce(boolean) - Method in class com.sleepycat.db.CheckpointConfig
 
setHasher(Hasher) - Method in class com.sleepycat.db.DatabaseConfig
 
setHashFillFactor(int) - Method in class com.sleepycat.db.DatabaseConfig
 
setHashNumElements(int) - Method in class com.sleepycat.db.DatabaseConfig
 
setInitializeCache(EnvironmentConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
 
setInitializeCache(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setInitializeCDB(EnvironmentConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
 
setInitializeCDB(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setInitializeLocking(EnvironmentConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
 
setInitializeLocking(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setInitializeLogging(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setInitializeRegions(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setInitializeReplication(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setInitialValue(long) - Method in class com.sleepycat.db.SequenceConfig
 
setJoinEnvironment(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setKBytes(int) - Method in class com.sleepycat.db.CheckpointConfig
 
setKeyCreator(SecondaryKeyCreator) - Method in class com.sleepycat.db.SecondaryConfig
 
setLock(Lock) - Method in class com.sleepycat.db.LockRequest
 
setLockConflicts(byte[][]) - Method in class com.sleepycat.db.EnvironmentConfig
 
setLockDetectMode(LockDetectMode) - Method in class com.sleepycat.db.EnvironmentConfig
 
setLockDetectModeOldest(EnvironmentConfig) - Static method in class com.sleepycat.compat.DbCompat
 
setLockDown(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setLockTimeout(long) - Method in class com.sleepycat.db.EnvironmentConfig
 
setLockTimeout(long) - Method in class com.sleepycat.db.Transaction
 
setLogAutoRemove(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setLogBufferSize(int) - Method in class com.sleepycat.db.EnvironmentConfig
 
setLogDirectory(File) - Method in class com.sleepycat.db.EnvironmentConfig
 
setLogInMemory(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setLogRecordHandler(LogRecordHandler) - Method in class com.sleepycat.db.EnvironmentConfig
 
setLogRegionSize(int) - Method in class com.sleepycat.db.EnvironmentConfig
 
setMaximumSize(long) - Method in class com.sleepycat.db.CacheFile
 
setMaxLockers(int) - Method in class com.sleepycat.db.EnvironmentConfig
 
setMaxLockObjects(int) - Method in class com.sleepycat.db.EnvironmentConfig
 
setMaxLocks(int) - Method in class com.sleepycat.db.EnvironmentConfig
 
setMaxLogFileSize(int) - Method in class com.sleepycat.db.EnvironmentConfig
 
setMaxRetries(int) - Method in class com.sleepycat.collections.TransactionRunner
Changes the maximum number of retries that will be performed when deadlocks are detected.
setMessageHandler(MessageHandler) - Method in class com.sleepycat.db.DatabaseConfig
 
setMessageHandler(MessageHandler) - Method in class com.sleepycat.db.EnvironmentConfig
 
setMessageStream(OutputStream) - Method in class com.sleepycat.db.DatabaseConfig
 
setMessageStream(OutputStream) - Method in class com.sleepycat.db.EnvironmentConfig
 
setMinutes(int) - Method in class com.sleepycat.db.CheckpointConfig
 
setMMapSize(long) - Method in class com.sleepycat.db.EnvironmentConfig
 
setMode(int) - Method in class com.sleepycat.db.DatabaseConfig
 
setMode(int) - Method in class com.sleepycat.db.EnvironmentConfig
 
setMode(LockRequestMode) - Method in class com.sleepycat.db.LockRequest
 
setNoFile(boolean) - Method in class com.sleepycat.db.CacheFile
 
setNoLocking(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setNoMMap(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setNoMMap(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setNoOrderCheck(boolean) - Method in class com.sleepycat.db.VerifyConfig
 
setNoPanic(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setNoSort(boolean) - Method in class com.sleepycat.db.JoinConfig
 
setNoSync(boolean) - Method in class com.sleepycat.db.TransactionConfig
 
setNoWait(boolean) - Method in class com.sleepycat.db.TransactionConfig
 
setObj(DatabaseEntry) - Method in class com.sleepycat.db.LockRequest
 
setOffset(int) - Method in class com.sleepycat.db.DatabaseEntry
 
setOp(LockOperation) - Method in class com.sleepycat.db.LockRequest
 
setOrderCheckOnly(boolean) - Method in class com.sleepycat.db.VerifyConfig
 
setOverwrite(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setPageSize(int) - Method in class com.sleepycat.db.DatabaseConfig
 
setPanicHandler(PanicHandler) - Method in class com.sleepycat.db.DatabaseConfig
 
setPanicHandler(PanicHandler) - Method in class com.sleepycat.db.EnvironmentConfig
 
setPartial(boolean) - Method in class com.sleepycat.db.DatabaseEntry
 
setPartial(int, int, boolean) - Method in class com.sleepycat.db.DatabaseEntry
 
setPartialLength(int) - Method in class com.sleepycat.db.DatabaseEntry
 
setPartialOffset(int) - Method in class com.sleepycat.db.DatabaseEntry
 
setPrintable(boolean) - Method in class com.sleepycat.db.VerifyConfig
 
setPriority(CacheFilePriority) - Method in class com.sleepycat.db.CacheFile
 
setPrivate(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setQueueExtentSize(int) - Method in class com.sleepycat.db.DatabaseConfig
 
setQueueInOrder(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setRange(long, long) - Method in class com.sleepycat.db.SequenceConfig
 
setReadModifyWrite(boolean) - Method in class com.sleepycat.collections.StoredIterator
Changes whether write-locks will be obtained when reading with this cursor.
setReadOnly(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setReadOnly(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setRecordDelimiter(int) - Method in class com.sleepycat.db.DatabaseConfig
 
setRecordLength(DatabaseConfig, int) - Static method in class com.sleepycat.compat.DbCompat
 
setRecordLength(int) - Method in class com.sleepycat.db.DatabaseConfig
 
setRecordNumber(DatabaseEntry, int) - Static method in class com.sleepycat.compat.DbCompat
 
setRecordNumber(int) - Method in class com.sleepycat.db.DatabaseEntry
 
setRecordNumberAppender(RecordNumberAppender) - Method in class com.sleepycat.db.DatabaseConfig
 
setRecordPad(DatabaseConfig, int) - Static method in class com.sleepycat.compat.DbCompat
 
setRecordPad(int) - Method in class com.sleepycat.db.DatabaseConfig
 
setRecordSource(File) - Method in class com.sleepycat.db.DatabaseConfig
 
setRenumbering(DatabaseConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
 
setRenumbering(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setReplicationLimit(long) - Method in class com.sleepycat.db.EnvironmentConfig
 
setReplicationTransport(int, ReplicationTransport) - Method in class com.sleepycat.db.EnvironmentConfig
 
setReuseBuffer(boolean) - Method in class com.sleepycat.db.DatabaseEntry
 
setReverseSplitOff(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setRPCServer(String, long, long) - Method in class com.sleepycat.db.EnvironmentConfig
 
setRunFatalRecovery(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setRunRecovery(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setSalvage(boolean) - Method in class com.sleepycat.db.VerifyConfig
 
setSegmentId(long) - Method in class com.sleepycat.db.EnvironmentConfig
 
setSize(int) - Method in class com.sleepycat.db.DatabaseEntry
 
setSnapshot(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setSortedDuplicates(DatabaseConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
 
setSortedDuplicates(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setSync(boolean) - Method in class com.sleepycat.db.TransactionConfig
 
setSystemMemory(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setTemporaryDirectory(String) - Method in class com.sleepycat.db.EnvironmentConfig
 
setTestAndSetSpins(int) - Method in class com.sleepycat.db.EnvironmentConfig
 
setThreaded(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setTimeout(int) - Method in class com.sleepycat.db.LockRequest
 
setTransactional(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setTransactional(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setTransactionConfig(TransactionConfig) - Method in class com.sleepycat.collections.TransactionRunner
Changes the transaction configuration used for calling Environment.beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.TransactionConfig).
setTransactionNotDurable(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setTruncate(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setTxnMaxActive(int) - Method in class com.sleepycat.db.EnvironmentConfig
 
setTxnNoSync(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setTxnNotDurable(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setTxnTimeout(long) - Method in class com.sleepycat.db.EnvironmentConfig
 
setTxnTimeout(long) - Method in class com.sleepycat.db.Transaction
 
setTxnTimestamp(Date) - Method in class com.sleepycat.db.EnvironmentConfig
 
setTxnWriteNoSync(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setType(DatabaseType) - Method in class com.sleepycat.db.DatabaseConfig
 
setTypeBtree(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
setTypeHash(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
setTypeQueue(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
setTypeRecno(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
 
setUnlink(boolean) - Method in class com.sleepycat.db.CacheFile
 
setUnsortedDuplicates(DatabaseConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
 
setUnsortedDuplicates(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setUseEnvironment(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setUseEnvironmentRoot(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setUserBuffer(int, boolean) - Method in class com.sleepycat.db.DatabaseEntry
 
setUserBuffer(int, boolean) - Method in class com.sleepycat.db.MultipleEntry
 
setValue(Object) - Method in class com.sleepycat.collections.MapEntryParameter
Always throws UnsupportedOperationException since this object is not attached to a map.
setVerboseDeadlock(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setVerboseRecovery(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setVerboseReplication(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setVerboseWaitsFor(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
setWrap(boolean) - Method in class com.sleepycat.db.SequenceConfig
 
setWriteCursor(CursorConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
 
setWriteCursor(boolean) - Method in class com.sleepycat.db.CursorConfig
 
setXACreate(boolean) - Method in class com.sleepycat.db.DatabaseConfig
 
setYieldCPU(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
 
ShortBinding - Class in com.sleepycat.bind.tuple
A concrete TupleBinding for a Short primitive wrapper or a short primitive.
ShortBinding() - Constructor for class com.sleepycat.bind.tuple.ShortBinding
 
shortToEntry(short, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.ShortBinding
Converts a simple short value into an entry buffer.
size() - Method in class com.sleepycat.collections.StoredContainer
Always throws UnsupportedOperationException.
size() - Method in class com.sleepycat.collections.StoredValueSet
 
size - Variable in class com.sleepycat.db.DatabaseEntry
 
size() - Method in class com.sleepycat.util.FastOutputStream
 
skip(long) - Method in class com.sleepycat.util.FastInputStream
 
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
This class consists exclusively of static methods that operate on or return stored collections.
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 - 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.
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
 

T

tailMap(Object) - Method in class com.sleepycat.collections.StoredSortedMap
Returns a view of the portion of this sorted map whose elements are greater than or equal to fromKey.
tailMap(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, optionally including fromKey.
tailSet(Object) - Method in class com.sleepycat.collections.StoredSortedEntrySet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromMapEntry.
tailSet(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, optionally including fromMapEntry.
tailSet(Object) - Method in class com.sleepycat.collections.StoredSortedKeySet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromKey.
tailSet(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, optionally including fromKey.
tailSet(Object) - Method in class com.sleepycat.collections.StoredSortedValueSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromValue.
tailSet(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, optionally including fromValue.
TIMEOUT - Static variable in class com.sleepycat.db.LockOperation
 
toArray() - Method in class com.sleepycat.collections.StoredCollection
Returns an array of all the elements in this collection.
toArray(Object[]) - Method in class com.sleepycat.collections.StoredCollection
Returns an array of all the elements in this collection whose runtime type is that of the specified array.
toByteArray() - Method in class com.sleepycat.util.FastOutputStream
 
toByteArray(byte[], int) - Method in class com.sleepycat.util.FastOutputStream
Copy the buffered data to the given array.
toList() - Method in class com.sleepycat.collections.StoredCollection
Returns a copy of this collection as an ArrayList.
toString() - Method in class com.sleepycat.collections.MapEntryParameter
Converts the entry to a string representation for debugging.
toString() - Method in class com.sleepycat.collections.StoredCollection
Converts the collection to a string representation for debugging.
toString() - Method in class com.sleepycat.collections.StoredEntrySet
 
toString() - Method in class com.sleepycat.collections.StoredMap
Converts the map to a string representation for debugging.
toString() - Method in class com.sleepycat.db.BtreeStats
 
toString() - Method in class com.sleepycat.db.CacheFilePriority
 
toString() - Method in class com.sleepycat.db.CacheFileStats
 
toString() - Method in class com.sleepycat.db.CacheStats
 
toString() - Method in exception com.sleepycat.db.DatabaseException
 
toString() - Method in class com.sleepycat.db.DatabaseType
 
toString() - Method in class com.sleepycat.db.HashStats
 
toString() - Method in class com.sleepycat.db.LockDetectMode
 
toString() - Method in class com.sleepycat.db.LockMode
 
toString() - Method in class com.sleepycat.db.LockOperation
 
toString() - Method in class com.sleepycat.db.LockRequestMode
 
toString() - Method in class com.sleepycat.db.LockStats
 
toString() - Method in class com.sleepycat.db.LogStats
 
toString() - Method in exception com.sleepycat.db.MemoryException
 
toString() - Method in class com.sleepycat.db.OperationStatus
 
toString() - Method in class com.sleepycat.db.QueueStats
 
toString() - Method in class com.sleepycat.db.RecoveryOperation
 
toString() - Method in class com.sleepycat.db.ReplicationStats
 
toString() - Method in class com.sleepycat.db.ReplicationStatus
 
toString() - Method in class com.sleepycat.db.SequenceStats
 
toString() - Method in class com.sleepycat.db.TransactionStats.Active
 
toString() - Method in class com.sleepycat.db.TransactionStats
 
toString() - Method in class com.sleepycat.util.FastOutputStream
 
toString(String) - Method in class com.sleepycat.util.FastOutputStream
 
Transaction - Class in com.sleepycat.db
 
TransactionConfig - Class in com.sleepycat.db
 
TransactionConfig() - Constructor for class com.sleepycat.db.TransactionConfig
 
TransactionRunner - Class in com.sleepycat.collections
Starts a transaction, calls TransactionWorker.doWork(), and handles transaction retry and exceptions.
TransactionRunner(Environment) - Constructor for class com.sleepycat.collections.TransactionRunner
Creates a transaction runner for a given Berkeley DB environment.
TransactionRunner(Environment, int, TransactionConfig) - Constructor for class com.sleepycat.collections.TransactionRunner
Creates a transaction runner for a given Berkeley DB environment and with a given number of maximum retries.
TransactionStats - Class in com.sleepycat.db
 
TransactionStats() - Constructor for class com.sleepycat.db.TransactionStats
 
TransactionStats.Active - Class in com.sleepycat.db
 
TransactionStats.Active() - Constructor for class com.sleepycat.db.TransactionStats.Active
 
TransactionWorker - Interface in com.sleepycat.collections
The interface implemented to perform the work within a transaction.
trickleCacheWrite(int) - Method in class com.sleepycat.db.Environment
 
truncate(Transaction, boolean) - Method in class com.sleepycat.db.Database
 
truncate(DbTxn, int) - Method in class com.sleepycat.db.internal.Db
 
TupleBinding - Class in com.sleepycat.bind.tuple
An abstract EntryBinding that treats a key or data entry as a tuple; it includes predefined bindings for Java primitive types.
TupleBinding() - Constructor for class com.sleepycat.bind.tuple.TupleBinding
Creates a tuple binding.
TupleInput - Class in com.sleepycat.bind.tuple
An InputStream with DataInput-like methods for reading tuple fields.
TupleInput(byte[]) - Constructor for class com.sleepycat.bind.tuple.TupleInput
Creates a tuple input object for reading a byte array of tuple data.
TupleInput(byte[], int, int) - Constructor for class com.sleepycat.bind.tuple.TupleInput
Creates a tuple input object for reading a byte array of tuple data at a given offset for a given length.
TupleInput(TupleOutput) - Constructor for class com.sleepycat.bind.tuple.TupleInput
Creates a tuple input object from the data contained in a tuple output object.
TupleInputBinding - Class in com.sleepycat.bind.tuple
A concrete EntryBinding that uses the TupleInput object as the key or data object.
TupleInputBinding() - Constructor for class com.sleepycat.bind.tuple.TupleInputBinding
Creates a tuple input binding.
TupleMarshalledBinding - Class in com.sleepycat.bind.tuple
A concrete TupleBinding that delegates to the MarshalledTupleEntry interface of the data or key object.
TupleMarshalledBinding(Class) - Constructor for class com.sleepycat.bind.tuple.TupleMarshalledBinding
Creates a tuple marshalled binding object.
TupleOutput - Class in com.sleepycat.bind.tuple
An OutputStream with DataOutput-like methods for writing tuple fields.
TupleOutput() - Constructor for class com.sleepycat.bind.tuple.TupleOutput
Creates a tuple output object for writing a byte array of tuple data.
TupleOutput(byte[]) - Constructor for class com.sleepycat.bind.tuple.TupleOutput
Creates a tuple output object for writing a byte array of tuple data, using a given buffer.
TupleSerialBinding - Class in com.sleepycat.bind.serial
An abstract EntityBinding that treats an entity's key entry as a tuple and its data entry as a serialized object.
TupleSerialBinding(ClassCatalog, Class) - Constructor for class com.sleepycat.bind.serial.TupleSerialBinding
Creates a tuple-serial entity binding.
TupleSerialBinding(SerialBinding) - Constructor for class com.sleepycat.bind.serial.TupleSerialBinding
Creates a tuple-serial entity binding.
TupleSerialFactory - Class in com.sleepycat.collections
Creates stored collections having tuple keys and serialized entity values.
TupleSerialFactory(ClassCatalog) - Constructor for class com.sleepycat.collections.TupleSerialFactory
Creates a tuple-serial factory for given environment and class catalog.
TupleSerialKeyCreator - Class in com.sleepycat.bind.serial
A abstract key creator that uses a tuple key and a serial data entry.
TupleSerialKeyCreator(ClassCatalog, Class) - Constructor for class com.sleepycat.bind.serial.TupleSerialKeyCreator
Creates a tuple-serial key creator.
TupleSerialKeyCreator(SerialBinding) - Constructor for class com.sleepycat.bind.serial.TupleSerialKeyCreator
Creates a tuple-serial key creator.
TupleSerialMarshalledBinding - Class in com.sleepycat.bind.serial
A concrete TupleSerialBinding that delegates to the MarshalledTupleKeyEntity interface of the entity class.
TupleSerialMarshalledBinding(ClassCatalog, Class) - Constructor for class com.sleepycat.bind.serial.TupleSerialMarshalledBinding
Creates a tuple-serial marshalled binding object.
TupleSerialMarshalledBinding(SerialBinding) - Constructor for class com.sleepycat.bind.serial.TupleSerialMarshalledBinding
Creates a tuple-serial marshalled binding object.
TupleSerialMarshalledKeyCreator - Class in com.sleepycat.bind.serial
A concrete key creator that works in conjunction with a TupleSerialMarshalledBinding.
TupleSerialMarshalledKeyCreator(TupleSerialMarshalledBinding, String) - Constructor for class com.sleepycat.bind.serial.TupleSerialMarshalledKeyCreator
Creates a tuple-serial marshalled key creator.
TupleTupleBinding - Class in com.sleepycat.bind.tuple
An abstract EntityBinding that treats an entity's key entry and data entry as tuples.
TupleTupleBinding() - Constructor for class com.sleepycat.bind.tuple.TupleTupleBinding
Creates a tuple-tuple entity binding.
TupleTupleKeyCreator - Class in com.sleepycat.bind.tuple
An abstract key creator that uses a tuple key and a tuple data entry.
TupleTupleKeyCreator() - Constructor for class com.sleepycat.bind.tuple.TupleTupleKeyCreator
Creates a tuple-tuple key creator.
TupleTupleMarshalledBinding - Class in com.sleepycat.bind.tuple
A concrete TupleTupleBinding that delegates to the MarshalledTupleEntry and MarshalledTupleKeyEntity interfaces of the entity class.
TupleTupleMarshalledBinding(Class) - Constructor for class com.sleepycat.bind.tuple.TupleTupleMarshalledBinding
Creates a tuple-tuple marshalled binding object.
TupleTupleMarshalledKeyCreator - Class in com.sleepycat.bind.tuple
A concrete key creator that works in conjunction with a TupleTupleMarshalledBinding.
TupleTupleMarshalledKeyCreator(TupleTupleMarshalledBinding, String) - Constructor for class com.sleepycat.bind.tuple.TupleTupleMarshalledKeyCreator
Creates a tuple-tuple marshalled key creator.
txn_begin(DbTxn, int) - Method in class com.sleepycat.db.internal.DbEnv
 
txn_checkpoint(int, int, int) - Method in class com.sleepycat.db.internal.DbEnv
 
txn_recover(int, int) - Method in class com.sleepycat.db.internal.DbEnv
 
txn_stat(int) - Method in class com.sleepycat.db.internal.DbEnv
 

U

ulen - Variable in class com.sleepycat.db.DatabaseEntry
 
UNKNOWN - Static variable in class com.sleepycat.db.DatabaseType
 
unmarshalEntry(TupleInput) - Method in interface com.sleepycat.bind.tuple.MarshalledTupleEntry
Construct the key or data object from the key or data tuple entry.
unmarshalPrimaryKey(TupleInput) - Method in interface com.sleepycat.bind.tuple.MarshalledTupleKeyEntity
Completes construction of the entity by setting its primary key from the stored primary key.
unwrap(Exception) - Static method in class com.sleepycat.util.ExceptionUnwrapper
Unwraps an Exception and returns the underlying Exception, or throws an Error if the underlying Throwable is an Error.
unwrapAny(Throwable) - Static method in class com.sleepycat.util.ExceptionUnwrapper
Unwraps an Exception and returns the underlying Throwable.
upgrade(String, DatabaseConfig) - Static method in class com.sleepycat.db.Database
 
upgrade(String, int) - Method in class com.sleepycat.db.internal.Db
 
upgradeFeedback(Database, int) - Method in interface com.sleepycat.db.FeedbackHandler
 
UtfOps - Class in com.sleepycat.util
UTF operations with more flexibility than is provided by DataInput and DataOutput.
UtfOps() - Constructor for class com.sleepycat.util.UtfOps
 

V

values() - Method in class com.sleepycat.collections.StoredMap
Returns a collection view of the values contained in this map.
verify(String, String, PrintStream, VerifyConfig) - Method in class com.sleepycat.db.Database
 
verify(String, String, OutputStream, int) - Method in class com.sleepycat.db.internal.Db
 
VerifyConfig - Class in com.sleepycat.db
 
VerifyConfig() - Constructor for class com.sleepycat.db.VerifyConfig
 
verifyFeedback(Database, int) - Method in interface com.sleepycat.db.FeedbackHandler
 
VERY_HIGH - Static variable in class com.sleepycat.db.CacheFilePriority
 
VERY_LOW - Static variable in class com.sleepycat.db.CacheFilePriority
 

W

wrapper - Variable in class com.sleepycat.db.internal.Db
 
wrapper - Variable in class com.sleepycat.db.internal.DbEnv
 
wrapper - Variable in class com.sleepycat.db.internal.DbLock
 
wrapper - Variable in class com.sleepycat.db.internal.DbSequence
 
WRITE - Static variable in class com.sleepycat.db.LockRequestMode
 
write(int) - Method in class com.sleepycat.util.FastOutputStream
 
write(byte[]) - Method in class com.sleepycat.util.FastOutputStream
 
write(byte[], int, int) - Method in class com.sleepycat.util.FastOutputStream
 
writeBoolean(boolean) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes a boolean (one byte) unsigned value to the buffer, writing one if the value is true and zero if it is false.
writeByte(int) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes an signed byte (one byte) value to the buffer.
writeBytes(String) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes the specified bytes to the buffer, converting each character to an unsigned byte value.
writeBytes(char[]) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes the specified bytes to the buffer, converting each character to an unsigned byte value.
writeChar(int) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes a char (two byte) unsigned value to the buffer.
writeChars(String) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes the specified characters to the buffer, converting each character to a two byte unsigned value.
writeChars(char[]) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes the specified characters to the buffer, converting each character to a two byte unsigned value.
writeClassDescriptor(ObjectStreamClass) - Method in class com.sleepycat.bind.serial.SerialOutput
 
WRITECURSOR - Static variable in class com.sleepycat.db.CursorConfig
 
writeDouble(double) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes an signed double (eight byte) value to the buffer.
writeFast(int) - Method in class com.sleepycat.util.FastOutputStream
Equivalent to 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.
writeLong(long) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes an signed long (eight byte) value to the buffer.
writeShort(int) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes an signed short (two byte) value to the buffer.
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.

Y

YOUNGEST - Static variable in class com.sleepycat.db.LockDetectMode
 

A B C D E F G H I J K L M N O P Q R S T U V W Y