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

A

ABORT - Static variable in class com.sleepycat.db.RecoveryOperation
The log is being read backward during a transaction abort; undo the operation described by the log record.
abort() - Method in class com.sleepycat.db.Transaction
Cause an abnormal termination of the transaction.
abort() - Method in class com.sleepycat.dbxml.XmlTransaction
Cause an abnormal termination of the 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.
ACK_TIMEOUT - Static variable in class com.sleepycat.db.ReplicationTimeoutType
Configure the amount of time the replication manager's transport function waits to collect enough acknowledgments from replication group clients, before giving up and returning a failure indication.
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).
add(XmlValue) - Method in class com.sleepycat.dbxml.XmlResults
Adds the specified XmlValue to the end of the results set.
addAlias(String) - Method in class com.sleepycat.dbxml.XmlContainer
Adds a new named alias for the container.
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).
addAppendStep(XmlQueryExpression, int, String, String, int) - Method in class com.sleepycat.dbxml.XmlModify
Appends the provided data to the selected node's child nodes.
addAppendStep(XmlQueryExpression, int, String, String) - Method in class com.sleepycat.dbxml.XmlModify
Appends the provided data to the selected node's child nodes.
addAppendStep(XmlQueryExpression, int, String, XmlResults, int) - Method in class com.sleepycat.dbxml.XmlModify
Appends the provided data to the selected node's child nodes, using an XmlResults object as content.
addDataDir(File) - Method in class com.sleepycat.db.EnvironmentConfig
Set the path of a directory to be used as the location of the access method database files.
addDataDir(String) - Method in class com.sleepycat.db.EnvironmentConfig
 
addDefaultIndex(String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Adds a default index to the container.
addDefaultIndex(XmlTransaction, String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Adds a default index to the container in the scope of a transaction.
addDefaultIndex(int, int) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Adds an indexing strategy to the default index specification.
addDefaultIndex(String) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Adds a single indexing strategy to the default index.
addIndex(String, String, String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Adds an index of the specified type for the named document node.
addIndex(XmlTransaction, String, String, String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Adds an index of the specified type for the named document node in the scope of a transaction.
addIndex(String, String, int, int) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Identifies an indexing strategy to set for the identified node.
addIndex(String, String, String) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Adds an index to the index specification.
addInsertAfterStep(XmlQueryExpression, int, String, String) - Method in class com.sleepycat.dbxml.XmlModify
Inserts the provided data into the document after the selected node.
addInsertAfterStep(XmlQueryExpression, int, String, XmlResults) - Method in class com.sleepycat.dbxml.XmlModify
Inserts the provided data into the document after the selected node using the specified XmlResults object as content.
addInsertBeforeStep(XmlQueryExpression, int, String, String) - Method in class com.sleepycat.dbxml.XmlModify
Inserts the provided data into the document before the selected node, as a previous sibling.
addInsertBeforeStep(XmlQueryExpression, int, String, XmlResults) - Method in class com.sleepycat.dbxml.XmlModify
Inserts the provided data into the document before the selected node, as a previous sibling using an XmlResults object as content If the operation's target is an attribute node or the document root node, an exception is thrown at modification execution time.
addRemoveStep(XmlQueryExpression) - Method in class com.sleepycat.dbxml.XmlModify
Removes the node targeted by the selection expression.
addRenameStep(XmlQueryExpression, String) - Method in class com.sleepycat.dbxml.XmlModify
Renames an element node, attribute node, or processing instruction.
addSize(int) - Method in class com.sleepycat.util.FastOutputStream
Skip the given number of bytes in the buffer.
addUpdateStep(XmlQueryExpression, String) - Method in class com.sleepycat.dbxml.XmlModify
Replaces the targeted node's content with text.
ALL - Static variable in class com.sleepycat.db.ReplicationManagerAckPolicy
The master should wait until all replication clients have acknowledged each permanent replication message.
ALL_PEERS - Static variable in class com.sleepycat.db.ReplicationManagerAckPolicy
The master should wait until all electable peers have acknowledged each permanent replication message (where "electable peer" means a client capable of being subsequently elected master of the replication group).
ANY_SIMPLE_TYPE - Static variable in class com.sleepycat.dbxml.XmlValue
 
ANY_URI - Static variable in class com.sleepycat.dbxml.XmlValue
 
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(Transaction, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Database
Append the key/data pair to the end of the database.
appendRecordNumber(Database, DatabaseEntry, int) - Method in interface com.sleepycat.db.RecordNumberAppender
A callback function to modify the stored database based on the generated key.
APPLY - Static variable in class com.sleepycat.db.RecoveryOperation
The log is being applied on a replica site; redo the operation described by the log record.
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.
asBoolean() - Method in class com.sleepycat.dbxml.XmlValue
Returns the value as a BOOLEAN.
asDocument() - Method in class com.sleepycat.dbxml.XmlValue
Returns the value as an XmlDocument.
asEventReader() - Method in class com.sleepycat.dbxml.XmlValue
Returns the value as an XmlEventReader.
asNumber() - Method in class com.sleepycat.dbxml.XmlValue
Returns the value as a DOUBLE.
assignKey(DatabaseEntry) - Method in interface com.sleepycat.collections.PrimaryKeyAssigner
Assigns a new primary key value into the given data buffer.
asString() - Method in class com.sleepycat.dbxml.XmlValue
Returns the value as a STRING.
asString(String) - Method in class com.sleepycat.dbxml.XmlValue
Returns the value as a STRING with the given encoding.
Attribute - Static variable in class com.sleepycat.dbxml.XmlModify
The information to be inserted is an attribute node.
ATTRIBUTE_NODE - Static variable in class com.sleepycat.dbxml.XmlValue
Node type returned by XmlValue.getNodeType().
available() - Method in class com.sleepycat.util.FastInputStream
 

B

BACKWARD_ROLL - Static variable in class com.sleepycat.db.RecoveryOperation
The log is being read backward to determine which transactions have been committed and to abort those operations that were not; undo the operation described by the log record.
BASE_64_BINARY - Static variable in class com.sleepycat.dbxml.XmlValue
 
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
Create a new transaction in the database environment.
BOOLEAN - Static variable in class com.sleepycat.dbxml.XmlValue
 
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
The database is a Btree.
BtreePrefixCalculator - Interface in com.sleepycat.db
An interface specifying how Btree prefixes should be calculated.
BtreeStats - Class in com.sleepycat.db
The BtreeStats object is used to return Btree or Recno database statistics.
BULK - Static variable in class com.sleepycat.db.ReplicationConfig
The replication master should send groups of records to the clients in a single network transfer.
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.
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
This class allows applications to modify settings for a Database using the Database.getCacheFile.
CacheFilePriority - Class in com.sleepycat.db
Priorities that can be assigned to files in the cache.
CacheFileStats - Class in com.sleepycat.db
Statistics for a file in the cache.
CacheStats - Class in com.sleepycat.db
Cache statistics for a database environment.
CATEGORY_ALL - Static variable in class com.sleepycat.dbxml.XmlManager
All messages.
CATEGORY_CONTAINER - Static variable in class com.sleepycat.dbxml.XmlManager
Container messages.
CATEGORY_DICTIONARY - Static variable in class com.sleepycat.dbxml.XmlManager
Dictionary messages.
CATEGORY_INDEXER - Static variable in class com.sleepycat.dbxml.XmlManager
Indexer messages.
CATEGORY_MANAGER - Static variable in class com.sleepycat.dbxml.XmlManager
Manager messages.
CATEGORY_NODESTORE - Static variable in class com.sleepycat.dbxml.XmlManager
Node storage messages.
CATEGORY_NONE - Static variable in class com.sleepycat.dbxml.XmlManager
No message category.
CATEGORY_OPTIMIZER - Static variable in class com.sleepycat.dbxml.XmlManager
Optimizer messages.
CATEGORY_QUERY - Static variable in class com.sleepycat.dbxml.XmlManager
Query processor messages.
CDATA - Static variable in class com.sleepycat.dbxml.XmlEventReader
CDATA event
CDATA_SECTION_NODE - Static variable in class com.sleepycat.dbxml.XmlValue
Node type returned by XmlValue.getNodeType().
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
 
Characters - Static variable in class com.sleepycat.dbxml.XmlEventReader
Character (text) event
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
Synchronously checkpoint the database environment.
CheckpointConfig - Class in com.sleepycat.db
Specifies the attributes of an application invoked checkpoint operation.
CheckpointConfig() - Constructor for class com.sleepycat.db.CheckpointConfig
An instance created using the default constructor is initialized with the system's default settings.
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).
clearNamespaces() - Method in class com.sleepycat.dbxml.XmlQueryContext
Remove all namespace mappings from the query context.
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
Discard the cursor.
close() - Method in class com.sleepycat.db.Database
Flush any cached database information to disk and discard the database handle.
close(boolean) - Method in class com.sleepycat.db.Database
Flush any cached database information to disk and discard the database handle.
close() - Method in class com.sleepycat.db.Environment
Close the database environment, freeing any allocated resources and closing any underlying subsystems.
close() - Method in class com.sleepycat.db.JoinCursor
Closes the cursors that have been opened by this join cursor.
close() - Method in class com.sleepycat.db.LogCursor
Close the log cursor.
close() - Method in class com.sleepycat.db.Sequence
Close a sequence.
close() - Method in class com.sleepycat.dbxml.XmlContainer
Close the container.
close() - Method in class com.sleepycat.dbxml.XmlEventReader
Free the resources associated with this object.
close(boolean) - Method in class com.sleepycat.dbxml.XmlEventWriter
Complete the XmlContainer.putDocumentAsEventWriter(com.sleepycat.dbxml.XmlDocument, com.sleepycat.dbxml.XmlUpdateContext, com.sleepycat.dbxml.XmlDocumentConfig) operation, and free the resources associated with this object.
close() - Method in class com.sleepycat.dbxml.XmlManager
Close the XmlManager instance.
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.db - package com.sleepycat.db
Berkeley DB Java API
[reference guide] [Java programming notes].
com.sleepycat.dbxml - package com.sleepycat.dbxml
Berkeley DB XML Java API
[reference guide].
com.sleepycat.util - package com.sleepycat.util
General utilities used throughout Berkeley DB.
Comment - Static variable in class com.sleepycat.dbxml.XmlEventReader
Comment event
Comment - Static variable in class com.sleepycat.dbxml.XmlModify
The information to be inserted is a comment node.
COMMENT_NODE - Static variable in class com.sleepycat.dbxml.XmlValue
Node type returned by XmlValue.getNodeType().
commit() - Method in class com.sleepycat.db.Transaction
End the transaction.
commit() - Method in class com.sleepycat.dbxml.XmlTransaction
End the transaction.
commitNoSync() - Method in class com.sleepycat.db.Transaction
End the transaction, not committing synchronously.
commitNoSync() - Method in class com.sleepycat.dbxml.XmlTransaction
End the transaction without flushing the log.
commitSync() - Method in class com.sleepycat.db.Transaction
End the transaction, committing synchronously.
commitSync() - Method in class com.sleepycat.dbxml.XmlTransaction
End the transaction and synchronously flush the log.
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.
compact(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, CompactConfig) - Method in class com.sleepycat.db.Database
Compact a Btree or Recno database or returns unused Btree, Hash or Recno database pages to the underlying filesystem.
CompactConfig - Class in com.sleepycat.db
Configuration for Database.compact(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.CompactConfig) operations.
CompactConfig() - Constructor for class com.sleepycat.db.CompactConfig
Construct a default configuration object for compact operations.
compactContainer(String) - Method in class com.sleepycat.dbxml.XmlManager
Compacts the content of the container.
compactContainer(XmlTransaction, String) - Method in class com.sleepycat.dbxml.XmlManager
Compacts the content of the container in the context of a transaction.
CompactStats - Class in com.sleepycat.db
Statistics returned by a Database.compact(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.CompactConfig) operation.
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
Compare two LogSequenceNumber objects.
configuredCollection(Collection, CursorConfig) - Static method in class com.sleepycat.collections.StoredCollections
Creates a configured collection from a given stored collection.
configuredList(List, CursorConfig) - Static method in class com.sleepycat.collections.StoredCollections
Creates a configured list from a given stored list.
configuredMap(Map, CursorConfig) - Static method in class com.sleepycat.collections.StoredCollections
Creates a configured map from a given stored map.
configuredSet(Set, CursorConfig) - Static method in class com.sleepycat.collections.StoredCollections
Creates a configured set from a given stored set.
configuredSortedMap(SortedMap, CursorConfig) - Static method in class com.sleepycat.collections.StoredCollections
Creates a configured sorted map from a given stored sorted map.
configuredSortedSet(SortedSet, CursorConfig) - Static method in class com.sleepycat.collections.StoredCollections
Creates a configured sorted set from a given stored sorted set.
CONNECTION_RETRY - Static variable in class com.sleepycat.db.ReplicationTimeoutType
Configure the amount of time the replication manager will wait before trying to re-establish a connection to another site after a communication failure.
consume(Transaction, DatabaseEntry, DatabaseEntry, boolean) - Method in class com.sleepycat.db.Database
Return the record number and data from the available record closest to the head of the queue, and delete the record.
CONTAINER_CLOSED - Static variable in exception com.sleepycat.dbxml.XmlException
Container is closed and operation requires an open Container
CONTAINER_EXISTS - Static variable in exception com.sleepycat.dbxml.XmlException
Container exists
CONTAINER_NOT_FOUND - Static variable in exception com.sleepycat.dbxml.XmlException
Requested container could not be found
CONTAINER_OPEN - Static variable in exception com.sleepycat.dbxml.XmlException
Container is open and operation requires a closed Container
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
Return a count of the number of data items for the key to which the cursor refers.
createContainer(String) - Method in class com.sleepycat.dbxml.XmlManager
Creates and opens a container, returning a handle to an XmlContainer object.
createContainer(XmlTransaction, String) - Method in class com.sleepycat.dbxml.XmlManager
Creates and opens a container in the context of a transaction, returning a handle to an XmlContainer object.
createContainer(String, XmlContainerConfig) - Method in class com.sleepycat.dbxml.XmlManager
Creates a container, returning a handle to an XmlContainer object.
createContainer(XmlTransaction, String, XmlContainerConfig) - Method in class com.sleepycat.dbxml.XmlManager
Creates a container in the scope of a transaction, returning a handle to an XmlContainer object.
createDocument() - Method in class com.sleepycat.dbxml.XmlManager
Instantiate a XmlDocument object.
createIndexLookup(XmlContainer, String, String, String, XmlValue, int) - Method in class com.sleepycat.dbxml.XmlManager
Returns a XmlIndexLookup object that can be executed to perform and index lookup on a container.
createInputStream(InputStream) - Method in class com.sleepycat.dbxml.XmlManager
Returns a XmlInputStream that wraps a InputStream.
createLocalFileInputStream(String) - Method in class com.sleepycat.dbxml.XmlManager
Returns a XmlInputStream to the file filename.
createLockerID() - Method in class com.sleepycat.db.Environment
Allocate a locker ID.
createMemBufInputStream(String, int, boolean) - Method in class com.sleepycat.dbxml.XmlManager
Returns a XmlInputStream for the buffer buffer.
createModify() - Method in class com.sleepycat.dbxml.XmlManager
Instantiate an XmlModify object.
createQueryContext(int, int) - Method in class com.sleepycat.dbxml.XmlManager
Creates a new XmlQueryContext.
createQueryContext() - Method in class com.sleepycat.dbxml.XmlManager
Creates a new XmlQueryContext.
createQueryContext(int) - Method in class com.sleepycat.dbxml.XmlManager
Creates a new XmlQueryContext.
createResults() - Method in class com.sleepycat.dbxml.XmlManager
Instantiates an new, empty XmlResults object.
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
Creates a secondary key entry, given a primary key and data entry.
createStdInInputStream() - Method in class com.sleepycat.dbxml.XmlManager
Returns an XmlInputStream to the console.
createTransaction() - Method in class com.sleepycat.dbxml.XmlManager
Creates a new XmlTransaction object by calling Environment.beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.TransactionConfig).
createTransaction(Transaction) - Method in class com.sleepycat.dbxml.XmlManager
Creates a new XmlTransaction object by adopting the provided transaction handle.
createTransaction(Transaction, TransactionConfig) - Method in class com.sleepycat.dbxml.XmlManager
Creates a new XmlTransaction object by calling Environment.beginTransaction(com.sleepycat.db.Transaction, com.sleepycat.db.TransactionConfig) with the supplied parent transaction.
createUpdateContext() - Method in class com.sleepycat.dbxml.XmlManager
Instantiates a new, default, XmlUpdateContext object.
createURLInputStream(String, String, String) - Method in class com.sleepycat.dbxml.XmlManager
Creates an input stream to the identified URL.
createURLInputStream(String, String) - Method in class com.sleepycat.dbxml.XmlManager
Creates an input stream to the identified URL.
curPos() - Method in class com.sleepycat.dbxml.XmlInputStream
Returns the number of bytes currently read from the beginning of the input stream.
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
A database cursor.
CursorConfig - Class in com.sleepycat.db
Specify the attributes of database cursor.
CursorConfig() - Constructor for class com.sleepycat.db.CursorConfig
An instance created using the default constructor is initialized with the system's default settings.

D

Database - Class in com.sleepycat.db
A database handle.
Database(String, String, DatabaseConfig) - Constructor for class com.sleepycat.db.Database
Open a database.
DATABASE_ERROR - Static variable in exception com.sleepycat.dbxml.XmlException
Unmapped error from the Berkeley DB database layer
DatabaseConfig - Class in com.sleepycat.db
Specify the attributes of a database.
DatabaseConfig() - Constructor for class com.sleepycat.db.DatabaseConfig
An instance created using the default constructor is initialized with the system's default settings.
DatabaseEntry - Class in com.sleepycat.db
Encodes database key and data items as a byte array.
DatabaseEntry() - Constructor for class com.sleepycat.db.DatabaseEntry
Construct a DatabaseEntry with null data.
DatabaseEntry(byte[]) - Constructor for class com.sleepycat.db.DatabaseEntry
Construct a DatabaseEntry with a given byte array.
DatabaseEntry(byte[], int, int) - Constructor for class com.sleepycat.db.DatabaseEntry
Constructs a DatabaseEntry with a given byte array, offset and size.
DatabaseEntry(ByteBuffer) - Constructor for class com.sleepycat.db.DatabaseEntry
Construct a DatabaseEntry with a given native I/O buffer.
DatabaseException - Exception in com.sleepycat.db
The root of all database exceptions.
DatabaseException(String) - Constructor for exception com.sleepycat.db.DatabaseException
Construct an exception with the specified message.
DatabaseException(String, int) - Constructor for exception com.sleepycat.db.DatabaseException
Construct an exception with the specified message and error number.
DatabaseException(String, int, Environment) - Constructor for exception com.sleepycat.db.DatabaseException
Construct an exception with the specified message and error number associated with a database environment handle.
DatabaseStats - Class in com.sleepycat.db
Statistics for a single database.
DatabaseType - Class in com.sleepycat.db
Database types.
DATE - Static variable in class com.sleepycat.dbxml.XmlValue
 
DATE_TIME - Static variable in class com.sleepycat.dbxml.XmlValue
 
DAY_TIME_DURATION - Static variable in class com.sleepycat.dbxml.XmlValue
 
DeadlockException - Exception in com.sleepycat.db
DeadlockException is thrown to a thread of control when multiple threads competing for a lock are deadlocked, when a lock request has timed out or when a lock request would need to block and the transaction has been configured to not wait for locks.
DeadValues - Static variable in class com.sleepycat.dbxml.XmlQueryContext
A copy of the data stored in Berkeley DB XML is returned.
DECIMAL - Static variable in class com.sleepycat.dbxml.XmlValue
 
DEFAULT - Static variable in class com.sleepycat.db.CacheFilePriority
The default priority.
DEFAULT - Static variable in class com.sleepycat.db.CheckpointConfig
Default configuration used if null is passed to Environment.checkpoint.
DEFAULT - Static variable in class com.sleepycat.db.CompactConfig
Default configuration used if null is passed to methods that create a cursor.
DEFAULT - Static variable in class com.sleepycat.db.CursorConfig
Default configuration used if null is passed to methods that create a cursor.
DEFAULT - Static variable in class com.sleepycat.db.DatabaseConfig
An instance created using the default constructor is initialized with the system's default settings.
DEFAULT - Static variable in class com.sleepycat.db.EnvironmentConfig
 
DEFAULT - Static variable in class com.sleepycat.db.JoinConfig
Default configuration used if null is passed to Database.join
DEFAULT - Static variable in class com.sleepycat.db.LockDetectMode
Use whatever lock policy was specified when the database environment was created.
DEFAULT - Static variable in class com.sleepycat.db.LockMode
Acquire read locks for read operations and write locks for write operations.
DEFAULT - Static variable in class com.sleepycat.db.SecondaryConfig
 
DEFAULT - Static variable in class com.sleepycat.db.SequenceConfig
Default configuration used if null is passed to methods that create a cursor.
DEFAULT - Static variable in class com.sleepycat.db.StatsConfig
 
DEFAULT - Static variable in class com.sleepycat.db.TransactionConfig
Default configuration used if null is passed to methods that create a transaction.
DEFAULT - Static variable in class com.sleepycat.db.VerifyConfig
Default configuration used if null is passed to Database.verify.
DEFAULT - Static variable in class com.sleepycat.dbxml.XmlContainerConfig
The default configuration settings for XmlContainers.
DEFAULT - Static variable in class com.sleepycat.dbxml.XmlDocumentConfig
The default settings.
DEFAULT - Static variable in class com.sleepycat.dbxml.XmlManagerConfig
The default configuration settings for XmlManagers.
DEFAULT_BUMP_SIZE - Static variable in class com.sleepycat.util.FastOutputStream
The default amount that the buffer is increased when it is full.
DEFAULT_INIT_SIZE - Static variable in class com.sleepycat.util.FastOutputStream
The default initial size of the buffer if no initialSize parameter is specified.
DEFAULT_ITERATOR_BLOCK_SIZE - Static variable in class com.sleepycat.collections.StoredCollection
The default number of records read at one time by iterators.
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
Deprecated. This has been replaced by CursorConfig.READ_COMMITTED to conform to ANSI database isolation terminology.
DEGREE_2 - Static variable in class com.sleepycat.db.LockMode
Deprecated. This has been replaced by LockMode.READ_COMMITTED to conform to ANSI database isolation terminology.
DELAYCLIENT - Static variable in class com.sleepycat.db.ReplicationConfig
The client should delay synchronizing to a newly declared master (defaults to off).
delete() - Method in class com.sleepycat.db.Cursor
Delete the key/data pair to which the cursor refers.
delete(Transaction, DatabaseEntry) - Method in class com.sleepycat.db.Database
Remove key/data pairs from the database.
delete() - Method in class com.sleepycat.dbxml.XmlContainer
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlDocument
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlIndexLookup
Free the native resources associated with this object
delete() - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlInputStream
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlManager
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlMetaData
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlMetaDataIterator
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlModify
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlQueryContext
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlQueryExpression
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlResolver
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlResults
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlStatistics
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlTransaction
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlUpdateContext
Free the native resources associated with this object.
delete() - Method in class com.sleepycat.dbxml.XmlValue
Free the native resources associated with this object.
deleteDefaultIndex(String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Deletes the default index for the container.
deleteDefaultIndex(XmlTransaction, String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Deletes the default index for the container in the scope of a transaction.
deleteDefaultIndex(int, int) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Delete the identified index from the default index specification.
deleteDefaultIndex(String) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Deletes one or more indexing strategies to the default index.
deleteDocument(String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Removes the named document from the container.
deleteDocument(XmlDocument, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Removes the specified XmlDocument from the container.
deleteDocument(XmlTransaction, String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Removes the named document from the container in the scope of a transaction.
deleteDocument(XmlTransaction, XmlDocument, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Removes the specified XmlDocument from the container in the scope of a transaction.
deleteIndex(String, String, String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Deletes an index of the specified type for the named document node.
deleteIndex(XmlTransaction, String, String, String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Deletes an index of the specified type for the named document node in the context of a transaction.
deleteIndex(String, String, int, int) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Deletes a single index strategy from the identified node.
deleteIndex(String, String, String) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Deletes indexing strategies for a named document or metadata node.
detectDeadlocks(LockDetectMode) - Method in class com.sleepycat.db.Environment
Run one iteration of the deadlock detector.
DIRTY_READ - Static variable in class com.sleepycat.db.CursorConfig
Deprecated. This has been replaced by CursorConfig.READ_UNCOMMITTED to conform to ANSI database isolation terminology.
DIRTY_READ - Static variable in class com.sleepycat.db.LockMode
Deprecated. This has been replaced by LockMode.READ_UNCOMMITTED to conform to ANSI database isolation terminology.
dirtyReadCollection(Collection) - Static method in class com.sleepycat.collections.StoredCollections
Deprecated. This method has been replaced by StoredCollections.configuredCollection(java.util.Collection, com.sleepycat.db.CursorConfig) in order to conform to ANSI database isolation terminology. To obtain a dirty-read collection, pass CursorConfig.READ_UNCOMMITTED
dirtyReadList(List) - Static method in class com.sleepycat.collections.StoredCollections
Deprecated. This method has been replaced by StoredCollections.configuredList(java.util.List, com.sleepycat.db.CursorConfig) in order to conform to ANSI database isolation terminology. To obtain a dirty-read list, pass CursorConfig.READ_UNCOMMITTED
dirtyReadMap(Map) - Static method in class com.sleepycat.collections.StoredCollections
Deprecated. This method has been replaced by StoredCollections.configuredMap(java.util.Map, com.sleepycat.db.CursorConfig) in order to conform to ANSI database isolation terminology. To obtain a dirty-read map, pass CursorConfig.READ_UNCOMMITTED
dirtyReadSet(Set) - Static method in class com.sleepycat.collections.StoredCollections
Deprecated. This method has been replaced by StoredCollections.configuredSet(java.util.Set, com.sleepycat.db.CursorConfig) in order to conform to ANSI database isolation terminology. To obtain a dirty-read set, pass CursorConfig.READ_UNCOMMITTED
dirtyReadSortedMap(SortedMap) - Static method in class com.sleepycat.collections.StoredCollections
Deprecated. This method has been replaced by StoredCollections.configuredSortedMap(java.util.SortedMap, com.sleepycat.db.CursorConfig) in order to conform to ANSI database isolation terminology. To obtain a dirty-read map, pass CursorConfig.READ_UNCOMMITTED
dirtyReadSortedSet(SortedSet) - Static method in class com.sleepycat.collections.StoredCollections
Deprecated. This method has been replaced by StoredCollections.configuredSortedSet(java.util.SortedSet, com.sleepycat.db.CursorConfig) in order to conform to ANSI database isolation terminology. To obtain a dirty-read set, pass CursorConfig.READ_UNCOMMITTED
discard() - Method in class com.sleepycat.db.Transaction
Free up all the per-process resources associated with the specified Transaction handle, neither committing nor aborting the transaction.
DOCUMENT_FRAGMENT_NODE - Static variable in class com.sleepycat.dbxml.XmlValue
Node type returned by XmlValue.getNodeType().
DOCUMENT_NODE - Static variable in class com.sleepycat.dbxml.XmlValue
Node type returned by XmlValue.getNodeType().
DOCUMENT_NOT_FOUND - Static variable in exception com.sleepycat.dbxml.XmlException
Named document not found
DOCUMENT_TYPE_NODE - Static variable in class com.sleepycat.dbxml.XmlValue
Node type returned by XmlValue.getNodeType().
DOM_PARSER_ERROR - Static variable in exception com.sleepycat.dbxml.XmlException
Error while parsing a document for querying
DOUBLE - Static variable in class com.sleepycat.dbxml.XmlValue
 
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.
doubleToEntry(double, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.SortedDoubleBinding
Converts a simple double value into an entry buffer.
doWork() - Method in interface com.sleepycat.collections.TransactionWorker
Perform the work for a single transaction.
DTD - Static variable in class com.sleepycat.dbxml.XmlEventReader
DTD event
dumpContainer(String, String) - Method in class com.sleepycat.dbxml.XmlManager
Dumps the contents of the specified container to the specified output file.
dup() - Method in class com.sleepycat.collections.StoredIterator
 
dup(boolean) - Method in class com.sleepycat.db.Cursor
Return a new cursor with the same transaction and locker ID as the original cursor.
dup(boolean) - Method in class com.sleepycat.db.SecondaryCursor
Returns a new SecondaryCursor for the same transaction as the original cursor.
duplicates(Object) - Method in class com.sleepycat.collections.StoredMap
Returns a new collection containing the values mapped to the given key in this map.
duplicatesMap(Object, EntryBinding) - Method in class com.sleepycat.collections.StoredMap
Returns a new map from primary key to value for the subset of records having a given secondary key (duplicates).
dupSecondary(boolean) - Method in class com.sleepycat.db.SecondaryCursor
Returns a new copy of the cursor as a SecondaryCursor.
DURATION - Static variable in class com.sleepycat.dbxml.XmlValue
 

E

Eager - Static variable in class com.sleepycat.dbxml.XmlQueryContext
The query is executed and its resultant values are derived and stored in-memory before evaluation of the query is completed.
EID_BROADCAST - Static variable in interface com.sleepycat.db.ReplicationTransport
A message that should be broadcast to every environment in the replication group.
EID_INVALID - Static variable in interface com.sleepycat.db.ReplicationTransport
An invalid environment ID, and may be used to initialize environment ID variables that are subsequently checked for validity.
ELECTION_RETRY - Static variable in class com.sleepycat.db.ReplicationTimeoutType
Configure the amount of time the replication manager will wait before retrying a failed election.
ELECTION_TIMEOUT - Static variable in class com.sleepycat.db.ReplicationTimeoutType
The timeout period for an election.
electReplicationMaster(int, int) - Method in class com.sleepycat.db.Environment
Hold an election for the master of a replication group.
Element - Static variable in class com.sleepycat.dbxml.XmlModify
The information to be inserted is an element node.
ELEMENT_NODE - Static variable in class com.sleepycat.dbxml.XmlValue
Node type returned by XmlValue.getNodeType().
encodingSet() - Method in class com.sleepycat.dbxml.XmlEventReader
Return whether the encoding is explicitly set in the XML declaration for the document.
EndDocument - Static variable in class com.sleepycat.dbxml.XmlEventReader
End document event
EndElement - Static variable in class com.sleepycat.dbxml.XmlEventReader
End element event
EndEntityReference - Static variable in class com.sleepycat.dbxml.XmlEventReader
End entity reference event
ENTITY_NODE - Static variable in class com.sleepycat.dbxml.XmlValue
Node type returned by XmlValue.getNodeType().
ENTITY_REFERENCE_NODE - Static variable in class com.sleepycat.dbxml.XmlValue
Node type returned by XmlValue.getNodeType().
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.
entryToDouble(DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.SortedDoubleBinding
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.
entryToFloat(DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.SortedFloatBinding
Converts an entry buffer into a simple float value.
entryToInput(DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.TupleBase
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.SortedDoubleBinding
 
entryToObject(TupleInput) - Method in class com.sleepycat.bind.tuple.SortedFloatBinding
 
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.
Environment - Class in com.sleepycat.db
A database environment.
Environment(File, EnvironmentConfig) - Constructor for class com.sleepycat.db.Environment
Create a database environment handle.
EnvironmentConfig - Class in com.sleepycat.db
Specifies the attributes of an environment.
EnvironmentConfig() - Constructor for class com.sleepycat.db.EnvironmentConfig
Create an EnvironmentConfig initialized with the system default settings.
EQ - Static variable in class com.sleepycat.dbxml.XmlIndexLookup
Operation equal (==)
equal - Variable in class com.sleepycat.db.KeyRange
Zero if there is no matching key, and non-zero otherwise.
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.DatabaseEntry
Compares the data of two entries for byte-by-byte equality.
equals(XmlValue) - Method in class com.sleepycat.dbxml.XmlValue
Determines if two XmlValue objects represent the same value.
error(Environment, String, String) - Method in interface com.sleepycat.db.ErrorHandler
A callback function to be called when an error occurs in the Berkeley DB library.
ErrorHandler - Interface in com.sleepycat.db
An interface specifying a callback function to be called when an error occurs in the Berkeley DB library.
EVENT_ERROR - Static variable in exception com.sleepycat.dbxml.XmlException
Error during XmlEventReader or XmlEventWriter processing
EventHandler - Interface in com.sleepycat.db
An interface specifying a callback function to be called when an event is sent from the Berkeley DB library.
EventType - Class in com.sleepycat.db
Event types.
ExceptionUnwrapper - Class in com.sleepycat.util
Unwraps nested exceptions by calling the ExceptionWrapper.getCause() 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.
execute(XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlIndexLookup
Executes the index lookup operation specified by the configuration of the XmlIndexLookup object.
execute(XmlTransaction, XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlIndexLookup
Executes the index lookup operation specified by the configuration of the XmlIndexLookup object.
execute(XmlQueryContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlIndexLookup
Executes the index lookup operation specified by the configuration of the XmlIndexLookup object.
execute(XmlTransaction, XmlQueryContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlIndexLookup
Executes the index lookup operation specified by the configuration of the XmlIndexLookup object.
execute(XmlValue, XmlQueryContext, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlModify
Executes one or more document modification operations (or steps) against an XmlValue object.
execute(XmlResults, XmlQueryContext, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlModify
Executes one or more document modification operations (or steps) against an XmlValue object.
execute(XmlTransaction, XmlValue, XmlQueryContext, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlModify
Executes one or more document modification operations (or steps) against an XmlValue object.
execute(XmlTransaction, XmlResults, XmlQueryContext, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlModify
Executes one or more document modification operations (or steps) against an XmlValue object.
execute(XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlQueryExpression
Evaluates the XQuery expression against the containers and documents identified by the query.
execute(XmlQueryContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlQueryExpression
Evaluates the XQuery expression against the containers and documents identified by the query, with configuration.
execute(XmlTransaction, XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlQueryExpression
Evaluates the XQuery expression against the containers and documents identified by the query, from within the scope of the provided XmlTransaction object.
execute(XmlTransaction, XmlQueryContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlQueryExpression
Evaluates the XQuery expression against the containers and documents identified by the query, from within the scope of the provided XmlTransaction object, with configuration.
execute(XmlValue, XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlQueryExpression
Evaluates the XQuery expression against the provided context item in the given query context.
execute(XmlValue, XmlQueryContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlQueryExpression
Evaluates the XQuery expression against the provided context item in the given query context with configuration.
execute(XmlTransaction, XmlValue, XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlQueryExpression
Evaluates the XQuery expression against the provided context item in the given query context, from within the scope of the provided XmlTransaction object.
execute(XmlTransaction, XmlValue, XmlQueryContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlQueryExpression
Evaluates the XQuery expression against the provided context item, from within the scope of the provided XmlTransaction object.
existsContainer(String) - Method in class com.sleepycat.dbxml.XmlManager
See if a container exists.
EXPIRE - Static variable in class com.sleepycat.db.LockDetectMode
Reject lock requests which have timed out.

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
An interface specifying a function to be called to provide feedback.
fetchAllData() - Method in class com.sleepycat.dbxml.XmlDocument
This method causes all document data and metadata to be retrieved.
find(String, String) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Returns the indexing strategies for a named document or metadata node.
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.
FLOAT - Static variable in class com.sleepycat.dbxml.XmlValue
 
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.
floatToEntry(float, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.SortedFloatBinding
Converts a simple float value into an entry buffer.
flushReplication() - Method in class com.sleepycat.db.Environment
Internal method: re-push the last log record to all clients, in case they've lost messages and don't know it.
FORWARD_ROLL - Static variable in class com.sleepycat.db.RecoveryOperation
The log is being played forward; redo the operation described by the log record.
freeLockerID(int) - Method in class com.sleepycat.db.Environment
Free a locker ID.
fromFlag(int) - Static method in class com.sleepycat.db.RecoveryOperation
Internal: this is public only so it can be called from an internal package.
fromInt(int) - Static method in class com.sleepycat.db.EventType
Internal: this is public only so it can be called from an internal package.

G

G_DAY - Static variable in class com.sleepycat.dbxml.XmlValue
 
G_MONTH - Static variable in class com.sleepycat.dbxml.XmlValue
 
G_MONTH_DAY - Static variable in class com.sleepycat.dbxml.XmlValue
 
G_YEAR - Static variable in class com.sleepycat.dbxml.XmlValue
 
G_YEAR_MONTH - Static variable in class com.sleepycat.dbxml.XmlValue
 
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
Retrieves the key/data pair with the given key.
GET - Static variable in class com.sleepycat.db.LockOperation
Get the lock defined by the values of the mode and obj fields, for the specified locker.
get(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryDatabase
Retrieves the key/data pair with the given key.
get(Transaction, int) - Method in class com.sleepycat.db.Sequence
Return the next available element in the sequence and changes the sequence value by delta.
get_name() - Method in class com.sleepycat.dbxml.XmlMetaData
Get the name used for the metadata item retrieved by this method.
GET_TIMEOUT - Static variable in class com.sleepycat.db.LockOperation
Identical to LockOperation GET except that the value in the timeout field overrides any previously specified timeout value for this lock.
get_uri() - Method in class com.sleepycat.dbxml.XmlMetaData
Get the URI used for the metadata item retrieved by this method.
get_value() - Method in class com.sleepycat.dbxml.XmlMetaData
Contains the XmlValue contained by the metadata item retrieved by this method.
get_version_major() - Static method in class com.sleepycat.dbxml.XmlManager
Returns the DB XML release's major version number.
get_version_minor() - Static method in class com.sleepycat.dbxml.XmlManager
Returns the DB XML release's minor version number.
get_version_patch() - Static method in class com.sleepycat.dbxml.XmlManager
Returns the DB XML release's patch version number.
get_version_string() - Static method in class com.sleepycat.dbxml.XmlManager
Returns the DB XML release's version as a string.
getAdoptEnvironment() - Method in class com.sleepycat.dbxml.XmlManagerConfig
Gets whether the XmlManager object will close and delete the underlying environment handle at the end of the XmlManager's life.
getAggressive() - Method in class com.sleepycat.db.VerifyConfig
Return true if the Database.verify is configured to output all the key/data pairs in the file that can be found.
getAllDocuments(XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Returns all XmlDocument objects in the container, with configuration options.
getAllDocuments(XmlTransaction, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Returns all XmlDocument objects in the container, with configuration options, in the context of a transaction.
getAlloc() - Method in class com.sleepycat.db.CacheStats
Number of page allocations.
getAllocBuckets() - Method in class com.sleepycat.db.CacheStats
Number of hash buckets checked during allocation.
getAllocMaxBuckets() - Method in class com.sleepycat.db.CacheStats
Maximum number of hash buckets checked during an allocation.
getAllocMaxPages() - Method in class com.sleepycat.db.CacheStats
Maximum number of pages checked during an allocation.
getAllocPages() - Method in class com.sleepycat.db.CacheStats
Number of pages checked during allocation.
getAllowAutoOpen() - Method in class com.sleepycat.dbxml.XmlManagerConfig
Gets whether XQuery queries that reference unopened containers will automatically open those containers.
getAllowCreate() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the Environment.openDatabase method is configured to create the database if it does not already exist.
getAllowCreate() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment is configured to create any underlying files, as necessary.
getAllowCreate() - Method in class com.sleepycat.db.SequenceConfig
Return true if the Database.openSequence method is configured to create the sequence if it does not already exist.
getAllowExternalAccess() - Method in class com.sleepycat.dbxml.XmlManagerConfig
Gets whether XQuery queries are allowed to access data sources external to the container, such as files on disk or http URIs.
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
Returns whether automatic population of the secondary is allowed.
getAllowValidation() - Method in class com.sleepycat.dbxml.XmlContainerConfig
Gets whether documents are validated when loaded into the container, if they refer to a DTD or XML Schema.
getApplyChangesToContainers() - Method in class com.sleepycat.dbxml.XmlUpdateContext
Gets whether changes made to an XmlValue or XmlDocument are saved to the corresponding XmlContainer.
getArchiveDatabases() - Method in class com.sleepycat.db.Environment
Return the names of the database files that need to be archived in order to recover the database from catastrophic failure.
getArchiveLogFiles(boolean) - Method in class com.sleepycat.db.Environment
Return the names of all of the log files that are no longer in use.
getAttributeCount() - Method in class com.sleepycat.dbxml.XmlEventReader
Return the number of attributes for a StartElement event.
getAttributeLocalName(int) - Method in class com.sleepycat.dbxml.XmlEventReader
Return the local name of the attribute specified by the index parameter.
getAttributeNamespaceURI(int) - Method in class com.sleepycat.dbxml.XmlEventReader
Return the namespace URI of the attribute specified by the index parameter.
getAttributePrefix(int) - Method in class com.sleepycat.dbxml.XmlEventReader
Return the prefix of the attribute specified by the index parameter.
getAttributes() - Method in class com.sleepycat.dbxml.XmlValue
Returns returns a XmlResults that contains all of the attributes appearing on this node.
getAttributeValue(int) - Method in class com.sleepycat.dbxml.XmlEventReader
Return the text value of the attribute specified by the index parameter.
getAutoCommitNoSync() - Method in class com.sleepycat.db.SequenceConfig
Return true if the auto-commit operations on the sequence are configure to not flush the transaction log..
getBaseClass() - Method in class com.sleepycat.bind.serial.SerialBinding
Returns the base class for this binding.
getBaseURI() - Method in class com.sleepycat.dbxml.XmlQueryContext
Returns the base URI set for this XmlQueryContext object.
getBFree() - Method in class com.sleepycat.db.HashStats
The number of bytes free on bucket pages.
getBigBFree() - Method in class com.sleepycat.db.HashStats
The number of bytes free on big item pages.
getBigPages() - Method in class com.sleepycat.db.HashStats
The number of big key/data pages.
getBtreeComparator() - Method in class com.sleepycat.db.DatabaseConfig
Return the Comparator used to compare keys in a Btree.
getBtreeMinKey() - Method in class com.sleepycat.db.DatabaseConfig
Return the minimum number of key/data pairs intended to be stored on any single Btree leaf page.
getBtreePrefixCalculator() - Method in class com.sleepycat.db.DatabaseConfig
Return the Btree prefix callback.
getBtreeRecordNumbers() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the Btree is configured to support retrieval by record number.
getBuckets() - Method in class com.sleepycat.db.HashStats
The the number of hash buckets.
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.
getBulkFills() - Method in class com.sleepycat.db.ReplicationStats
The number of times the bulk buffer filled up, forcing the buffer content to be sent.
getBulkOverflows() - Method in class com.sleepycat.db.ReplicationStats
The number of times a record was bigger than the entire bulk buffer, and therefore had to be sent as a singleton.
getBulkRecords() - Method in class com.sleepycat.db.ReplicationStats
The number of records added to a bulk buffer.
getBulkTransfers() - Method in class com.sleepycat.db.ReplicationStats
The number of bulk buffers transferred (via a call to the application's ReplicationTransport.send(com.sleepycat.db.Environment, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.LogSequenceNumber, int, boolean, boolean, boolean, boolean) method).
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
Return the database byte order; a byte order of 4,321 indicates a big endian order, and a byte order of 1,234 indicates a little endian order.
getBytes() - Method in class com.sleepycat.db.CacheStats
Bytes of cache (total cache size is st_gbytes + st_bytes).
getByteSwapped() - Method in class com.sleepycat.db.DatabaseConfig
Return if the underlying database files were created on an architecture of the same byte order as the current one.
getCacheCount() - Method in class com.sleepycat.db.DatabaseConfig
Return the number of shared memory buffer pools, that is, the number of caches.
getCacheCount() - Method in class com.sleepycat.db.EnvironmentConfig
Return the number of shared memory buffer pools, that is, the number of caches.
getCacheFile() - Method in class com.sleepycat.db.Database
Return the handle for the cache file underlying the database.
getCacheFileStats(StatsConfig) - Method in class com.sleepycat.db.Environment
Return the database environment's per-file memory pool (that is, the buffer cache) statistics.
getCacheHit() - Method in class com.sleepycat.db.CacheFileStats
Requested pages found in the cache.
getCacheHit() - Method in class com.sleepycat.db.CacheStats
Requested pages found in the cache.
getCacheMiss() - Method in class com.sleepycat.db.CacheFileStats
Requested pages not found in the cache.
getCacheMiss() - Method in class com.sleepycat.db.CacheStats
Requested pages not found in the cache.
getCacheSize() - Method in class com.sleepycat.db.DatabaseConfig
Return the size of the shared memory buffer pool, that is, the cache.
getCacheSize() - Method in class com.sleepycat.db.EnvironmentConfig
Return the size of the shared memory buffer pool, that is, the cache.
getCacheSize() - Method in class com.sleepycat.db.SequenceConfig
Return the number of elements cached by a sequence handle..
getCacheSize() - Method in class com.sleepycat.db.SequenceStats
The number of values that will be cached in this handle.
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.
getCause() - Method in interface com.sleepycat.util.ExceptionWrapper
Returns the nested exception or null if none is present.
getCause() - Method in exception com.sleepycat.util.IOExceptionWrapper
 
getCause() - Method in exception com.sleepycat.util.RuntimeExceptionWrapper
 
getCData() - Method in class com.sleepycat.db.ReplicationStatus
Whenever the system receives contact information from a new environment, a copy of the opaque data specified in the cdata parameter to the Environment.startReplication is available from the getCDAta method.
getCDBLockAllDatabases() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the Concurrent Data Store applications are configured to perform locking on an environment-wide basis rather than on a per-database basis.
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
Return true if the database environment is configured to do checksum verification of pages read into the cache from the backing filestore.
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
 
getClassLoader() - Method in class com.sleepycat.bind.serial.SerialBinding
Returns the class loader to be used during deserialization, or null if a default class loader should be used.
getClear() - Method in class com.sleepycat.db.StatsConfig
Return if the statistics operation is configured to reset statistics after they are returned.
getClientRerequests() - Method in class com.sleepycat.db.ReplicationStats
The number of times this client site received a "re-request" message, indicating that a request it previously sent to another client could not be serviced by that client.
getClientSvcMiss() - Method in class com.sleepycat.db.ReplicationStats
The number of "request" type messages received by this client that could not be processed, forcing the originating requestor to try sending the request to the master (or another client).
getClientSvcReq() - Method in class com.sleepycat.db.ReplicationStats
The number of "request" type messages received by this client.
getCollection() - Method in class com.sleepycat.collections.StoredIterator
Returns the collection associated with this iterator.
getConfig() - Method in class com.sleepycat.db.Cursor
Return this cursor's configuration.
getConfig() - Method in class com.sleepycat.db.Database
Return this Database object's configuration.
getConfig() - Method in class com.sleepycat.db.Environment
Return this object's configuration.
getConfig() - Method in class com.sleepycat.db.JoinCursor
Returns this object's configuration.
getConfig() - Method in class com.sleepycat.db.SecondaryDatabase
Return this Database object's configuration.
getContainer() - Method in class com.sleepycat.dbxml.XmlIndexLookup
Gets the container on which the index lookup operation is to be performed.
getContainerConfig() - Method in class com.sleepycat.dbxml.XmlContainer
Returns the configuration object for the container.
getContainerType() - Method in class com.sleepycat.dbxml.XmlContainer
Returns the container's type.
getContent() - Method in class com.sleepycat.dbxml.XmlDocument
Returns the document's content as a byte array.
getContentAsEventReader() - Method in class com.sleepycat.dbxml.XmlDocument
Returns the document's content as an XmlEventReader.
getContentAsEventWriter(XmlEventWriter) - Method in class com.sleepycat.dbxml.XmlDocument
Writes the document's content as events to the specified XmlEventWriter, then calls XmlEventWriter.close(boolean) to release resources.
getContentAsInputStream() - Method in class com.sleepycat.dbxml.XmlDocument
Returns the document's content as an InputStream.
getContentAsString() - Method in class com.sleepycat.dbxml.XmlDocument
Returns the document's content as a string.
getContentAsXmlInputStream() - Method in class com.sleepycat.dbxml.XmlDocument
Returns the document's content as an XmlInputStream.
getCurFile() - Method in class com.sleepycat.db.LogStats
The current log file number.
getCurMaxId() - Method in class com.sleepycat.db.LockStats
 
getCurOffset() - Method in class com.sleepycat.db.LogStats
The byte offset in the current log file.
getCurRecno() - Method in class com.sleepycat.db.QueueStats
The next available record number.
getCurrent(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
Returns the key/data pair to which the cursor refers.
getCurrent(LogSequenceNumber, DatabaseEntry) - Method in class com.sleepycat.db.LogCursor
Return the LogSequenceNumber and log record to which the log cursor currently refers.
getCurrent(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
Returns the key/data pair to which the cursor refers.
getCurrent() - Method in class com.sleepycat.db.SequenceStats
The current value of the sequence in the database.
getCursorConfig() - Method in class com.sleepycat.collections.StoredContainer
Returns the cursor configuration that is used for all operations performed via this container.
getData() - Method in class com.sleepycat.db.DatabaseEntry
Return the byte array.
getDatabase() - Method in class com.sleepycat.db.Cursor
Return the Database handle associated with this Cursor.
getDatabase() - Method in class com.sleepycat.db.JoinCursor
Returns the primary database handle associated with this cursor.
getDatabase() - Method in class com.sleepycat.db.Sequence
Return the Database handle associated with this sequence.
getDatabaseEntry() - Method in exception com.sleepycat.db.MemoryException
Returns the DatabaseEntry object with insufficient memory to complete the operation to complete the operation.
getDatabaseException() - Method in exception com.sleepycat.dbxml.XmlException
Retrieves the Berkeley DB exception object for an XmlException with error code DATABASE_ERROR.
getDatabaseFile() - Method in class com.sleepycat.db.Database
Return the database's underlying file name.
getDatabaseName() - Method in class com.sleepycat.db.Database
Return the database name.
getDataDirs() - Method in class com.sleepycat.db.EnvironmentConfig
Return the array of data directories.
getDataNIO() - Method in class com.sleepycat.db.DatabaseEntry
Return the java.nio.ByteBuffer.
getDeadlock() - Method in class com.sleepycat.db.CompactStats
Return the if no transaction parameter was specified to Database.compact(com.sleepycat.db.Transaction, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.DatabaseEntry, com.sleepycat.db.CompactConfig), the number of deadlocks which occurred..
getDecrement() - Method in class com.sleepycat.db.SequenceConfig
Return true if the sequence is configured to decrement.
getDefaultCollection() - Method in class com.sleepycat.dbxml.XmlQueryContext
Returns the default collection for use in fn:collection() with no arguments in an XQuery expression.
getDefaultContainerConfig() - Method in class com.sleepycat.dbxml.XmlManager
Gets the default configuration object used for containers opened and created by this XmlManager object.
getDefaultContainerType() - Method in class com.sleepycat.dbxml.XmlManager
Returns the default type used for containers opened and created by this XmlManager object.
getDefaultIndex() - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Retrieves the default index.
getDefaultPageSize() - Method in class com.sleepycat.dbxml.XmlManager
Gets the size of the pages used to store documents in the database.
getDefaultSequenceIncrement() - Method in class com.sleepycat.dbxml.XmlManager
Returns the integer increment to be used when pre-allocating document ids for new documents created by XmlContainer.putDocument(com.sleepycat.dbxml.XmlDocument, com.sleepycat.dbxml.XmlUpdateContext).
getDegree2() - Method in class com.sleepycat.db.CursorConfig
Deprecated. This has been replaced by CursorConfig.getReadCommitted() to conform to ANSI database isolation terminology.
getDegree2() - Method in class com.sleepycat.db.TransactionConfig
Deprecated. This has been replaced by TransactionConfig.getReadCommitted() to conform to ANSI database isolation terminology.
getDetail() - Method in interface com.sleepycat.util.ExceptionWrapper
Deprecated. replaced by ExceptionWrapper.getCause().
getDetail() - Method in exception com.sleepycat.util.IOExceptionWrapper
Deprecated. replaced by IOExceptionWrapper.getCause().
getDetail() - Method in exception com.sleepycat.util.RuntimeExceptionWrapper
Deprecated. replaced by RuntimeExceptionWrapper.getCause().
getDirectDatabaseIO() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment has been configured to not buffer database files.
getDirectLogIO() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment has been configured to not buffer log files.
getDirtyRead() - Method in class com.sleepycat.db.CursorConfig
Deprecated. This has been replaced by CursorConfig.getReadUncommitted() to conform to ANSI database isolation terminology.
getDirtyRead() - Method in class com.sleepycat.db.DatabaseConfig
Deprecated. This has been replaced by DatabaseConfig.getReadUncommitted() to conform to ANSI database isolation terminology.
getDirtyRead() - Method in class com.sleepycat.db.TransactionConfig
Deprecated. This has been replaced by TransactionConfig.getReadUncommitted() to conform to ANSI database isolation terminology.
getDiskFile() - Method in class com.sleepycat.db.LogStats
The log file number of the last record known to be on disk.
getDiskOffset() - Method in class com.sleepycat.db.LogStats
The byte offset of the last record known to be on disk.
getDocument(String) - Method in class com.sleepycat.dbxml.XmlContainer
Returns the XmlDocument with the specified name.
getDocument(String, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Returns the XmlDocument with the specified name, with configuration options.
getDocument(XmlTransaction, String) - Method in class com.sleepycat.dbxml.XmlContainer
Returns the XmlDocument with the specified name in the scope of a transaction.
getDocument(XmlTransaction, String, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Returns the XmlDocument with the specified name in the scope of a transaction, with configuration options.
getDocumentsOnly() - Method in class com.sleepycat.dbxml.XmlDocumentConfig
Gets whether index lookups will return documents or nodes for containers with node indexes.
getDsyncDatabases() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment has been configured to flush database writes to the backing disk before returning from the write system call.
getDsyncLog() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment has been configured to flush log writes to the backing disk before returning from the write system call.
getDup() - Method in class com.sleepycat.db.HashStats
The number of duplicate pages.
getDupFree() - Method in class com.sleepycat.db.HashStats
The number of bytes free on duplicate pages.
getDuplicateComparator() - Method in class com.sleepycat.db.DatabaseConfig
Return the duplicate data item comparison callback.
getDupmasters() - Method in class com.sleepycat.db.ReplicationStats
The number of duplicate master conditions detected.
getDupPages() - Method in class com.sleepycat.db.BtreeStats
The number of database duplicate pages.
getDupPagesFree() - Method in class com.sleepycat.db.BtreeStats
The number of bytes free in database duplicate pages.
getEgen() - Method in class com.sleepycat.db.ReplicationStats
The current election generation number.
getElectionCurWinner() - Method in class com.sleepycat.db.ReplicationStats
The election winner.
getElectionGen() - Method in class com.sleepycat.db.ReplicationStats
The election generation number.
getElectionLsn() - Method in class com.sleepycat.db.ReplicationStats
The maximum LSN of election winner.
getElectionNumSites() - Method in class com.sleepycat.db.ReplicationStats
The number sites expected to participate in elections.
getElectionNumVotes() - Method in class com.sleepycat.db.ReplicationStats
The number of votes required to complete the election.
getElectionPriority() - Method in class com.sleepycat.db.ReplicationStats
The election priority.
getElections() - Method in class com.sleepycat.db.ReplicationStats
The number of elections held.
getElectionSec() - Method in class com.sleepycat.db.ReplicationStats
The number of seconds the last election took (the total election time is this plus ReplicationStats.getElectionUsec()).
getElectionStatus() - Method in class com.sleepycat.db.ReplicationStats
The current election phase (0 if no election is in progress).
getElectionsWon() - Method in class com.sleepycat.db.ReplicationStats
The number of elections won.
getElectionTiebreaker() - Method in class com.sleepycat.db.ReplicationStats
The election tiebreaker value.
getElectionUsec() - Method in class com.sleepycat.db.ReplicationStats
The number of microseconds the last election took (the total election time is this plus ReplicationStats.getElectionSec()).
getElectionVotes() - Method in class com.sleepycat.db.ReplicationStats
The votes received this election round.
getEmptyPages() - Method in class com.sleepycat.db.BtreeStats
The number of empty database pages.
getEncoding() - Method in class com.sleepycat.dbxml.XmlEventReader
Return the character encoding.
getEncrypted() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the database has been configured to perform encryption.
getEncrypted() - Method in class com.sleepycat.db.EnvironmentConfig
Return the database environment has been configured to perform encryption.
getEnvId() - Method in class com.sleepycat.db.ReplicationStats
The current environment ID.
getEnvID() - Method in class com.sleepycat.db.ReplicationStatus
Return the environment ID associated with the operation.
getEnvironment() - Method in class com.sleepycat.collections.CurrentTransaction
Returns the underlying Berkeley DB environment.
getEnvironment() - Method in class com.sleepycat.db.Database
Return the Environment handle for the database environment underlying the Database.
getEnvironment() - Method in exception com.sleepycat.db.DatabaseException
Return the environment in which the exception occurred.
getEnvironment() - Method in class com.sleepycat.dbxml.XmlManager
Returns a handle to the underlying database environment.
getEnvPriority() - Method in class com.sleepycat.db.ReplicationStats
The current environment priority.
getErrno() - Method in exception com.sleepycat.db.DatabaseException
Get the error number associated with this exception.
getErrorCode() - Method in exception com.sleepycat.dbxml.XmlException
Returns the exception code: one of the XmlException class constants.
getErrorHandler() - Method in class com.sleepycat.db.DatabaseConfig
Return the function to be called if an error occurs.
getErrorHandler() - Method in class com.sleepycat.db.EnvironmentConfig
Return the function to be called if an error occurs.
getErrorPrefix() - Method in class com.sleepycat.db.DatabaseConfig
Return the prefix string that appears before error messages.
getErrorPrefix() - Method in class com.sleepycat.db.EnvironmentConfig
Return the prefix string that appears before error messages.
getErrorStream() - Method in class com.sleepycat.db.DatabaseConfig
Return the an OutputStream for displaying error messages.
getErrorStream() - Method in class com.sleepycat.db.EnvironmentConfig
Return the an OutputStream for displaying error messages.
getEvaluationType() - Method in class com.sleepycat.dbxml.XmlQueryContext
Returns the evaluation type defined for this XmlQueryContext.
getEvaluationType() - Method in class com.sleepycat.dbxml.XmlResults
Gets the evaluation type of the XmlResults object.
getEventHandler() - Method in class com.sleepycat.db.EnvironmentConfig
Return the object's methods to be called when a triggered event occurs.
getEventType() - Method in class com.sleepycat.dbxml.XmlEventReader
Return the event type of the current position.
getExclusiveCreate() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the Environment.openDatabase method is configured to fail if the database already exists.
getExclusiveCreate() - Method in class com.sleepycat.db.SequenceConfig
Return true if the Database.openSequence method is configured to fail if the database already exists.
getExpandEntities() - Method in class com.sleepycat.dbxml.XmlEventReader
Determine whether you will read events that are part of an expanded entity reference.
getExtentSize() - Method in class com.sleepycat.db.QueueStats
The underlying database extent size, in pages.
getFast() - Method in class com.sleepycat.db.StatsConfig
Return if the statistics operation is configured to return only the values which do not require expensive actions.
getFeedbackHandler() - Method in class com.sleepycat.db.DatabaseConfig
Return the object's methods to be called to provide feedback.
getFeedbackHandler() - Method in class com.sleepycat.db.EnvironmentConfig
Return the object's methods to be called to provide feedback.
getFfactor() - Method in class com.sleepycat.db.HashStats
The desired fill factor specified at database-creation time.
getFile() - Method in class com.sleepycat.db.LogSequenceNumber
Return the file number component of the LogSequenceNumber.
getFileName() - Method in class com.sleepycat.db.CacheFileStats
The name of the file.
getFillPercent() - Method in class com.sleepycat.db.CompactConfig
Return the the desired fill percentage.
getFirst(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
Move the cursor to the first key/data pair of the database, and return that pair.
getFirst(LogSequenceNumber, DatabaseEntry) - Method in class com.sleepycat.db.LogCursor
Return the first LogSequenceNumber and log record.
getFirst(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
Move the cursor to the first key/data pair of the database, and return that pair.
getFirstChild() - Method in class com.sleepycat.dbxml.XmlValue
Returns current node's first child node.
getFirstRecno() - Method in class com.sleepycat.db.QueueStats
The first undeleted record in the database.
getFlags() - Method in class com.sleepycat.db.SequenceStats
The flags value for the sequence.
getForce() - Method in class com.sleepycat.db.CheckpointConfig
Return the configuration of the checkpoint force option.
getFree() - Method in class com.sleepycat.db.BtreeStats
The number of pages on the free list.
getFree() - Method in class com.sleepycat.db.HashStats
The number of pages on the free list.
getFreeListOnly() - Method in class com.sleepycat.db.CompactConfig
Return true if the whether to skip page compaction.
getFreeSpace() - Method in class com.sleepycat.db.CompactConfig
Return true if the whether to return pages to the filesystem.
getGbytes() - Method in class com.sleepycat.db.CacheStats
Gigabytes of cache (total cache size is st_gbytes + st_bytes).
getGen() - Method in class com.sleepycat.db.ReplicationStats
The current generation number.
getGenerateName() - Method in class com.sleepycat.dbxml.XmlDocumentConfig
Gets whether to automatically generate a name for the document.
getGID() - Method in class com.sleepycat.db.PreparedTransaction
Return the global transaction ID for the transaction.
getHashBuckets() - Method in class com.sleepycat.db.CacheStats
Number of hash buckets in buffer hash table.
getHasher() - Method in class com.sleepycat.db.DatabaseConfig
Return the database-specific hash function.
getHashExamined() - Method in class com.sleepycat.db.CacheStats
Total number of hash elements traversed during hash table lookups.
getHashFillFactor() - Method in class com.sleepycat.db.DatabaseConfig
Return the hash table density.
getHashLongest() - Method in class com.sleepycat.db.CacheStats
The longest chain ever encountered in buffer hash table lookups.
getHashMaxWait() - Method in class com.sleepycat.db.CacheStats
The maximum number of times any hash bucket lock was waited for by a thread of control.
getHashNowait() - Method in class com.sleepycat.db.CacheStats
The number of times that a thread of control was able to obtain a hash bucket lock without waiting.
getHashNumElements() - Method in class com.sleepycat.db.DatabaseConfig
Return the estimate of the final size of the hash table.
getHashSearches() - Method in class com.sleepycat.db.CacheStats
Total number of buffer hash table lookups.
getHashWait() - Method in class com.sleepycat.db.CacheStats
The number of times that a thread of control was forced to wait before obtaining a hash bucket lock.
getHighBoundOperation() - Method in class com.sleepycat.dbxml.XmlIndexLookup
Gets the operation to be used for the upper bound for a range index lookup operation.
getHighBoundValue() - Method in class com.sleepycat.dbxml.XmlIndexLookup
Gets the value to be used for the upper bound for a range index lookup operation.
getHome() - Method in class com.sleepycat.db.Environment
Return the database environment's home directory.
getHome() - Method in class com.sleepycat.dbxml.XmlManager
Returns the home directory for the underlying database environment.
getId() - Method in class com.sleepycat.db.LockStats
The last allocated locker ID.
getId() - Method in class com.sleepycat.db.Transaction
Return the transaction's unique ID.
getImmutableSecondaryKey() - Method in class com.sleepycat.db.SecondaryConfig
Returns whether the secondary key is immutable.
getImplicitTimezone() - Method in class com.sleepycat.dbxml.XmlManager
Gets the implicit timezone to be used for XQuery expressions, in offset in minutes from GMT.
getIndex() - Method in exception com.sleepycat.db.LockNotGrantedException
Returns -1 when Environment.getLock was called, and returns the index of the failed LockRequest when Environment.lockVector was called.
getIndex() - Method in class com.sleepycat.dbxml.XmlIndexLookup
Gets the indexing strategy to be used for the index lookup operation.
getIndexNodes() - Method in class com.sleepycat.dbxml.XmlContainer
Returns whether or not the container is indexing at the node level.
getIndexNodes() - Method in class com.sleepycat.dbxml.XmlContainerConfig
Returns whether the indexer should create index targets that references nodes rather than documents.
getIndexSpecification() - Method in class com.sleepycat.dbxml.XmlContainer
Retrieves the current index specification for the container.
getIndexSpecification(XmlTransaction) - Method in class com.sleepycat.dbxml.XmlContainer
Retrieves the current index specification for the container in the scope of a transaction.
getIndexSpecification(XmlTransaction, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Retrieves the current index specification for the container in the scope of a transaction using the specified XmlDocumentConfig object.
getInitializeCache() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment is configured with a shared memory buffer pool.
getInitializeCDB() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment is configured for the Concurrent Data Store product.
getInitializeLocking() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment is configured for locking.
getInitializeLogging() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment is configured for logging.
getInitializeRegions() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment has been configured to page-fault shared regions into memory when initially creating or joining a database environment.
getInitializeReplication() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment is configured for replication.
getInitialValue() - Method in class com.sleepycat.db.SequenceConfig
Return the initial value for a sequence..
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
The number of database internal pages.
getIntPagesFree() - Method in class com.sleepycat.db.BtreeStats
The number of bytes free in database internal pages.
getIoWait() - Method in class com.sleepycat.db.CacheStats
Number of operations blocked waiting for I/O to complete.
getIteratorBlockSize() - Method in class com.sleepycat.collections.StoredCollection
Returns the number of records read at one time by iterators returned by the StoredCollection.iterator() method.
getJoinEnvironment() - Method in class com.sleepycat.db.EnvironmentConfig
Return the handle is configured to join an existing environment.
getKBytes() - Method in class com.sleepycat.db.CheckpointConfig
Return the checkpoint log data threshold, in kilobytes.
getKey() - Method in class com.sleepycat.collections.MapEntryParameter
Returns the key of this entry.
getKey() - Method in class com.sleepycat.db.Sequence
Return the DatabaseEntry used to open this 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
Returns the user-supplied object used for creating single-valued secondary keys.
getKeyRange(Transaction, DatabaseEntry) - Method in class com.sleepycat.db.Database
Return an estimate of the proportion of keys in the database less than, equal to, and greater than the specified key.
getLast(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
Move the cursor to the last key/data pair of the database, and return that pair.
getLast(LogSequenceNumber, DatabaseEntry) - Method in class com.sleepycat.db.LogCursor
Return the last LogSequenceNumber and log record.
getLast(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
Move the cursor to the last key/data pair of the database, and return that pair.
getLastChild() - Method in class com.sleepycat.dbxml.XmlValue
Returns current node's last child node.
getLastCkp() - Method in class com.sleepycat.db.TransactionStats
The LSN of the last checkpoint.
getLastTxnId() - Method in class com.sleepycat.db.TransactionStats
The last transaction ID allocated.
getLastValue() - Method in class com.sleepycat.db.SequenceStats
The last cached value of the sequence.
getLazyDocs() - Method in class com.sleepycat.dbxml.XmlDocumentConfig
Gets whether to retrieve the document lazily.
getLeafPages() - Method in class com.sleepycat.db.BtreeStats
The number of database leaf pages.
getLeafPagesFree() - Method in class com.sleepycat.db.BtreeStats
The number of bytes free in database leaf pages.
getLevels() - Method in class com.sleepycat.db.BtreeStats
The number of levels in the database.
getLevels() - Method in class com.sleepycat.db.CompactStats
Return the the number of levels removed from the Btree or Recno database during the compaction phase.
getLgBSize() - Method in class com.sleepycat.db.LogStats
The in-memory log record cache size.
getLgSize() - Method in class com.sleepycat.db.LogStats
The current log file size.
getLocalName() - Method in class com.sleepycat.dbxml.XmlEventReader
Return the local name of the StartElement event at the current position.
getLocalName() - Method in class com.sleepycat.dbxml.XmlValue
Returns the node's local name.
getLock(int, boolean, DatabaseEntry, LockRequestMode) - Method in class com.sleepycat.db.Environment
Acquire a lock from the lock table.
getLock() - Method in exception com.sleepycat.db.LockNotGrantedException
Returns null when Environment.getLock was called, and returns the lock in the failed LockRequest when Environment.lockVector was called.
getLock() - Method in class com.sleepycat.db.LockRequest
Return the lock reference.
getLockConflicts() - Method in class com.sleepycat.db.EnvironmentConfig
Return the locking conflicts matrix.
getLockDetectMode() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the deadlock detector is configured to run whenever a lock conflict occurs.
getLockDown() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment is configured to lock shared environment files and memory-mapped databases into memory.
getLockMode() - Method in class com.sleepycat.dbxml.XmlDocumentConfig
Get the lock mode for the operation.
getLockNowait() - Method in class com.sleepycat.db.LockStats
The number of lock requests not immediately available due to conflicts, for which the thread of control did not wait.
getLockStats(StatsConfig) - Method in class com.sleepycat.db.Environment
Return the database environment's locking statistics.
getLockTimeout() - Method in class com.sleepycat.db.EnvironmentConfig
Return the database environment lock timeout value, in microseconds; a timeout of 0 means no timeout is set.
getLockTimeout() - Method in class com.sleepycat.db.LockStats
Lock timeout value.
getLockWait() - Method in class com.sleepycat.db.LockStats
The number of lock requests not immediately available due to conflicts, for which the thread of control waited.
getLogAutoRemove() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the system has been configured to to automatically remove log files that are no longer needed.
getLogBufferSize() - Method in class com.sleepycat.db.EnvironmentConfig
Return the size of the in-memory log buffer, in bytes.
getLogDirectory() - Method in class com.sleepycat.db.EnvironmentConfig
Return the path of a directory to be used as the location of logging files.
getLogDuplicated() - Method in class com.sleepycat.db.ReplicationStats
The number of duplicate log records received.
getLogFileMode() - Method in class com.sleepycat.db.EnvironmentConfig
Return the absolute file mode for created log files.
getLogFileName(LogSequenceNumber) - Method in class com.sleepycat.db.Environment
Return the name of the log file that contains the log record specified by a LogSequenceNumber object.
getLogInMemory() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment is configured to maintain transaction logs in memory rather than on disk.
getLogQueued() - Method in class com.sleepycat.db.ReplicationStats
The number of log records currently queued.
getLogQueuedMax() - Method in class com.sleepycat.db.ReplicationStats
The maximum number of log records ever queued at once.
getLogQueuedTotal() - Method in class com.sleepycat.db.ReplicationStats
The total number of log records queued.
getLogRecordHandler() - Method in class com.sleepycat.db.EnvironmentConfig
Return the handler for application-specific log records.
getLogRecords() - Method in class com.sleepycat.db.ReplicationStats
The number of log records received and appended to the log.
getLogRegionSize() - Method in class com.sleepycat.db.EnvironmentConfig
Return the size of the underlying logging subsystem region.
getLogRequested() - Method in class com.sleepycat.db.ReplicationStats
The number of log records missed and requested.
getLogStats(StatsConfig) - Method in class com.sleepycat.db.Environment
Return the database environment's logging statistics.
getLowBoundOperation() - Method in class com.sleepycat.dbxml.XmlIndexLookup
Gets the operation to be used for the lower bound for a range index lookup operation, or the single operation for a simple inequality lookup.
getLowBoundValue() - Method in class com.sleepycat.dbxml.XmlIndexLookup
Gets the value to be used for the lower bound for a range index lookup operation, or the single operation for a simple inequality lookup.
getLSN() - Method in class com.sleepycat.db.ReplicationStatus
Whenever processing a messages results in the processing of messages that are permanent, or a message carrying a DB_REP_PERMANENT flag was processed successfully, but was not written to disk, the LSN of the record is available from the getLSN method.
getLsn() - Method in class com.sleepycat.db.TransactionStats.Active
The log sequence number of the transaction's first log record.
getMagic() - Method in class com.sleepycat.db.BtreeStats
The magic number that identifies the file as a Btree database.
getMagic() - Method in class com.sleepycat.db.HashStats
The magic number that identifies the file as a Hash file.
getMagic() - Method in class com.sleepycat.db.LogStats
The magic number that identifies a file as a log file.
getMagic() - Method in class com.sleepycat.db.QueueStats
The magic number that identifies the file as a Queue file.
getManager() - Method in class com.sleepycat.dbxml.XmlContainer
Returns the XmlManager object for the XmlContainer.
getManagerConfig() - Method in class com.sleepycat.dbxml.XmlManager
Gets the configuration object for this XmlManager instance.
getMap() - Method in class com.sleepycat.db.CacheFileStats
Requested pages mapped into the process' address space.
getMap() - Method in class com.sleepycat.db.CacheStats
Requested pages mapped into the process' address space (there is no available information about whether or not this request caused disk I/O, although examining the application page fault rate may be helpful).
getMaster() - Method in class com.sleepycat.db.ReplicationStats
The current master environment ID.
getMasterChanges() - Method in class com.sleepycat.db.ReplicationStats
The number of times the master has changed.
getMax() - Method in class com.sleepycat.db.SequenceStats
The maximum permitted value of the sequence.
getMaxCommitperflush() - Method in class com.sleepycat.db.LogStats
The maximum number of commits contained in a single log flush.
getMaximumSize() - Method in class com.sleepycat.db.CacheFile
Return the maximum size for the file backing the database, or 0 if no maximum file size has been configured.
getMaxLockers() - Method in class com.sleepycat.db.EnvironmentConfig
Return the maximum number of lockers.
getMaxLockers() - Method in class com.sleepycat.db.LockStats
The maximum number of lockers possible.
getMaxLockObjects() - Method in class com.sleepycat.db.EnvironmentConfig
Return the maximum number of locked objects.
getMaxLocks() - Method in class com.sleepycat.db.EnvironmentConfig
Return the maximum number of locks.
getMaxLocks() - Method in class com.sleepycat.db.LockStats
The maximum number of locks possible.
getMaxLogFileSize() - Method in class com.sleepycat.db.EnvironmentConfig
Return the maximum size of a single file in the log, in bytes.
getMaxMutexes() - Method in class com.sleepycat.db.EnvironmentConfig
Return the total number of mutexes allocated.
getMaxNactive() - Method in class com.sleepycat.db.TransactionStats
The maximum number of active transactions at any one time.
getMaxNlockers() - Method in class com.sleepycat.db.LockStats
The maximum number of lockers at any one time.
getMaxNlocks() - Method in class com.sleepycat.db.LockStats
The maximum number of locks at any one time.
getMaxNobjects() - Method in class com.sleepycat.db.LockStats
The maximum number of lock objects at any one time.
getMaxNsnapshot() - Method in class com.sleepycat.db.TransactionStats
The maximum number of transactions on the snapshot list at any one time.
getMaxObjects() - Method in class com.sleepycat.db.LockStats
The maximum number of lock objects possible.
getMaxOpenfd() - Method in class com.sleepycat.db.CacheStats
Maximum number of open file descriptors.
getMaxOpenFiles() - Method in class com.sleepycat.db.EnvironmentConfig
Return the maximum number of file descriptors that will be opened concurrently..
getMaxPages() - Method in class com.sleepycat.db.CompactConfig
Return the the maximum number of pages to free.
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
The maximum number of active transactions configured.
getMaxWrite() - Method in class com.sleepycat.db.CacheStats
The maximum number of sequential write operations scheduled by the library when flushing dirty pages from the cache.
getMaxWrite() - Method in class com.sleepycat.db.EnvironmentConfig
Return the maximum number of sequential write operations.
getMaxWriteSleep() - Method in class com.sleepycat.db.CacheStats
The number of microseconds the thread of control should pause before scheduling further write operations.
getMaxWriteSleep() - Method in class com.sleepycat.db.EnvironmentConfig
Return the microseconds to pause before scheduling further write operations.
getMessageHandler() - Method in class com.sleepycat.db.DatabaseConfig
Return the function to be called with an informational message.
getMessageHandler() - Method in class com.sleepycat.db.EnvironmentConfig
Return the function to be called with an informational message.
getMessageStream() - Method in class com.sleepycat.db.DatabaseConfig
Return the an OutputStream for displaying informational messages.
getMessageStream() - Method in class com.sleepycat.db.EnvironmentConfig
Return the an OutputStream for displaying informational messages.
getMetaData(String, String, XmlValue) - Method in class com.sleepycat.dbxml.XmlDocument
Returns the value of the specified metadata.
getMetaData(String, String) - Method in class com.sleepycat.dbxml.XmlDocument
Returns the value of the specified binary metadata.
getMetaDataIterator() - Method in class com.sleepycat.dbxml.XmlDocument
Returns an XmlMetaDataIterator.
getMetaFlags() - Method in class com.sleepycat.db.BtreeStats
The metadata flags.
getMetaFlags() - Method in class com.sleepycat.db.HashStats
The metadata flags.
getMetaFlags() - Method in class com.sleepycat.db.QueueStats
The metadata flags.
getMin() - Method in class com.sleepycat.db.SequenceStats
The minimum permitted value of the sequence.
getMinCommitperflush() - Method in class com.sleepycat.db.LogStats
The minimum number of commits contained in a single log flush that contained a commit.
getMinKey() - Method in class com.sleepycat.db.BtreeStats
The minimum keys per page.
getMinutes() - Method in class com.sleepycat.db.CheckpointConfig
Return the checkpoint time threshold, in minutes.
getMmapSize() - Method in class com.sleepycat.db.CacheStats
Maximum file size for mmap.
getMMapSize() - Method in class com.sleepycat.db.EnvironmentConfig
Return the maximum file size, in bytes, for a file to be mapped into the process address space.
getMode() - Method in class com.sleepycat.db.DatabaseConfig
Return the mode used to create files.
getMode() - Method in class com.sleepycat.db.EnvironmentConfig
Return the mode to use when creating underlying files and shared memory segments.
getMode() - Method in exception com.sleepycat.db.LockNotGrantedException
Returns the mode parameter when Environment.getLock was called, and returns the mode for the failed LockRequest when Environment.lockVector was called.
getMode() - Method in class com.sleepycat.db.LockRequest
Return the lock mode.
getMode() - Method in class com.sleepycat.db.LogStats
The mode of any created log files.
getMsgsBadgen() - Method in class com.sleepycat.db.ReplicationStats
The number of messages received with a bad generation number.
getMsgsProcessed() - Method in class com.sleepycat.db.ReplicationStats
The number of messages received and processed.
getMsgsRecover() - Method in class com.sleepycat.db.ReplicationStats
The number of messages ignored due to pending recovery.
getMsgsSendFailures() - Method in class com.sleepycat.db.ReplicationStats
The number of failed message sends.
getMsgsSent() - Method in class com.sleepycat.db.ReplicationStats
The number of messages sent.
getMultiversion() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the database is configured for multiversion concurrency control.
getMultiversion() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the handle is configured to open all databases for multiversion concurrency control.
getMultiversionFreed() - Method in class com.sleepycat.db.CacheStats
Number of frozen buffers freed.
getMultiversionFrozen() - Method in class com.sleepycat.db.CacheStats
Number of buffers frozen.
getMultiversionRef() - Method in class com.sleepycat.db.TransactionStats.Active
The number of buffer copies created by this transaction that remain in cache.
getMultiversionThawed() - Method in class com.sleepycat.db.CacheStats
Number of buffers thawed.
getMutexAlign() - Method in class com.sleepycat.db.MutexStats
The mutex alignment, in bytes.
getMutexAlignment() - Method in class com.sleepycat.db.EnvironmentConfig
Return the mutex alignment, in bytes.
getMutexCount() - Method in class com.sleepycat.db.MutexStats
The total number of mutexes configured.
getMutexFree() - Method in class com.sleepycat.db.MutexStats
The number of mutexes currently available.
getMutexIncrement() - Method in class com.sleepycat.db.EnvironmentConfig
Return the number of additional mutexes to allocate.
getMutexInuse() - Method in class com.sleepycat.db.MutexStats
The number of mutexes currently in use.
getMutexInuseMax() - Method in class com.sleepycat.db.MutexStats
The maximum number of mutexes ever in use.
getMutexStats(StatsConfig) - Method in class com.sleepycat.db.Environment
Return the database environment's mutex statistics.
getMutexTasSpins() - Method in class com.sleepycat.db.MutexStats
The number of times test-and-set mutexes will spin without blocking.
getMutexTestAndSetSpins() - Method in class com.sleepycat.db.EnvironmentConfig
Return the test-and-set spin count.
getNaborts() - Method in class com.sleepycat.db.TransactionStats
The number of transactions that have aborted.
getNactive() - Method in class com.sleepycat.db.TransactionStats
The number of transactions that are currently active.
getName() - Method in class com.sleepycat.db.Transaction
Get the user visible name for the transaction.
getName() - Method in class com.sleepycat.db.TransactionStats.Active
The transaction name, including the thread name if available.
getName() - Method in class com.sleepycat.dbxml.XmlContainer
Returns the name of the XmlContainer.
getName() - Method in class com.sleepycat.dbxml.XmlDocument
Get the name of the document.
getNamespace(String) - Method in class com.sleepycat.dbxml.XmlQueryContext
Returns the namespace URI for the specified prefix.
getNamespaceURI() - Method in class com.sleepycat.dbxml.XmlEventReader
Return the namespace URI of the StartElement event at the current position.
getNamespaceURI() - Method in class com.sleepycat.dbxml.XmlValue
Returns the URI used for the node's namespace.
getNewsites() - Method in class com.sleepycat.db.ReplicationStats
The number of new site messages received.
getNext(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
Move the cursor to the next key/data pair and return that pair.
getNext(DatabaseEntry, LockMode) - Method in class com.sleepycat.db.JoinCursor
Returns the next primary key resulting from the join operation.
getNext(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.JoinCursor
Returns the next primary key and data resulting from the join operation.
getNext(LogSequenceNumber, DatabaseEntry) - Method in class com.sleepycat.db.LogCursor
Return the next LogSequenceNumber and log record.
getNext(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
Move the cursor to the next key/data pair and return that pair.
getNextDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
If the next key/data pair of the database is a duplicate data record for the current key/data pair, move the cursor to the next key/data pair of the database and return that pair.
getNextDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
If the next key/data pair of the database is a duplicate data record for the current key/data pair, move the cursor to the next key/data pair of the database and return that pair.
getNextLsn() - Method in class com.sleepycat.db.ReplicationStats
In replication environments configured as masters, the next LSN expected.
getNextNoDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
Move the cursor to the next non-duplicate key/data pair and return that pair.
getNextNoDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
Move the cursor to the next non-duplicate key/data pair and return that pair.
getNextPages() - Method in class com.sleepycat.db.ReplicationStats
The next page number we expect to receive.
getNextSibling() - Method in class com.sleepycat.dbxml.XmlValue
Returns the sibling node immediately following this node in the document.
getNobjects() - Method in class com.sleepycat.db.LockStats
The number of current lock objects.
getNode(String) - Method in class com.sleepycat.dbxml.XmlContainer
Returns the XmlValue object associated with the specified handle.
getNodeContainer() - Method in class com.sleepycat.dbxml.XmlContainerConfig
Gets whether documents are stored as nodes.
getNodeHandle() - Method in class com.sleepycat.dbxml.XmlValue
Returns a String handle that can be used to directly reference nodes within a document by using XmlContainer.getNode(java.lang.String)
getNodeName() - Method in class com.sleepycat.dbxml.XmlIndexLookup
Gets the name of the node to be used along with the indexing strategy for the index lookup operation.
getNodeName() - Method in class com.sleepycat.dbxml.XmlValue
Returns the name of the node contained in this XmlValue.
getNodeType() - Method in class com.sleepycat.dbxml.XmlValue
Returns the short value for this node's XercesC DOMNode::NodeType.
getNodeURI() - Method in class com.sleepycat.dbxml.XmlIndexLookup
Gets the uri of the node to be used along with the indexing strategy for the index lookup operation.
getNodeValue() - Method in class com.sleepycat.dbxml.XmlValue
Returns the node's value.
getNoFile() - Method in class com.sleepycat.db.CacheFile
Return true if the opening of backing temporary files for in-memory databases has been disallowed.
getNoLocking() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the system has been configured to grant all requested mutual exclusion mutexes and database locks without regard for their actual availability.
getNoMMap() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the library is configured to not map this database into memory.
getNoMMap() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the system has been configured to copy read-only database files into the local cache instead of potentially mapping them into process memory.
getNoOrderCheck() - Method in class com.sleepycat.db.VerifyConfig
Return true if the Database.verify is configured to skip the database checks for btree and duplicate sort order and for hashing.
getNoPanic() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the system has been configured to ignore any panic state in the database environment.
getNoSort() - Method in class com.sleepycat.db.JoinConfig
Returns whether automatic sorting of the input cursors is disabled.
getNoSync() - Method in class com.sleepycat.db.TransactionConfig
Return if the transaction is configured to not write or synchronously flush the log it when commits.
getNowait() - Method in class com.sleepycat.db.SequenceStats
The number of times that a thread of control was able to obtain handle mutex without waiting.
getNoWait() - Method in class com.sleepycat.db.TransactionConfig
Return if the transaction is configured to not wait if a lock request cannot be immediately granted.
getNumBegins() - Method in class com.sleepycat.db.TransactionStats
The number of transactions that have begun.
getNumberOfIndexedKeys() - Method in class com.sleepycat.dbxml.XmlStatistics
Returns the total number of keys contained by the index for which statistics are being reported.
getNumberOfUniqueKeys() - Method in class com.sleepycat.dbxml.XmlStatistics
Returns the number of unique keys contained in the index for which statistics are being reported.
getNumCache() - Method in class com.sleepycat.db.CacheStats
Number of caches.
getNumCommits() - Method in class com.sleepycat.db.TransactionStats
The number of transactions that have committed.
getNumData() - Method in class com.sleepycat.db.BtreeStats
The number of key/data pairs or records in the database.
getNumData() - Method in class com.sleepycat.db.HashStats
The number of key/data pairs in the database.
getNumData() - Method in class com.sleepycat.db.QueueStats
The number of records in the database.
getNumDeadlocks() - Method in class com.sleepycat.db.LockStats
The number of deadlocks.
getNumDocuments() - Method in class com.sleepycat.dbxml.XmlContainer
Returns the number of XmlDocument objects in the container.
getNumDocuments(XmlTransaction) - Method in class com.sleepycat.dbxml.XmlContainer
Returns the number of XmlDocument objects in the container, in the context of a transaction.
getNumDowngrade() - Method in class com.sleepycat.db.LockStats
The total number of locks downgraded.
getNumKeys() - Method in class com.sleepycat.db.BtreeStats
The number of keys or records in the database.
getNumKeys() - Method in class com.sleepycat.db.HashStats
The number of unique keys in the database.
getNumKeys() - Method in class com.sleepycat.db.QueueStats
The number of records in the database.
getNumLockers() - Method in class com.sleepycat.db.LockStats
The number of current lockers.
getNumLocks() - Method in class com.sleepycat.db.LockStats
The number of current locks.
getNumLockTimeouts() - Method in class com.sleepycat.db.LockStats
The number of lock requests that have timed out.
getNumModes() - Method in class com.sleepycat.db.LockStats
The number of lock modes.
getNumReleases() - Method in class com.sleepycat.db.LockStats
The total number of locks released.
getNumRequests() - Method in class com.sleepycat.db.LockStats
The total number of locks requested.
getNumRestores() - Method in class com.sleepycat.db.TransactionStats
The number of transactions that have been restored.
getNumSites() - Method in class com.sleepycat.db.ReplicationStats
The number of sites believed to be in the replication group.
getNumSnapshot() - Method in class com.sleepycat.db.TransactionStats
The number of transactions on the snapshot list.
getNumThrottles() - Method in class com.sleepycat.db.ReplicationStats
Transmission limited.
getNumTxnTimeouts() - Method in class com.sleepycat.db.LockStats
The number of transactions that have timed out.
getNumUpgrade() - Method in class com.sleepycat.db.LockStats
The total number of locks upgraded.
getObj() - Method in exception com.sleepycat.db.LockNotGrantedException
Returns the object parameter when Environment.getLock was called, and returns the object for the failed LockRequest when Environment.lockVector was called.
getObj() - Method in class com.sleepycat.db.LockRequest
Return the lock object.
getOffset() - Method in class com.sleepycat.db.DatabaseEntry
Return the byte offset into the data array.
getOffset() - Method in class com.sleepycat.db.LogSequenceNumber
Return the file offset component of the LogSequenceNumber.
getOp() - Method in exception com.sleepycat.db.LockNotGrantedException
Returns 0 when Environment.getLock was called, and returns the op parameter for the failed LockRequest when Environment.lockVector was called.
getOp() - Method in class com.sleepycat.db.LockRequest
Return the lock operation.
getOrderCheckOnly() - Method in class com.sleepycat.db.VerifyConfig
Return true if the Database.verify is configured to do database checks for btree and duplicate sort order and for hashing, skipped by verification operations configured by VerifyConfig.setNoOrderCheck.
getOutdated() - Method in class com.sleepycat.db.ReplicationStats
The number of outdated conditions detected.
getOverflows() - Method in class com.sleepycat.db.HashStats
The number of overflow pages.
getOverPages() - Method in class com.sleepycat.db.BtreeStats
The number of database overflow pages.
getOverPagesFree() - Method in class com.sleepycat.db.BtreeStats
The number of bytes free in database overflow pages.
getOverwrite() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the system has been configured to overwrite files stored in encrypted formats before deleting them.
getOvflFree() - Method in class com.sleepycat.db.HashStats
The number of bytes free on overflow pages.
getOwnerElement() - Method in class com.sleepycat.dbxml.XmlValue
If the current node is an attribute node, returns the document element node that contains this attribute node.
getPackedIntByteLength() - Method in class com.sleepycat.bind.tuple.TupleInput
Returns the byte length of a packed integer.
getPageClean() - Method in class com.sleepycat.db.CacheStats
Clean pages currently in the cache.
getPageCreate() - Method in class com.sleepycat.db.CacheFileStats
Pages created in the cache.
getPageCreate() - Method in class com.sleepycat.db.CacheStats
Pages created in the cache.
getPageDirty() - Method in class com.sleepycat.db.CacheStats
Dirty pages currently in the cache.
getPageIn() - Method in class com.sleepycat.db.CacheFileStats
Pages read into the cache.
getPageIn() - Method in class com.sleepycat.db.CacheStats
Pages read into the cache.
getPageOut() - Method in class com.sleepycat.db.CacheFileStats
Pages written from the cache to the backing file.
getPageOut() - Method in class com.sleepycat.db.CacheStats
Pages written from the cache to the backing file.
getPages() - Method in class com.sleepycat.db.CacheStats
Pages in the cache.
getPages() - Method in class com.sleepycat.db.QueueStats
The number of pages in the database.
getPagesDuplicated() - Method in class com.sleepycat.db.ReplicationStats
The number of duplicate pages received.
getPagesExamine() - Method in class com.sleepycat.db.CompactStats
Return the the number of database pages reviewed during the compaction phase.
getPagesFree() - Method in class com.sleepycat.db.CompactStats
Return the the number of database pages free during the compaction phase.
getPagesFree() - Method in class com.sleepycat.db.QueueStats
The number of bytes free in database pages.
getPageSize() - Method in class com.sleepycat.db.BtreeStats
The underlying database page size, in bytes.
getPageSize() - Method in class com.sleepycat.db.CacheFileStats
Page size in bytes.
getPageSize() - Method in class com.sleepycat.db.DatabaseConfig
Return the size of the pages used to hold items in the database, in bytes.
getPageSize() - Method in class com.sleepycat.db.HashStats
The underlying Hash database page (and bucket) size, in bytes.
getPageSize() - Method in class com.sleepycat.db.QueueStats
The underlying database page size, in bytes.
getPageSize() - Method in class com.sleepycat.dbxml.XmlContainer
Returns the underlying database page size for the container.
getPagesRecords() - Method in class com.sleepycat.db.ReplicationStats
The number of pages received and stored.
getPagesRequested() - Method in class com.sleepycat.db.ReplicationStats
The number of pages missed and requested from the master.
getPagesTruncated() - Method in class com.sleepycat.db.CompactStats
Return the the number of database pages returned to the filesystem.
getPageTrickle() - Method in class com.sleepycat.db.CacheStats
Dirty pages written using Environment.trickleCacheWrite.
getPanicHandler() - Method in class com.sleepycat.db.DatabaseConfig
Return the function to be called if the database environment panics.
getPanicHandler() - Method in class com.sleepycat.db.EnvironmentConfig
Return the function to be called if the database environment panics.
getParentId() - Method in class com.sleepycat.db.TransactionStats.Active
The transaction ID of the parent transaction (or 0, if no parent).
getParentName() - Method in class com.sleepycat.dbxml.XmlIndexLookup
Gets the name of the parent node to be used for an edge index lookup operation.
getParentNode() - Method in class com.sleepycat.dbxml.XmlValue
Returns current node's parent.
getParentURI() - Method in class com.sleepycat.dbxml.XmlIndexLookup
Gets the uri of the parent node to be used for an edge index lookup operation.
getPartial() - Method in class com.sleepycat.db.DatabaseEntry
Return whether this DatabaseEntry is configured to read or write partial records.
getPartialLength() - Method in class com.sleepycat.db.DatabaseEntry
Return the byte length of the partial record being read or written by the application, in bytes.
getPartialOffset() - Method in class com.sleepycat.db.DatabaseEntry
Return the offset of the partial record being read or written by the application, in bytes.
getPid() - Method in class com.sleepycat.db.TransactionStats.Active
The process ID of the process that owns the transaction.
getPrefix() - Method in class com.sleepycat.dbxml.XmlEventReader
Return the namespace prefix of the StartElement event at the current position.
getPrefix() - Method in class com.sleepycat.dbxml.XmlValue
Returns the prefix set for the node's namespace.
getPrev(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
Move the cursor to the previous key/data pair and return that pair.
getPrev(LogSequenceNumber, DatabaseEntry) - Method in class com.sleepycat.db.LogCursor
Return the previous LogSequenceNumber and log record.
getPrev(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
Move the cursor to the previous key/data pair and return that pair.
getPrevDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
If the previous key/data pair of the database is a duplicate data record for the current key/data pair, move the cursor to the previous key/data pair of the database and return that pair.
getPrevDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
If the previous key/data pair of the database is a duplicate data record for the current key/data pair, move the cursor to the previous key/data pair of the database and return that pair.
getPreviousSibling() - Method in class com.sleepycat.dbxml.XmlValue
Returns the sibling node immediately preceding this node in the document.
getPrevNoDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
Move the cursor to the previous non-duplicate key/data pair and return that pair.
getPrevNoDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
Move the cursor to the previous non-duplicate key/data pair and return that pair.
getPrimaryDatabase() - Method in class com.sleepycat.db.SecondaryDatabase
Returns the primary database associated with this secondary database.
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
Return true if the Database.verify is configured to use printing characters to where possible.
getPriority() - Method in class com.sleepycat.db.CacheFile
Return the cache priority for pages from the specified file.
getPrivate() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment is configured to only be accessed by a single process.
getQuery() - Method in class com.sleepycat.dbxml.XmlQueryExpression
Returns the query as a string.
getQueryColumn() - Method in exception com.sleepycat.dbxml.XmlException
Returns the column within the line of the XQuery expression that contains the error causing the exception, in the case of XPATH_PARSER_ERROR.
getQueryLine() - Method in exception com.sleepycat.dbxml.XmlException
Returns the line of the XQuery expression that contains the error causing the exception, in the case of XPATH_PARSER_ERROR.
getQueryPlan() - Method in class com.sleepycat.dbxml.XmlQueryExpression
Returns the query plan as a string.
getQueryTimeoutSeconds() - Method in class com.sleepycat.dbxml.XmlQueryContext
Returns the query timeout value set in XmlQueryContext.setQueryTimeoutSeconds(int).
getQueueExtentSize() - Method in class com.sleepycat.db.DatabaseConfig
Return the size of the extents used to hold pages in a Queue database, specified as a number of pages.
getQueueInOrder() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the Database.consume method is configured to return key/data pairs in order, always returning the key/data item from the head of the queue.
getRangeMax() - Method in class com.sleepycat.db.SequenceConfig
Return the maximum value for the sequence.
getRangeMin() - Method in class com.sleepycat.db.SequenceConfig
Return the minimum value for the sequence.
getRCount() - Method in class com.sleepycat.db.LogStats
The number of times the log has been read from disk.
getReadCommitted() - Method in class com.sleepycat.db.CursorConfig
Return if the cursor is configured for read committed isolation.
getReadCommitted() - Method in class com.sleepycat.db.TransactionConfig
Return if the transaction is configured for read committed isolation.
getReadIntLength(byte[], int) - Static method in class com.sleepycat.util.PackedInteger
Returns the number of bytes that would be read by PackedInteger.readInt(byte[], int).
getReadLsn() - Method in class com.sleepycat.db.TransactionStats.Active
The log sequence number of reads for snapshot transactions.
getReadOnly() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the database is configured in read-only mode.
getReadUncommitted() - Method in class com.sleepycat.db.CursorConfig
Return if read operations performed by the cursor are configured to return modified but not yet committed data.
getReadUncommitted() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the database is configured to support read uncommitted.
getReadUncommitted() - Method in class com.sleepycat.db.TransactionConfig
Return if read operations performed by the transaction are configured to return modified but not yet committed data.
getRecord() - Method in class com.sleepycat.db.LogStats
The number of records written to this log.
getRecordDelimiter() - Method in class com.sleepycat.db.DatabaseConfig
Return the delimiting byte used to mark the end of a record in the backing source file for the Recno access method.
getRecordLength() - Method in class com.sleepycat.db.DatabaseConfig
Return the database record length, in bytes.
getRecordNumber(DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
Return the record number associated with the cursor.
getRecordNumber() - Method in class com.sleepycat.db.DatabaseEntry
Return the record number encoded in this entry's buffer.
getRecordNumber(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
Return the record number associated with the cursor.
getRecordNumberAppender() - Method in class com.sleepycat.db.DatabaseConfig
Return the function to call after the record number has been selected but before the data has been stored into the database.
getRecordPad() - Method in class com.sleepycat.db.DatabaseConfig
Return the padding character for short, fixed-length records for the Queue and Recno access methods.
getRecordSource() - Method in class com.sleepycat.db.DatabaseConfig
Return the name of an underlying flat text database file that is read to initialize a transient record number index.
getRegionNowait() - Method in class com.sleepycat.db.CacheStats
The number of times that a thread of control was able to obtain a region lock without waiting.
getRegionNowait() - Method in class com.sleepycat.db.LockStats
The number of times that a thread of control was able to obtain the region lock without waiting.
getRegionNowait() - Method in class com.sleepycat.db.LogStats
The number of times that a thread of control was able to obtain the region lock without waiting.
getRegionNowait() - Method in class com.sleepycat.db.MutexStats
The number of times that a thread of control was able to obtain the mutex region mutex without waiting.
getRegionNowait() - Method in class com.sleepycat.db.TransactionStats
The number of times that a thread of control was able to obtain the region lock without waiting.
getRegionWait() - Method in class com.sleepycat.db.CacheStats
The number of times that a thread of control was forced to wait before obtaining a region lock.
getRegionWait() - Method in class com.sleepycat.db.LockStats
The number of times that a thread of control was forced to wait before obtaining the region lock.
getRegionWait() - Method in class com.sleepycat.db.LogStats
The number of times that a thread of control was forced to wait before obtaining the region lock.
getRegionWait() - Method in class com.sleepycat.db.MutexStats
The number of times that a thread of control was forced to wait before obtaining the mutex region mutex.
getRegionWait() - Method in class com.sleepycat.db.TransactionStats
The number of times that a thread of control was forced to wait before obtaining the region lock.
getRegister() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the check for process failure when the environment is opened.
getRegSize() - Method in class com.sleepycat.db.CacheStats
Individual cache size.
getRegSize() - Method in class com.sleepycat.db.LockStats
The size of the lock region.
getRegSize() - Method in class com.sleepycat.db.LogStats
The size of the region.
getRegSize() - Method in class com.sleepycat.db.MutexStats
The size of the mutex region, in bytes.
getRegSize() - Method in class com.sleepycat.db.TransactionStats
The size of the region.
getReLen() - Method in class com.sleepycat.db.BtreeStats
The length of fixed-length records.
getReLen() - Method in class com.sleepycat.db.QueueStats
The length of the records.
getRenumbering() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the logical record numbers are mutable, and change as records are added to and deleted from the database.
getRePad() - Method in class com.sleepycat.db.BtreeStats
The padding byte value for fixed-length records.
getRePad() - Method in class com.sleepycat.db.QueueStats
The padding byte value for the records.
getReplicationConfig(ReplicationConfig) - Method in class com.sleepycat.db.Environment
Get the configuration of the replication subsystem.
getReplicationLimit() - Method in class com.sleepycat.db.EnvironmentConfig
Return the transmit limit in bytes for a single call to Environment.processReplicationMessage.
getReplicationManagerAckPolicy() - Method in class com.sleepycat.db.EnvironmentConfig
Get the network Ack policy used by the replication manager.
getReplicationManagerLocalSite() - Method in class com.sleepycat.db.EnvironmentConfig
Get the address of the local (this) site in a replication group.
getReplicationNumSites() - Method in class com.sleepycat.db.EnvironmentConfig
Get the total number of sites in the replication group.
getReplicationPriority() - Method in class com.sleepycat.db.EnvironmentConfig
Get the current environment's priority.
getReplicationRequestMax() - Method in class com.sleepycat.db.EnvironmentConfig
Get the maximum amount of data sent in response to any request.
getReplicationRequestMin() - Method in class com.sleepycat.db.EnvironmentConfig
Get the minimum amount of data sent in response to any request.
getReplicationStats(StatsConfig) - Method in class com.sleepycat.db.Environment
Return the database environment's replication statistics.
getReplicationTimeout(ReplicationTimeoutType) - Method in class com.sleepycat.db.Environment
Get the network timeout applied to the specified timeout type.
getReplicationTransport() - Method in class com.sleepycat.db.EnvironmentConfig
Return the replication callback function used to transmit data using the replication application's communication infrastructure.
getReportEntityInfo() - Method in class com.sleepycat.dbxml.XmlEventReader
Determine whether you will read events indicating the start and end of entity references and expansion.
getReturnType() - Method in class com.sleepycat.dbxml.XmlQueryContext
Retrieve the return type defined for this XmlQueryContext.
getReuseBuffer() - Method in class com.sleepycat.db.DatabaseEntry
Return true if the whether the entry is configured to reuse the buffer.
getReverseOrder() - Method in class com.sleepycat.dbxml.XmlDocumentConfig
Gets whether to sort index lookups in reverse order
getReverseSplitOff() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the Btree has been configured to not do reverse splits.
getRoEvict() - Method in class com.sleepycat.db.CacheStats
Clean pages forced from the cache.
getRunFatalRecovery() - Method in class com.sleepycat.db.EnvironmentConfig
Return the handle is configured to run catastrophic recovery on the database environment before opening it for use.
getRunRecovery() - Method in class com.sleepycat.db.EnvironmentConfig
Return the handle is configured to run normal recovery on the database environment before opening it for use.
getRwEvict() - Method in class com.sleepycat.db.CacheStats
Dirty pages forced from the cache.
getSalvage() - Method in class com.sleepycat.db.VerifyConfig
Return true if the Database.verify is configured to write the key/data pairs from all databases in the file to the file stream named by the outfile parameter..
getSCount() - Method in class com.sleepycat.db.LogStats
The number of times the log has been flushed to disk.
getSearchBoth(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
Move the cursor to the specified key/data pair, where both the key and data items must match.
getSearchBoth(Transaction, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Database
Retrieves the key/data pair with the given key and data value, that is, both the key and data items must match.
getSearchBoth(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
Move the cursor to the specified secondary and primary key, where both the primary and secondary key items must match.
getSearchBoth(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryDatabase
Retrieves the key/data pair with the specified secondary and primary key, that is, both the primary and secondary key items must match.
getSearchBothRange(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
Move the cursor to the specified key and closest matching data item of the database.
getSearchBothRange(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
Move the cursor to the specified secondary key and closest matching primary key of the database.
getSearchKey(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
Move the cursor to the given key of the database, and return the datum associated with the given key.
getSearchKey(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
Move the cursor to the given key of the database, and return the datum associated with the given key.
getSearchKeyRange(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
Move the cursor to the closest matching key of the database, and return the data item associated with the matching key.
getSearchKeyRange(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
Move the cursor to the closest matching key of the database, and return the data item associated with the matching key.
getSearchRecordNumber(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
Move the cursor to the specific numbered record of the database, and return the associated key/data pair.
getSearchRecordNumber(Transaction, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Database
Retrieves the key/data pair associated with the specific numbered record of the database.
getSearchRecordNumber(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
Move the cursor to the specific numbered record of the database, and return the associated key/data pair.
getSearchRecordNumber(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryDatabase
Retrieves the key/data pair associated with the specific numbered record of the database.
getSecondaryConfig() - Method in class com.sleepycat.db.SecondaryDatabase
Returns a copy of the secondary configuration of this database.
getSecondaryDatabase() - Method in class com.sleepycat.db.SecondaryCursor
Return the SecondaryDatabase handle associated with this Cursor.
getSegmentId() - Method in class com.sleepycat.db.EnvironmentConfig
Return the base segment ID.
getSerialBufferSize() - Method in class com.sleepycat.bind.serial.SerialBase
Returns the initial byte size of the output buffer.
getSize() - Method in class com.sleepycat.db.DatabaseEntry
Return the byte size of the data array.
getSnapshot() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the any specified backing source file will be read in its entirety when the database is opened.
getSnapshot() - Method in class com.sleepycat.db.TransactionConfig
Return true if the transaction is configured for Snapshot Isolation.
getSortedDuplicates() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the database is configured to support sorted duplicate data items.
getStartupComplete() - Method in class com.sleepycat.db.ReplicationStats
The client site has completed its startup procedures and is now handling live records from the master.
getStats(Transaction, StatsConfig) - Method in class com.sleepycat.db.Database
Return database statistics.
getStats(StatsConfig) - Method in class com.sleepycat.db.Sequence
Return statistical information about the sequence.
getStatus() - Method in class com.sleepycat.db.ReplicationStats
The current replication mode.
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.
getStringByteLength() - Method in class com.sleepycat.bind.tuple.TupleInput
Returns the byte length of a null-terminated UTF string in the data buffer, including the terminator.
getSync() - Method in class com.sleepycat.db.TransactionConfig
Return if the transaction is configured to write and synchronously flush the log it when commits.
getSystemId() - Method in class com.sleepycat.dbxml.XmlEventReader
Return the system ID of the document, if available.
getSystemMemory() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment is configured to allocate memory from system shared memory instead of from memory backed by the filesystem.
getTemporaryDirectory() - Method in class com.sleepycat.db.EnvironmentConfig
Return the path of a directory to be used as the location of temporary files.
getTestAndSetSpins() - Method in class com.sleepycat.db.EnvironmentConfig
Return the number of times test-and-set mutexes should spin before blocking.
getThreaded() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the handle is configured to be free-threaded.
getTimeCkp() - Method in class com.sleepycat.db.TransactionStats
The time the last completed checkpoint finished (as the number of seconds since the Epoch, returned by the IEEE/ANSI Std 1003.1 (POSIX) time interface).
getTimeout() - Method in class com.sleepycat.db.CompactConfig
Return the the lock timeout set for implicit transactions, in microseconds.
getTimeout() - Method in class com.sleepycat.db.LockRequest
Return the lock timeout value.
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
Return the transaction handle for the transaction.
getTransaction() - Method in class com.sleepycat.dbxml.XmlTransaction
Get the transaction handle encapsulated by this object.
getTransactional() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the database open is enclosed within a transaction.
getTransactional() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment is configured for transactions.
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
Return true if the database environment is configured to not write log records for this database.
getTransactionStats(StatsConfig) - Method in class com.sleepycat.db.Environment
Return the database environment's transactional statistics.
getTruncate() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the database has been configured to be physically truncated by truncating the underlying file, discarding all previous databases it might have held.
getTupleBufferSize() - Method in class com.sleepycat.bind.tuple.TupleBase
Returns the initial byte size of the output buffer.
getTxnarray() - Method in class com.sleepycat.db.TransactionStats
The array of active transactions.
getTxnId() - Method in class com.sleepycat.db.TransactionStats.Active
The transaction ID of the transaction.
getTxnMaxActive() - Method in class com.sleepycat.db.EnvironmentConfig
Return the minimum number of simultaneously active transactions supported by the database environment.
getTxnNoSync() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the system has been configured to not write or synchronously flush the log on transaction commit.
getTxnNotDurable() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the system has been configured to not write log records.
getTxnsApplied() - Method in class com.sleepycat.db.ReplicationStats
The number of transactions applied.
getTxnSnapshot() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the handle is configured to run all transactions at snapshot isolation.
getTxnTimeout() - Method in class com.sleepycat.db.EnvironmentConfig
Return the database environment transaction timeout value, in microseconds; a timeout of 0 means no timeout is set.
getTxnTimeout() - Method in class com.sleepycat.db.LockStats
Transaction timeout value.
getTxnTimestamp() - Method in class com.sleepycat.db.EnvironmentConfig
Return the time to which recovery will be done, or 0 if recovery will be done to the most current possible date.
getTxnWriteNoSync() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the system has been configured to write, but not synchronously flush, the log on transaction commit.
getType() - Method in class com.sleepycat.db.DatabaseConfig
Return the type of the database.
getType() - Method in class com.sleepycat.dbxml.XmlValue
Returns the type of the XmlValue, which will be one of the XmlValue class constants.
getTypeName() - Method in class com.sleepycat.dbxml.XmlValue
Returns the type name of the XmlValue
getTypeURI() - Method in class com.sleepycat.dbxml.XmlValue
Returns the type URI of the XmlValue
getUnlink() - Method in class com.sleepycat.db.CacheFile
Return true if the file will be removed when the last reference to it is closed.
getUnsortedDuplicates() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the database is configured to support duplicate data items.
getUseEnvironment() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment is configured to accept information from the process environment when naming files.
getUseEnvironmentRoot() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the database environment is configured to accept information from the process environment when naming files if the process has appropriate permissions.
getUserBuffer() - Method in class com.sleepycat.db.DatabaseEntry
Return true if the whether the buffer in this entry is owned by the application.
getUserBufferLength() - Method in class com.sleepycat.db.DatabaseEntry
Return the length of the application's buffer.
getValue() - Method in class com.sleepycat.collections.MapEntryParameter
Returns the value of this entry.
getValue() - Method in class com.sleepycat.db.SequenceStats
The current cached value of the sequence.
getValue() - Method in class com.sleepycat.dbxml.XmlEventReader
Return the text value of the current event.
getVariableValue(String) - Method in class com.sleepycat.dbxml.XmlQueryContext
Returns the value that is bound to the specified variable.
getVariableValues(String) - Method in class com.sleepycat.dbxml.XmlQueryContext
Returns the XmlResults object representing the sequence of values that is bound to the specified variable.
getVerboseDeadlock() - Method in class com.sleepycat.db.EnvironmentConfig
Return if the database environment is configured to display additional information when doing deadlock detection.
getVerboseRecovery() - Method in class com.sleepycat.db.EnvironmentConfig
Return if the database environment is configured to display additional information when performing recovery.
getVerboseRegister() - Method in class com.sleepycat.db.EnvironmentConfig
Return if the database environment is configured to display additional information concerning support for the EnvironmentConfig.setRegister(boolean) method.
getVerboseReplication() - Method in class com.sleepycat.db.EnvironmentConfig
Return if the database environment is configured to display additional information when processing replication messages.
getVerboseWaitsFor() - Method in class com.sleepycat.db.EnvironmentConfig
Return if the database environment is configured to display the waits-for table when doing deadlock detection.
getVersion() - Method in class com.sleepycat.db.BtreeStats
The version of the Btree database.
getVersion() - Method in class com.sleepycat.db.HashStats
The version of the Hash database.
getVersion() - Method in class com.sleepycat.db.LogStats
The version of the log file type.
getVersion() - Method in class com.sleepycat.db.QueueStats
The version of the Queue database.
getVersion() - Method in class com.sleepycat.dbxml.XmlEventReader
Return the XML version string.
getVersionMajor() - Static method in class com.sleepycat.db.Environment
Return the release major number.
getVersionMinor() - Static method in class com.sleepycat.db.Environment
Return the release minor number.
getVersionPatch() - Static method in class com.sleepycat.db.Environment
Return the release patch number.
getVersionString() - Static method in class com.sleepycat.db.Environment
Return the release version information, suitable for display.
getWait() - Method in class com.sleepycat.db.SequenceStats
The number of times a thread of control was forced to wait on the handle mutex.
getWaitingLsn() - Method in class com.sleepycat.db.ReplicationStats
The LSN of the first log record we have after missing log records being waited for, or 0 if no log records are currently missing.
getWaitingPages() - Method in class com.sleepycat.db.ReplicationStats
The page number of the first page we have after missing pages being waited for, or 0 if no pages are currently missing.
getWBytes() - Method in class com.sleepycat.db.LogStats
The number of bytes over and above st_w_mbytes written to this log.
getWcBytes() - Method in class com.sleepycat.db.LogStats
The number of bytes over and above LogStats.getWcMbytes written to this log since the last checkpoint.
getWcMbytes() - Method in class com.sleepycat.db.LogStats
The number of megabytes written to this log since the last checkpoint.
getWCount() - Method in class com.sleepycat.db.LogStats
The number of times the log has been written to disk.
getWCountFill() - Method in class com.sleepycat.db.LogStats
The number of times the log has been written to disk because the in-memory log record cache filled up.
getWellFormedOnly() - Method in class com.sleepycat.dbxml.XmlDocumentConfig
Gets whether operations that may parse a document use only a well-formed scanner, avoiding the expense of reading any referenced schema or DTD.
getWMbytes() - Method in class com.sleepycat.db.LogStats
The number of megabytes written to this log.
getWrap() - Method in class com.sleepycat.db.SequenceConfig
Return true if the sequence will wrap around when it is incremented (decremented) past the specified maximum (minimum) value.
getWriteCursor() - Method in class com.sleepycat.db.CursorConfig
Return if the Concurrent Data Store environment cursor will be used to update the database.
getWriteIntLength(int) - Static method in class com.sleepycat.util.PackedInteger
Returns the number of bytes that would be written by PackedInteger.writeInt(byte[], int, int).
getXACreate() - Method in class com.sleepycat.db.DatabaseConfig
Return true if the database has been configured to be accessed via applications running under an X/Open conformant Transaction Manager.
getXaStatus() - Method in class com.sleepycat.db.TransactionStats.Active
If the transaction is an XA transaction, the status of the transaction, otherwise 0.
getXId() - Method in class com.sleepycat.db.TransactionStats.Active
If the transaction is an XA transaction, the XA global transaction ID.
getYieldCPU() - Method in class com.sleepycat.db.EnvironmentConfig
Return true if the system has been configured to yield the processor immediately after each page or mutex acquisition.
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
A value between 0 and 1, the proportion of keys greater than the specified key.
GT - Static variable in class com.sleepycat.dbxml.XmlIndexLookup
Operation greater than (>)
GTE - Static variable in class com.sleepycat.dbxml.XmlIndexLookup
Operation greater than or equal (>=)

H

handleEvent(EventType) - Method in interface com.sleepycat.db.EventHandler
A callback function to be called when an event is sent from the Berkeley DB library.
handleLogRecord(Environment, DatabaseEntry, LogSequenceNumber, RecoveryOperation) - Method in interface com.sleepycat.db.LogRecordHandler
 
hasEmptyElementInfo() - Method in class com.sleepycat.dbxml.XmlEventReader
Return whether the implementation keeps track of empty elements.
hasEntityEscapeInfo() - Method in class com.sleepycat.dbxml.XmlEventReader
Return whether the object is able to accurately determine if a given text value may require escaping of entities.
HASH - Static variable in class com.sleepycat.db.DatabaseType
The database is a Hash.
hash(Database, byte[], int) - Method in interface com.sleepycat.db.Hasher
An application-specified, database-specific hash function.
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.DatabaseEntry
Returns a hash code based on the data value.
Hasher - Interface in com.sleepycat.db
An application-specified, database hash function.
HashStats - Class in com.sleepycat.db
The HashStats object is used to return Hash database statistics.
hasNext() - Method in class com.sleepycat.collections.StoredIterator
Returns true if this iterator has more elements when traversing in the forward direction.
hasNext() - Method in class com.sleepycat.dbxml.XmlEventReader
Return true if there is another valid event remaining
hasNext() - Method in class com.sleepycat.dbxml.XmlResults
Returns true if there is another element in the results set.
hasPrevious() - Method in class com.sleepycat.collections.StoredIterator
Returns true if this iterator has more elements when traversing in the reverse direction.
hasPrevious() - Method in class com.sleepycat.dbxml.XmlResults
Returns true if there is a previous element in the results set.
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.
HEX_BINARY - Static variable in class com.sleepycat.dbxml.XmlValue
 
HIGH - Static variable in class com.sleepycat.db.CacheFilePriority
The second highest priority.
host - Variable in class com.sleepycat.db.ReplicationHostAddress
The name component of the site address.

I

index - Variable in class com.sleepycat.dbxml.XmlIndexDeclaration
A comma-separated list of strings that represent the indexing strategy.
INDEXER_PARSER_ERROR - Static variable in exception com.sleepycat.dbxml.XmlException
Error while parsing a document for indexing
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.
inputToEntry(TupleInput, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.TupleBase
Utility method to set the data in a entry buffer to the data in a tuple input object.
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
 
INTERNAL_ERROR - Static variable in exception com.sleepycat.dbxml.XmlException
Internal system error
interruptQuery() - Method in class com.sleepycat.dbxml.XmlQueryContext
Interrupt the in-progress query using this XmlQueryContext.
intToEntry(int, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.IntegerBinding
Converts a simple int value into an entry buffer.
INVALID_VALUE - Static variable in exception com.sleepycat.dbxml.XmlException
An invalid parameter value was passed to an interface
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
Intention to read (shared).
isAttributeSpecified(int) - Method in class com.sleepycat.dbxml.XmlEventReader
Return whether the attribute specified by the index is specified in the document (vs defaulted).
isBoolean() - Method in class com.sleepycat.dbxml.XmlValue
Returns true if the XmlValue is one of type BOOLEAN.
isCurrentData(Object) - Method in class com.sleepycat.collections.StoredIterator
 
isDirtyRead() - Method in class com.sleepycat.collections.StoredContainer
Deprecated. This method has been replaced by StoredContainer.getCursorConfig(). CursorConfig.isReadUncommitted may be called to determine whether dirty-read is enabled.
isDirtyReadAllowed() - Method in class com.sleepycat.collections.StoredContainer
Deprecated. This method is deprecated with no replacement in this class. In the DB product, DatabaseConfig.getReadUncommitted may be called.
isEmpty() - Method in class com.sleepycat.collections.StoredContainer
Returns true if this map or collection contains no mappings or elements.
isEmptyElement() - Method in class com.sleepycat.dbxml.XmlEventReader
Return whether the current event is StartElement with an empty element.
isIgnore() - Method in class com.sleepycat.db.ReplicationStatus
This message cannot be processed.
isNewMaster() - Method in class com.sleepycat.db.ReplicationStatus
A new master has been elected.
isNewSite() - Method in class com.sleepycat.db.ReplicationStatus
The system received contact information from a new environment.
isNode() - Method in class com.sleepycat.dbxml.XmlValue
Returns true if the XmlValue is of type NODE -- a DOM node.
isNotPermanent() - Method in class com.sleepycat.db.ReplicationStatus
A message carrying a DB_REP_PERMANENT flag was processed successfully, but was not written to disk.
isNull() - Method in class com.sleepycat.dbxml.XmlResults
Return true if this is an uninitialized object
isNull() - Method in class com.sleepycat.dbxml.XmlValue
Returns true if the XmlValue has no value (type NONE).
isNumber() - Method in class com.sleepycat.dbxml.XmlValue
Returns true if the XmlValue is one of the numeric types, such as DOUBLE, FLOAT, etc.
isOrdered() - Method in class com.sleepycat.collections.StoredContainer
Returns whether keys are ordered in this container.
isPeer - Variable in class com.sleepycat.db.ReplicationHostAddress
This field is used to define if the HostAddress refers to a peer of the current site, or not.
isPermanent() - Method in class com.sleepycat.db.ReplicationStatus
Processing this message resulted in the processing of records that are permanent.
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.
isStandalone() - Method in class com.sleepycat.dbxml.XmlEventReader
Return whether the document is standalone.
isString() - Method in class com.sleepycat.dbxml.XmlValue
Returns true if the XmlValue is one of type STRING.
isSuccess() - Method in class com.sleepycat.db.ReplicationStatus
The operation succeeded.
isTransactional() - Method in class com.sleepycat.collections.StoredContainer
Returns whether the databases underlying this container are transactional.
isType(int) - Method in class com.sleepycat.dbxml.XmlValue
Indicates whether the XmlValue is of the specified type.
isWhiteSpace() - Method in class com.sleepycat.dbxml.XmlEventReader
Return whether the current text value is entirely white space.
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
Deprecated. Please use StoredCollection.storedIterator() or StoredCollection.storedIterator(boolean) instead. Because the iterator returned must be closed, the method name iterator is confusing since standard Java iterators do not need to be closed.
iterator(Iterator) - Static method in class com.sleepycat.collections.StoredCollections
Clones an iterator preserving its current position.
IWR - Static variable in class com.sleepycat.db.LockRequestMode
Intention to read and write (shared).
IWRITE - Static variable in class com.sleepycat.db.LockRequestMode
Intention to write (shared).

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(Cursor[], JoinConfig) - Method in class com.sleepycat.db.Database
Creates a specialized join cursor for use in performing equality or natural joins on secondary indices.
JoinConfig - Class in com.sleepycat.db
The configuration properties of a JoinCursor.
JoinConfig() - Constructor for class com.sleepycat.db.JoinConfig
Creates an instance with the system's default settings.
JoinCursor - Class in com.sleepycat.db
A specialized join cursor for use in performing equality or natural joins on secondary indices.

K

KEY_EQUALITY - Static variable in class com.sleepycat.dbxml.XmlIndexSpecification
Equality key type.
KEY_NONE - Static variable in class com.sleepycat.dbxml.XmlIndexSpecification
No key type.
KEY_PRESENCE - Static variable in class com.sleepycat.dbxml.XmlIndexSpecification
Presence key type.
KEY_SUBSTRING - Static variable in class com.sleepycat.dbxml.XmlIndexSpecification
Substring key type.
KEYEMPTY - Static variable in class com.sleepycat.db.OperationStatus
The cursor operation was unsuccessful because the current record was deleted.
KEYEXIST - Static variable in class com.sleepycat.db.OperationStatus
The operation to insert data was configured to not allow overwrite and the key already exists in the database.
KeyRange - Class in com.sleepycat.db
An object that returns status from the Database.getKeyRange method.
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.
Lazy - Static variable in class com.sleepycat.dbxml.XmlQueryContext
Minimal processing is performed before evaluation of the query is completed, and the remaining processing is deferred until the result set is enumerated.
LAZY_EVALUATION - Static variable in exception com.sleepycat.dbxml.XmlException
Attempt to add an XmlValue object to a lazy result set
less - Variable in class com.sleepycat.db.KeyRange
A value between 0 and 1, the proportion of keys less than the specified key.
LEVEL_ALL - Static variable in class com.sleepycat.dbxml.XmlManager
Enable all debug levels.
LEVEL_DEBUG - Static variable in class com.sleepycat.dbxml.XmlManager
Enable program execution tracing messages.
LEVEL_ERROR - Static variable in class com.sleepycat.dbxml.XmlManager
Enable fatal error messages.
LEVEL_INFO - Static variable in class com.sleepycat.dbxml.XmlManager
Enable informational messages.
LEVEL_NONE - Static variable in class com.sleepycat.dbxml.XmlManager
Disable logging.
LEVEL_WARNING - Static variable in class com.sleepycat.dbxml.XmlManager
Enable warning messages.
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.
LiveValues - Static variable in class com.sleepycat.dbxml.XmlQueryContext
A reference to the data stored in Berkeley DB XML is returned.
loadContainer(String, String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlManager
Loads data from the specified file into the container.
Lock - Class in com.sleepycat.db
The locking interfaces for the database environment are methods of the Environment handle.
LockDetectMode - Class in com.sleepycat.db
Deadlock detection modes.
LockMode - Class in com.sleepycat.db
Locking modes for database operations.
LockNotGrantedException - Exception in com.sleepycat.db
A LockNotGrantedException is thrown when a lock requested using the Environment.getLock or Environment.lockVector methods, where the noWait flag or lock timers were configured, could not be granted before the wait-time expired.
LockOperation - Class in com.sleepycat.db
Operations that can be performed on locks.
LockRequest - Class in com.sleepycat.db
The LockRequest object is used to encapsulate a single lock request.
LockRequest(LockOperation, LockRequestMode, DatabaseEntry, Lock) - Constructor for class com.sleepycat.db.LockRequest
Construct a LockRequest with the specified operation, mode and lock, for the specified object.
LockRequest(LockOperation, LockRequestMode, DatabaseEntry, Lock, int) - Constructor for class com.sleepycat.db.LockRequest
Construct a LockRequest with the specified operation, mode, lock and timeout for the specified object.
LockRequestMode - Class in com.sleepycat.db
When using the default lock conflict matrix, the LockRequestMode class defines the set of possible lock modes.
LockRequestMode(String, int) - Constructor for class com.sleepycat.db.LockRequestMode
Construct a custom lock request mode.
LockStats - Class in com.sleepycat.db
Lock statistics for a database environment.
lockVector(int, boolean, LockRequest[]) - Method in class com.sleepycat.db.Environment
Atomically obtain and release one or more locks from the lock table.
LogCursor - Class in com.sleepycat.db
The LogCursor object is the handle for a cursor into the log files, supporting sequential access to the records stored in log files.
logFlush(LogSequenceNumber) - Method in class com.sleepycat.db.Environment
Flush log records to stable storage.
logPrint(Transaction, String) - Method in class com.sleepycat.db.Environment
Append an informational message to the Berkeley DB database environment log files.
logPut(DatabaseEntry, boolean) - Method in class com.sleepycat.db.Environment
Append a record to the log.
LogRecordHandler - Interface in com.sleepycat.db
A function to process application-specific log records.
LogSequenceNumber - Class in com.sleepycat.db
The LogSequenceNumber object is a log sequence number which specifies a unique location in a log file.
LogSequenceNumber(int, int) - Constructor for class com.sleepycat.db.LogSequenceNumber
Construct a LogSequenceNumber with the specified file and offset.
LogSequenceNumber() - Constructor for class com.sleepycat.db.LogSequenceNumber
Construct an uninitialized LogSequenceNumber.
LogStats - Class in com.sleepycat.db
Log statistics for a database environment.
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.
lookupIndex(XmlQueryContext, String, String, String, XmlValue) - Method in class com.sleepycat.dbxml.XmlContainer
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int) and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead.
lookupIndex(XmlQueryContext, String, String, String) - Method in class com.sleepycat.dbxml.XmlContainer
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int) and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead.
lookupIndex(XmlQueryContext, String, String, String, String, String, XmlValue) - Method in class com.sleepycat.dbxml.XmlContainer
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int) and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead.
lookupIndex(XmlQueryContext, String, String, String, String, String) - Method in class com.sleepycat.dbxml.XmlContainer
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int) and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead.
lookupIndex(XmlTransaction, XmlQueryContext, String, String, String, XmlValue) - Method in class com.sleepycat.dbxml.XmlContainer
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int) and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead.
lookupIndex(XmlQueryContext, String, String, String, XmlValue, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int) and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead.
lookupIndex(XmlTransaction, XmlQueryContext, String, String, String) - Method in class com.sleepycat.dbxml.XmlContainer
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int) and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead.
lookupIndex(XmlTransaction, XmlQueryContext, String, String, String, XmlValue, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int) and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead.
lookupIndex(XmlQueryContext, String, String, String, String, String, XmlValue, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int) and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead.
lookupIndex(XmlTransaction, XmlQueryContext, String, String, String, String, String) - Method in class com.sleepycat.dbxml.XmlContainer
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int) and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead.
lookupIndex(XmlTransaction, XmlQueryContext, String, String, String, String, String, XmlValue) - Method in class com.sleepycat.dbxml.XmlContainer
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int) and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead.
lookupIndex(XmlTransaction, XmlQueryContext, String, String, String, String, String, XmlValue, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Deprecated. as of release 2.2. Use XmlManager.createIndexLookup(com.sleepycat.dbxml.XmlContainer, java.lang.String, java.lang.String, java.lang.String, com.sleepycat.dbxml.XmlValue, int) and XmlIndexLookup.execute(com.sleepycat.dbxml.XmlQueryContext) instead.
lookupStatistics(String, String, String, XmlValue) - Method in class com.sleepycat.dbxml.XmlContainer
Returns an XmlStatistics object for the identified index.
lookupStatistics(String, String, String) - Method in class com.sleepycat.dbxml.XmlContainer
Returns an XmlStatistics object for the identified index.
lookupStatistics(XmlTransaction, String, String, String, XmlValue) - Method in class com.sleepycat.dbxml.XmlContainer
Returns an XmlStatistics object for the identified index.
lookupStatistics(XmlTransaction, String, String, String) - Method in class com.sleepycat.dbxml.XmlContainer
Returns an XmlStatistics object for the identified index.
lookupStatistics(String, String, String, String, String, XmlValue) - Method in class com.sleepycat.dbxml.XmlContainer
Lookup statistics for the identified edge index.
lookupStatistics(String, String, String, String, String) - Method in class com.sleepycat.dbxml.XmlContainer
Lookup statistics for the identified edge index.
lookupStatistics(XmlTransaction, String, String, String, String, String, XmlValue) - Method in class com.sleepycat.dbxml.XmlContainer
Lookup statistics for the identified edge index in the scope of a transaction.
lookupStatistics(XmlTransaction, String, String, String, String, String) - Method in class com.sleepycat.dbxml.XmlContainer
Lookup statistics for the identified edge index in the scope of a transaction.
LOW - Static variable in class com.sleepycat.db.CacheFilePriority
The second lowest priority.
LT - Static variable in class com.sleepycat.dbxml.XmlIndexLookup
Operation less than (<)
LTE - Static variable in class com.sleepycat.dbxml.XmlIndexLookup
Operation less than or equal (<=)

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(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.
MAX_LENGTH - Static variable in class com.sleepycat.util.PackedInteger
The maximum number of bytes needed to store an int value (5).
MAXLOCKS - Static variable in class com.sleepycat.db.LockDetectMode
Reject the lock request for the locker ID with the most locks.
MAXWRITE - Static variable in class com.sleepycat.db.LockDetectMode
Reject the lock request for the locker ID with the most write locks.
MemoryException - Exception in com.sleepycat.db
This exception is thrown when a DatabaseEntry passed to a Database or Cursor method is not large enough to hold a value being returned.
message(Environment, String) - Method in interface com.sleepycat.db.MessageHandler
A callback function to be called to display informational messages.
MessageHandler - Interface in com.sleepycat.db
An interface specifying a callback function to be called to display informational messages.
metaDataName_name - Static variable in class com.sleepycat.dbxml.XmlManager
The "name" of the XmlDocument name metadata item
metaDataName_root - Static variable in class com.sleepycat.dbxml.XmlManager
The "name" of the root metadata item
metaDataNamespace_prefix - Static variable in class com.sleepycat.dbxml.XmlManager
The prefix for the built-in BDB XML metadata namespace.
metaDataNamespace_uri - Static variable in class com.sleepycat.dbxml.XmlManager
The URI for the built-in BDB XML metadata namespace.
MINLOCKS - Static variable in class com.sleepycat.db.LockDetectMode
Reject the lock request for the locker ID with the fewest locks.
MINWRITE - Static variable in class com.sleepycat.db.LockDetectMode
Reject the lock request for the locker ID with the fewest write locks.
moveToIndex(int) - Method in class com.sleepycat.collections.StoredIterator
 
MultipleDataEntry - Class in com.sleepycat.db
A DatabaseEntry that holds multiple data items returned by a single Database or Cursor get call.
MultipleDataEntry() - Constructor for class com.sleepycat.db.MultipleDataEntry
Construct an entry with no data.
MultipleDataEntry(byte[]) - Constructor for class com.sleepycat.db.MultipleDataEntry
Construct an entry with a given byte array.
MultipleDataEntry(byte[], int, int) - Constructor for class com.sleepycat.db.MultipleDataEntry
Constructs a DatabaseEntry with a given byte array, offset and size.
MultipleEntry - Class in com.sleepycat.db
An abstract class representing a DatabaseEntry that holds multiple results returned by a single Cursor get method.
MultipleKeyDataEntry - Class in com.sleepycat.db
A DatabaseEntry that holds multiple key/data pairs returned by a single Database or Cursor get call.
MultipleKeyDataEntry() - Constructor for class com.sleepycat.db.MultipleKeyDataEntry
Construct an entry with no data.
MultipleKeyDataEntry(byte[]) - Constructor for class com.sleepycat.db.MultipleKeyDataEntry
Construct an entry with a given byte array.
MultipleKeyDataEntry(byte[], int, int) - Constructor for class com.sleepycat.db.MultipleKeyDataEntry
Constructs a DatabaseEntry with a given byte array, offset and size.
MultipleKeyNIODataEntry - Class in com.sleepycat.db
A DatabaseEntry that holds multiple key/data pairs returned by a single Database or Cursor get call.
MultipleKeyNIODataEntry() - Constructor for class com.sleepycat.db.MultipleKeyNIODataEntry
Construct an entry with no data.
MultipleKeyNIODataEntry(ByteBuffer) - Constructor for class com.sleepycat.db.MultipleKeyNIODataEntry
Construct an entry with a given java.nio.ByteBuffer.
MultipleNIODataEntry - Class in com.sleepycat.db
A DatabaseEntry that holds multiple data items returned by a single Database or Cursor get call.
MultipleNIODataEntry() - Constructor for class com.sleepycat.db.MultipleNIODataEntry
Construct an entry with no data.
MultipleNIODataEntry(ByteBuffer) - Constructor for class com.sleepycat.db.MultipleNIODataEntry
Construct an entry with a given java.nio.ByteBuffer.
MultipleRecnoDataEntry - Class in com.sleepycat.db
A DatabaseEntry that holds multiple record number/data pairs returned by a single Database or Cursor get call.
MultipleRecnoDataEntry() - Constructor for class com.sleepycat.db.MultipleRecnoDataEntry
Construct an entry with no data.
MultipleRecnoDataEntry(byte[]) - Constructor for class com.sleepycat.db.MultipleRecnoDataEntry
Construct an entry with a given byte array.
MultipleRecnoDataEntry(byte[], int, int) - Constructor for class com.sleepycat.db.MultipleRecnoDataEntry
Constructs a DatabaseEntry with a given byte array, offset and size.
MultipleRecnoNIODataEntry - Class in com.sleepycat.db
A DatabaseEntry that holds multiple record number/data pairs returned by a single Database or Cursor get call.
MultipleRecnoNIODataEntry() - Constructor for class com.sleepycat.db.MultipleRecnoNIODataEntry
Construct an entry with no data.
MultipleRecnoNIODataEntry(ByteBuffer) - Constructor for class com.sleepycat.db.MultipleRecnoNIODataEntry
Construct an entry with a given java.nio.ByteBuffer.
MutexStats - Class in com.sleepycat.db
Statistics about mutexes in a Berkeley DB database environment, returned by Environment.getMutexStats(com.sleepycat.db.StatsConfig)

N

name - Variable in class com.sleepycat.dbxml.XmlIndexDeclaration
The name of the element or attribute node to be indexed.
needsEntityEscape(int) - Method in class com.sleepycat.dbxml.XmlEventReader
Return whether the text value of the attribute specified by the index parameter requires escaping.
needsEntityEscape() - Method in class com.sleepycat.dbxml.XmlEventReader
Return whether the text value of the current event requires escaping.
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.TupleBase
Deprecated. replaced by TupleBase.getTupleOutput(java.lang.Object)
newOutput(byte[]) - Static method in class com.sleepycat.bind.tuple.TupleBase
Deprecated. replaced by TupleBase.getTupleOutput(java.lang.Object)
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
Get the next data element in the returned set.
next(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.MultipleKeyDataEntry
Get the next key/data pair in the returned set.
next(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.MultipleKeyNIODataEntry
Get the next key/data pair in the returned set.
next(DatabaseEntry) - Method in class com.sleepycat.db.MultipleNIODataEntry
Get the next data element in the returned set.
next(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.MultipleRecnoDataEntry
Get the next record number/data pair in the returned set.
next(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.MultipleRecnoNIODataEntry
Get the next record number/data pair in the returned set.
next() - Method in class com.sleepycat.dbxml.XmlEventReader
Move to the next event, returning its type.
next() - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Obtains the next index in the XmlIndexSpecification.
next() - Method in class com.sleepycat.dbxml.XmlMetaDataIterator
Returns the next item in the XmlDocument's metadata list.
next() - Method in class com.sleepycat.dbxml.XmlResults
Retrieves the next value in the result set.
next(XmlDocument) - Method in class com.sleepycat.dbxml.XmlResults
Retrieves the next value in the result set as a document.
nextIndex() - Method in class com.sleepycat.collections.StoredIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextTag() - Method in class com.sleepycat.dbxml.XmlEventReader
Move to the next event that is of type StartElement, EndElement, returning its type.
NO_MEMORY_ERROR - Static variable in exception com.sleepycat.dbxml.XmlException
Out of memory error
NO_VARIABLE_BINDING - Static variable in exception com.sleepycat.dbxml.XmlException
No binding for referenced variable
NOAUTOINIT - Static variable in class com.sleepycat.db.ReplicationConfig
The replication master should not automatically re-initialize outdated clients.
NODE - Static variable in class com.sleepycat.dbxml.XmlValue
 
NODE_ATTRIBUTE - Static variable in class com.sleepycat.dbxml.XmlIndexSpecification
Attribute node type.
NODE_ELEMENT - Static variable in class com.sleepycat.dbxml.XmlIndexSpecification
Element node type.
NODE_METADATA - Static variable in class com.sleepycat.dbxml.XmlIndexSpecification
Metadata node type.
NODE_NONE - Static variable in class com.sleepycat.dbxml.XmlIndexSpecification
No node type.
NodeContainer - Static variable in class com.sleepycat.dbxml.XmlContainer
Documents are broken down into their component nodes, and these nodes are stored individually in the container.
NONE - Static variable in class com.sleepycat.db.LockDetectMode
Turn off deadlock detection.
NONE - Static variable in class com.sleepycat.db.ReplicationManagerAckPolicy
The master should not wait for any client replication message acknowledgments.
NONE - Static variable in class com.sleepycat.dbxml.XmlIndexLookup
Empty/no operation
NONE - Static variable in class com.sleepycat.dbxml.XmlValue
 
NOTATION - Static variable in class com.sleepycat.dbxml.XmlValue
 
NOTATION_NODE - Static variable in class com.sleepycat.dbxml.XmlValue
Node type returned by XmlValue.getNodeType().
NOTFOUND - Static variable in class com.sleepycat.db.OperationStatus
The requested key/data pair was not found.
NOWAIT - Static variable in class com.sleepycat.db.ReplicationConfig
Berkeley DB method calls that would normally block while clients are in recovery should return errors immediately.
NULL_POINTER - Static variable in exception com.sleepycat.dbxml.XmlException
An attempt was made to access an uninitialized object
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

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, TupleOutput) - Method in class com.sleepycat.bind.tuple.ByteBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.CharacterBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.DoubleBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.FloatBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.IntegerBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.LongBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.ShortBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.SortedDoubleBinding
 
objectToEntry(Object, TupleOutput) - Method in class com.sleepycat.bind.tuple.SortedFloatBinding
 
objectToEntry(Object, TupleOutput) - 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
 
OLDEST - Static variable in class com.sleepycat.db.LockDetectMode
Reject the lock request for the locker ID with the oldest lock.
ONE - Static variable in class com.sleepycat.db.ReplicationManagerAckPolicy
The master should wait until at least one client site has acknowledged each permanent replication message.
ONE_PEER - Static variable in class com.sleepycat.db.ReplicationManagerAckPolicy
The master should wait until at least one electable peer has acknowledged each permanent replication message (where "electable peer" means a client capable of being subsequently elected master of the replication group).
openContainer(String) - Method in class com.sleepycat.dbxml.XmlManager
Opens a container, returning a handle to an XmlContainer object.
openContainer(XmlTransaction, String) - Method in class com.sleepycat.dbxml.XmlManager
Opens a container in the context of a transaction, returning a handle to an XmlContainer object.
openContainer(String, XmlContainerConfig) - Method in class com.sleepycat.dbxml.XmlManager
Opens a container, returning a handle to an XmlContainer object.
openContainer(XmlTransaction, String, XmlContainerConfig) - Method in class com.sleepycat.dbxml.XmlManager
Opens a container, returning a handle to an XmlContainer object.
openCursor(Transaction, CursorConfig) - Method in class com.sleepycat.db.Database
Return a cursor into the database.
openCursor(Transaction, CursorConfig) - Method in class com.sleepycat.db.SecondaryDatabase
Return a cursor into the database.
openDatabase(Transaction, String, String, DatabaseConfig) - Method in class com.sleepycat.db.Environment
Open a database.
openLogCursor() - Method in class com.sleepycat.db.Environment
Return a log cursor.
openSecondaryCursor(Transaction, CursorConfig) - Method in class com.sleepycat.db.SecondaryDatabase
Obtain a cursor on a database, returning a SecondaryCursor.
openSecondaryDatabase(Transaction, String, String, Database, SecondaryConfig) - Method in class com.sleepycat.db.Environment
Open a database.
openSequence(Transaction, DatabaseEntry, SequenceConfig) - Method in class com.sleepycat.db.Database
Open a sequence in the database.
OPERATION_INTERRUPTED - Static variable in exception com.sleepycat.dbxml.XmlException
Operation was interrupted by the application
OPERATION_TIMEOUT - Static variable in exception com.sleepycat.dbxml.XmlException
Operation timed out
OperationStatus - Class in com.sleepycat.db
Status values from database operations.
outputToEntry(TupleOutput, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.TupleBase
Utility method to set the data in a entry buffer to the data in a tuple output object.

P

PackedInteger - Class in com.sleepycat.util
Static methods for reading and writing packed integers.
PackedInteger() - Constructor for class com.sleepycat.util.PackedInteger
 
panic(boolean) - Method in class com.sleepycat.db.Environment
Set the panic state for the database environment.
PANIC - Static variable in class com.sleepycat.db.EventType
The event is a Database panic.
panic(Environment, DatabaseException) - Method in interface com.sleepycat.db.PanicHandler
A function to be called if the database environment panics.
PanicHandler - Interface in com.sleepycat.db
An interface specifying a function to be called if the database environment panics.
PATH_EDGE - Static variable in class com.sleepycat.dbxml.XmlIndexSpecification
Edge path type.
PATH_NODE - Static variable in class com.sleepycat.dbxml.XmlIndexSpecification
Node path type.
PATH_NONE - Static variable in class com.sleepycat.dbxml.XmlIndexSpecification
No path type.
peek() - Method in class com.sleepycat.dbxml.XmlResults
Returns the current element in the results set without moving the internal iterator.
peek(XmlDocument) - Method in class com.sleepycat.dbxml.XmlResults
Returns the current element in the results set as an XmlDocument without moving the internal iterator.
port - Variable in class com.sleepycat.db.ReplicationHostAddress
The network port component of the site address.
prefix(Database, DatabaseEntry, DatabaseEntry) - Method in interface com.sleepycat.db.BtreePrefixCalculator
The application-specific Btree prefix callback.
prepare(byte[]) - Method in class com.sleepycat.db.Transaction
Initiate the beginning of a two-phase commit.
prepare(String, XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlManager
Compile an XQuery expression into an XmlQueryExpression object.
prepare(XmlTransaction, String, XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlManager
Compile an XQuery expression into an XmlQueryExpression object.
PreparedTransaction - Class in com.sleepycat.db
The PreparedTransaction object is used to encapsulate a single prepared, but not yet resolved, transaction.
previous() - Method in class com.sleepycat.collections.StoredIterator
Returns the next element in the iteration.
previous() - Method in class com.sleepycat.dbxml.XmlResults
Retrieves the previous value in the result set.
previous(XmlDocument) - Method in class com.sleepycat.dbxml.XmlResults
Retrieves the next value in the result set as a document.
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.
PRINT - Static variable in class com.sleepycat.db.RecoveryOperation
The log is being printed for debugging purposes; print the contents of this log record in the desired format.
PROCESSING_INSTRUCTION_NODE - Static variable in class com.sleepycat.dbxml.XmlValue
Node type returned by XmlValue.getNodeType().
ProcessingInstruction - Static variable in class com.sleepycat.dbxml.XmlEventReader
Processing instruction event
ProcessingInstruction - Static variable in class com.sleepycat.dbxml.XmlModify
The information to be inserted is a processing instruction node.
processReplicationMessage(DatabaseEntry, DatabaseEntry, int) - Method in class com.sleepycat.db.Environment
Process an incoming replication message sent by a member of the replication group to the local database 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
Store a key/data pair into the database.
put(Transaction, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Database
Store the key/data pair into the database.
PUT - Static variable in class com.sleepycat.db.LockOperation
The lock to which the lock field refers is released.
PUT_ALL - Static variable in class com.sleepycat.db.LockOperation
All locks held by the specified locker are released.
PUT_OBJ - Static variable in class com.sleepycat.db.LockOperation
All locks held on obj are released.
putAfter(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Cursor
Store a key/data pair into the database.
putAll(Map) - Method in class com.sleepycat.collections.StoredMap
Copies all of the mappings from the specified map to this map (optional operation).
putBefore(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Cursor
Store a key/data pair into the database.
putCurrent(DatabaseEntry) - Method in class com.sleepycat.db.Cursor
Store a key/data pair into the database.
putDocument(XmlDocument, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts an XmlDocument into the container.
putDocument(String, String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts a document into the container with a given name and string content.
putDocument(String, XmlInputStream, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts a document into the container with a given name and content from a stream.
putDocument(XmlDocument, XmlUpdateContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts an XmlDocument into the container, with configuration options.
putDocument(XmlTransaction, XmlDocument, XmlUpdateContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts an XmlDocument into the container in the scope of a transaction.
putDocument(String, XmlInputStream, XmlUpdateContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts a document with given name and content into the container.
putDocument(XmlTransaction, String, XmlInputStream, XmlUpdateContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts a document with given name and content into the container in the scope of a transaction.
putDocument(String, String, XmlUpdateContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts a document with given name and string content into the container.
putDocument(String, XmlEventReader, XmlUpdateContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts a document with given name into the container, using the content retrieved from the given XmlEventReader as content.
putDocument(XmlTransaction, String, XmlEventReader, XmlUpdateContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts a document with given name into the container, using the content retrieved from the given XmlEventReader as content, within a transaction.
putDocument(XmlTransaction, XmlDocument, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts an XmlDocument into the container in the scope of a transaction.
putDocument(XmlTransaction, String, String, XmlUpdateContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts a document with given name and string content into the container in the scope of a transaction.
putDocument(XmlTransaction, String, XmlInputStream, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts a document with given name and content into the container in the scope of a transaction.
putDocument(XmlTransaction, String, String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Inserts a document into the container with a given name and string content in the scope of a transaction.
putDocumentAsEventWriter(XmlDocument, XmlUpdateContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Prepares to insert an XmlDocument into the container, using the returned XmlEventWriter.
putDocumentAsEventWriter(XmlTransaction, String, XmlUpdateContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlContainer
Prepares to insert an XmlDocument into the container, using the returned XmlEventWriter, in the scope of a transaction.
putKeyFirst(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Cursor
Store a key/data pair into the database.
putKeyLast(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Cursor
Store a key/data pair into the database.
putLock(Lock) - Method in class com.sleepycat.db.Environment
Release a lock.
putNoDupData(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Cursor
Store a key/data pair into the database.
putNoDupData(Transaction, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Database
Store the key/data pair into the database if it does not already appear in the database.
putNoOverwrite(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Cursor
Store a key/data pair into the database.
putNoOverwrite(Transaction, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.Database
Store the key/data pair into the database if the key does not already appear in the database.

Q

QNAME - Static variable in class com.sleepycat.dbxml.XmlValue
 
query(String, XmlQueryContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlManager
Executes a query in the context of the XmlManager object.
query(XmlTransaction, String, XmlQueryContext, XmlDocumentConfig) - Method in class com.sleepycat.dbxml.XmlManager
Executes a query in the context of the XmlManager object.
query(String, XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlManager
Executes a query in the context of the XmlManager object.
query(XmlTransaction, String, XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlManager
Executes a query in the context of the XmlManager object.
QUEUE - Static variable in class com.sleepycat.db.DatabaseType
The database is a Queue.
QueueStats - Class in com.sleepycat.db
The QueueStats object is used to return Queue database statistics.
QUORUM - Static variable in class com.sleepycat.db.ReplicationManagerAckPolicy
The master should wait until it has received acknowledgements from the minimum number of electable peers sufficient to ensure that the effect of the permanent record remains durable if an election is held (where "electable peer" means a client capable of being subsequently elected master of the replication group).

R

RANDOM - Static variable in class com.sleepycat.db.LockDetectMode
Reject the lock request for a random locker ID.
READ - Static variable in class com.sleepycat.db.LockRequestMode
Read (shared).
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
 
READ_COMMITTED - Static variable in class com.sleepycat.db.CursorConfig
A convenience instance to configure a cursor for read committed isolation.
READ_COMMITTED - Static variable in class com.sleepycat.db.LockMode
Read committed isolation provides for cursor stability but not repeatable reads.
READ_UNCOMMITTED - Static variable in class com.sleepycat.db.CursorConfig
A convenience instance to configure read operations performed by the cursor to return modified but not yet committed data.
READ_UNCOMMITTED - Static variable in class com.sleepycat.db.LockMode
Read modified but not yet committed data.
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.
readBytes(byte[], long) - Method in class com.sleepycat.dbxml.XmlInputStream
Reads maxToRead number of bytes from the input stream and places those bytes in toFill.
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.
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.
readInt(byte[], int) - Static method in class com.sleepycat.util.PackedInteger
Reads a packed integer at the given buffer offset and returns it.
readLong() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads a signed long (eight byte) value from the buffer.
readPackedInt() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads a packed integer.
readShort() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads a signed short (two byte) value from the buffer.
readSortedDouble() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads a signed double (eight byte) value from the buffer, with support for correct default sorting of all values.
readSortedFloat() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads a signed float (four byte) value from the buffer, with support for correct default sorting of all values.
readString() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads a null-terminated UTF string from the data buffer and converts the data from UTF to Unicode.
readString(int) - Method in class com.sleepycat.bind.tuple.TupleInput
Reads the specified number of UTF characters string from the data buffer and converts the data from UTF to Unicode.
readString(char[]) - Method in class com.sleepycat.bind.tuple.TupleInput
Reads the specified number of UTF characters string from the data buffer and converts the data from UTF to Unicode.
readUnsignedByte() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads an unsigned byte (one byte) value from the buffer.
readUnsignedInt() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads an unsigned int (four byte) value from the buffer.
readUnsignedShort() - Method in class com.sleepycat.bind.tuple.TupleInput
Reads an unsigned short (two byte) value from the buffer.
RECNO - Static variable in class com.sleepycat.db.DatabaseType
The database is a Recno.
RecordNumberAppender - Interface in com.sleepycat.db
An interface specifying a callback function that modifies stored data based on a generated key.
RecordNumberBinding - Class in com.sleepycat.bind
An EntryBinding that treats a record number key entry as a Long key object.
RecordNumberBinding() - Constructor for class com.sleepycat.bind.RecordNumberBinding
Creates a byte array binding.
recordNumberToEntry(long, DatabaseEntry) - Static method in class com.sleepycat.bind.RecordNumberBinding
Utility method for use by bindings to translate a record number integer to a entry buffer.
recover(int, boolean) - Method in class com.sleepycat.db.Environment
Return a list of prepared but not yet resolved transactions.
recoveryFeedback(Environment, int) - Method in interface com.sleepycat.db.FeedbackHandler
A function called with progress information when the database environment is being recovered.
RecoveryOperation - Class in com.sleepycat.db
The recovery operation being performed when LogRecordHandler.handleLogRecord is called.
registerResolver(XmlResolver) - Method in class com.sleepycat.dbxml.XmlManager
Identifies an XmlResolver object to be used for file resolution.
reindexContainer(String, XmlUpdateContext, XmlContainerConfig) - Method in class com.sleepycat.dbxml.XmlManager
Reindex a container.
reindexContainer(XmlTransaction, String, XmlUpdateContext, XmlContainerConfig) - Method in class com.sleepycat.dbxml.XmlManager
Reindex a container.
remove(Object) - Method in class com.sleepycat.collections.StoredEntrySet
Removes the specified element from this set if it is present (optional operation).
remove() - Method in class com.sleepycat.collections.StoredIterator
Removes the last element that was returned by next or previous (optional operation).
remove(Object) - Method in class com.sleepycat.collections.StoredKeySet
Removes the specified key from this set if it is present (optional operation).
remove(int) - Method in class com.sleepycat.collections.StoredList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class com.sleepycat.collections.StoredList
Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in class com.sleepycat.collections.StoredMap
Removes the mapping for this key from this map if present (optional operation).
remove(Object) - Method in class com.sleepycat.collections.StoredValueSet
Removes the specified value from this set if it is present (optional operation).
remove(String, String, DatabaseConfig) - Static method in class com.sleepycat.db.Database
Remove a database.
remove(File, boolean, EnvironmentConfig) - Static method in class com.sleepycat.db.Environment
Destroy a database environment.
removeAlias(String) - Method in class com.sleepycat.dbxml.XmlContainer
Removes the named alias from the container.
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).
removeContainer(String) - Method in class com.sleepycat.dbxml.XmlManager
Removes the underlying file for the container from the file system.
removeContainer(XmlTransaction, String) - Method in class com.sleepycat.dbxml.XmlManager
Removes the underlying file for the container from the file system in the context of a transaction.
removeDatabase(Transaction, String, String) - Method in class com.sleepycat.db.Environment
Remove a database.
removeMetaData(String, String) - Method in class com.sleepycat.dbxml.XmlDocument
Removes the identified metadata from the document.
removeNamespace(String) - Method in class com.sleepycat.dbxml.XmlQueryContext
Remove the namespace prefix to URI mapping for the specified prefix.
removeOldLogFiles() - Method in class com.sleepycat.db.Environment
Remove log files that are no longer needed.
removeSequence(Transaction, DatabaseEntry, SequenceConfig) - Method in class com.sleepycat.db.Database
Remove the sequence from the database.
rename(String, String, String, DatabaseConfig) - Static method in class com.sleepycat.db.Database
Rename a database.
renameContainer(String, String) - Method in class com.sleepycat.dbxml.XmlManager
Renames the container's underlying file.
renameContainer(XmlTransaction, String, String) - Method in class com.sleepycat.dbxml.XmlManager
Renames the container's underlying file in the context of a transaction.
renameDatabase(Transaction, String, String, String) - Method in class com.sleepycat.db.Environment
Rename a database.
REP_CLIENT - Static variable in class com.sleepycat.db.EventType
The event is a replication client message, meaning that the current site is now a client in the replication group.
REP_CLIENT - Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
Start as a client site, and do not call for an election.
REP_ELECTION - Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
Start as a client, and call for an election if no master is found.
REP_FULL_ELECTION - Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
Start as a client, and call for an election if no master is found.
REP_MASTER - Static variable in class com.sleepycat.db.EventType
The event is a replication master message, meaning that the current site is now the master in the replication group.
REP_MASTER - Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
Start as a master site, and do not call for an election.
REP_NEW_MASTER - Static variable in class com.sleepycat.db.EventType
The event is a replication new master message.
replaceDefaultIndex(String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Replaces the container's default index.
replaceDefaultIndex(XmlTransaction, String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Replaces the container's default index in the scope of a transaction.
replaceDefaultIndex(int, int) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Replaces the default indexing strategy for the container.
replaceDefaultIndex(String) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Identifies one or more indexing strategies to set for the default index.
replaceIndex(String, String, String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Replaces an index of the specified type for the named document node.
replaceIndex(XmlTransaction, String, String, String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Replaces an index of the specified type for the named document node in the scope of a transaction.
replaceIndex(String, String, int, int) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Replaces the indexing strategies for a named document or metadata node.
replaceIndex(String, String, String) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Replaces the indexing strategies for a named document or metadata node.
ReplicationConfig - Class in com.sleepycat.db
Settings that configure Berkeley DB replication.
ReplicationDuplicateMasterException - Exception in com.sleepycat.db
The replication group has more than one master.
ReplicationHandleDeadException - Exception in com.sleepycat.db
Thrown when a database handle has been invalidated because a replication election unrolled a committed transaction.
ReplicationHoldElectionException - Exception in com.sleepycat.db
An election is needed.
ReplicationHostAddress - Class in com.sleepycat.db
A simple wrapper class to hold information needed to define a host in a replication group.
ReplicationHostAddress() - Constructor for class com.sleepycat.db.ReplicationHostAddress
Create a ReplicationHostAddress with default settings.
ReplicationHostAddress(String, int) - Constructor for class com.sleepycat.db.ReplicationHostAddress
Create a ReplicationHostAddress.
ReplicationHostAddress(String, int, boolean) - Constructor for class com.sleepycat.db.ReplicationHostAddress
Create a ReplicationHostAddress.
ReplicationJoinFailureException - Exception in com.sleepycat.db
Thrown if a new master has been chosen but the client is unable to synchronize with the new master (possibly because the client has been configured with the ReplicationConfig.NOAUTOINIT setting to turn-off automatic internal initialization).
ReplicationLockoutException - Exception in com.sleepycat.db
Thrown when an operation was blocked by client/master synchronization.
ReplicationManagerAckPolicy - Class in com.sleepycat.db
A class that provides definitions for the types of network ack policy to use when transmitting messages between replication sites using the Replication Manager.
replicationManagerAddRemoteSite(ReplicationHostAddress) - Method in class com.sleepycat.db.EnvironmentConfig
Adds a new replication site to the replication manager's list of known sites.
replicationManagerStart(int, ReplicationManagerStartPolicy) - Method in class com.sleepycat.db.Environment
Starts the replication manager.
ReplicationManagerStartPolicy - Class in com.sleepycat.db
This class provides definitions of the various start policies that can be specified when starting a replication client using the Environment.replicationManagerStart call.
ReplicationSiteUnavailableException - Exception in com.sleepycat.db
Thrown if replication group was unable to elect a master, or was unable to complete the election in the specified timeout period.
ReplicationStats - Class in com.sleepycat.db
Replication statistics for a database environment.
ReplicationStatus - Class in com.sleepycat.db
The return status from processing a replication message.
ReplicationTimeoutType - Class in com.sleepycat.db
The ReplicationTimeoutType defines the types of timeouts that can be configured for the Berkeley Db replication functionality.
ReplicationTransport - Interface in com.sleepycat.db
An interface specifying a replication transmit function, which sends information to other members of the replication group.
reset() - Method in class com.sleepycat.dbxml.XmlIndexSpecification
Resets the index specification iterator to the beginning of the index list.
reset() - Method in class com.sleepycat.dbxml.XmlMetaDataIterator
Sets the iterator to the beginning of the XmlDocument's metadata list.
reset() - Method in class com.sleepycat.dbxml.XmlResults
A call to this method resets the result set iterator, so that a subsequent call to XmlResults.next() method will return the first value in the result set.
reset() - Method in class com.sleepycat.util.FastInputStream
 
reset() - Method in class com.sleepycat.util.FastOutputStream
 
resetFileID(String, boolean) - Method in class com.sleepycat.db.Environment
Allows database files to be copied, and then the copy used in the same database environment as the original.
resetLogSequenceNumber(String, boolean) - Method in class com.sleepycat.db.Environment
Allows database files to be moved from one transactional database environment to another.
resolveCollection(XmlTransaction, XmlManager, String, XmlResults) - Method in class com.sleepycat.dbxml.XmlResolver
When implemented, should resolve a URI to an XmlResults.
resolveDocument(XmlTransaction, XmlManager, String, XmlValue) - Method in class com.sleepycat.dbxml.XmlResolver
When implemented, should resolve a URI to an XmlValue.
resolveEntity(XmlTransaction, XmlManager, String, String) - Method in class com.sleepycat.dbxml.XmlResolver
When implemented, should resolve a System ID and Public ID to a new XmlInputStream.
resolveModule(XmlTransaction, XmlManager, String, String) - Method in class com.sleepycat.dbxml.XmlResolver
When implemented, should resolve a module location and namespace to a new XmlInputStream.
resolveModuleLocation(XmlTransaction, XmlManager, String, XmlResults) - Method in class com.sleepycat.dbxml.XmlResolver
When implemented, should resolve a module namespace to list of strings that are locations for the files that comprise the module.
resolveSchema(XmlTransaction, XmlManager, String, String) - Method in class com.sleepycat.dbxml.XmlResolver
When implemented, should resolve schema location and namespace information to a new XmlInputStream.
retainAll(Collection) - Method in class com.sleepycat.collections.StoredCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
RMW - Static variable in class com.sleepycat.db.LockMode
Acquire write locks instead of read locks when doing the retrieval.
run(TransactionWorker) - Method in class com.sleepycat.collections.TransactionRunner
Calls the TransactionWorker.doWork() method and, for transactional environments, may begin and end a transaction.
RunRecoveryException - Exception in com.sleepycat.db
Thrown when the database environment needs to be recovered.
RuntimeExceptionWrapper - Exception in com.sleepycat.util
A RuntimeException that can contain nested exceptions.
RuntimeExceptionWrapper(Throwable) - Constructor for exception com.sleepycat.util.RuntimeExceptionWrapper
 

S

SecondaryConfig - Class in com.sleepycat.db
The configuration properties of a SecondaryDatabase extend those of a primary Database.
SecondaryConfig() - Constructor for class com.sleepycat.db.SecondaryConfig
Creates an instance with the system's default settings.
SecondaryCursor - Class in com.sleepycat.db
A database cursor for a secondary database.
SecondaryDatabase - Class in com.sleepycat.db
A secondary database handle.
SecondaryDatabase(String, String, Database, SecondaryConfig) - Constructor for class com.sleepycat.db.SecondaryDatabase
Open a database.
SecondaryKeyCreator - Interface in com.sleepycat.db
The interface implemented for extracting single-valued secondary keys from primary records.
send(Environment, DatabaseEntry, DatabaseEntry, LogSequenceNumber, int, boolean, boolean, boolean, boolean) - Method in interface com.sleepycat.db.ReplicationTransport
The callback used when Berkeley DB needs to transmit a replication message.
Sequence - Class in com.sleepycat.db
A Sequence handle is used to manipulate a sequence record in a database.
SequenceConfig - Class in com.sleepycat.db
Specify the attributes of a sequence.
SequenceConfig() - Constructor for class com.sleepycat.db.SequenceConfig
An instance created using the default constructor is initialized with the system's default settings.
SequenceStats - Class in com.sleepycat.db
A SequenceStats object is used to return sequence statistics.
SerialBase - Class in com.sleepycat.bind.serial
A base class for serial bindings creators that provides control over the allocation of the output buffer.
SerialBase() - Constructor for class com.sleepycat.bind.serial.SerialBase
Initializes the initial output buffer size to zero.
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.
SerialInput(InputStream, ClassCatalog, ClassLoader) - 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
Return a specific log record.
setAdoptEnvironment(boolean) - Method in class com.sleepycat.dbxml.XmlManagerConfig
Sets whether the XmlManager object will close and delete the underlying environment handle at the end of the XmlManager's life.
setAggressive(boolean) - Method in class com.sleepycat.db.VerifyConfig
Configure Database.verify to output all the key/data pairs in the file that can be found.
setAllowAutoOpen(boolean) - Method in class com.sleepycat.dbxml.XmlManagerConfig
Sets whether XQuery queries that reference unopened containers will automatically open those containers, and close them when references resulting from the query are released.
setAllowCreate(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configure the Environment.openDatabase method to create the database if it does not already exist.
setAllowCreate(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to create any underlying files, as necessary.
setAllowCreate(boolean) - Method in class com.sleepycat.db.SequenceConfig
Configure the Database.openSequence method to create the sequence if it does not already exist.
setAllowExternalAccess(boolean) - Method in class com.sleepycat.dbxml.XmlManagerConfig
Allows XQuery queries to access data sources external to the container, such as files on disk or http URIs.
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
Specifies whether automatic population of the secondary is allowed.
setAllowValidation(boolean) - Method in class com.sleepycat.dbxml.XmlContainerConfig
Sets whether documents are validated when loaded into the container, if they refer to a DTD or XML Schema.
setApplyChangesToContainers(boolean) - Method in class com.sleepycat.dbxml.XmlUpdateContext
Controls whether changes made to an XmlValue or XmlDocument are saved to the corresponding XmlContainer.
setAutoCommitNoSync(boolean) - Method in class com.sleepycat.db.SequenceConfig
Configure auto-commit operations on the sequence to not flush the transaction log.
setBaseURI(String) - Method in class com.sleepycat.dbxml.XmlQueryContext
Sets the base URI used for relative paths in query expressions.
setBtreeComparator(Comparator) - Method in class com.sleepycat.db.DatabaseConfig
By default, a byte by byte lexicographic comparison is used for btree keys.
setBtreeMinKey(int) - Method in class com.sleepycat.db.DatabaseConfig
Set the minimum number of key/data pairs intended to be stored on any single Btree leaf page.
setBtreePrefixCalculator(BtreePrefixCalculator) - Method in class com.sleepycat.db.DatabaseConfig
Set the Btree prefix callback.
setBtreeRecordNumbers(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configure the Btree to support retrieval by record number.
setByteOrder(int) - Method in class com.sleepycat.db.DatabaseConfig
Set the byte order for integers in the stored database metadata.
setCacheCount(int) - Method in class com.sleepycat.db.DatabaseConfig
Set the number of shared memory buffer pools, that is, the number of caches.
setCacheCount(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the number of shared memory buffer pools, that is, the number of caches.
setCacheSize(long) - Method in class com.sleepycat.db.DatabaseConfig
Set the size of the shared memory buffer pool, that is, the size of the cache.
setCacheSize(long) - Method in class com.sleepycat.db.EnvironmentConfig
Set the size of the shared memory buffer pool, that is, the size of the cache.
setCacheSize(int) - Method in class com.sleepycat.db.SequenceConfig
Set the Configure the number of elements cached by a sequence handle.
setCDBLockAllDatabases(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure Concurrent Data Store applications to perform locking on an environment-wide basis rather than on a per-database basis.
setChecksum(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configure the database environment to do checksum verification of pages read into the cache from the backing filestore.
setClear(boolean) - Method in class com.sleepycat.db.StatsConfig
Configure the statistics operation to reset statistics after they are returned.
setConfig(DatabaseConfig) - Method in class com.sleepycat.db.Database
Change the settings in an existing database handle.
setConfig(EnvironmentConfig) - Method in class com.sleepycat.db.Environment
Change the settings in an existing environment handle.
setContainer(XmlContainer) - Method in class com.sleepycat.dbxml.XmlIndexLookup
Sets the container on which the index lookup operation is to be performed.
setContent(String) - Method in class com.sleepycat.dbxml.XmlDocument
Sets the document's content to the provided string.
setContent(byte[]) - Method in class com.sleepycat.dbxml.XmlDocument
Sets the document's content to the provided byte array.
setContentAsEventReader(XmlEventReader) - Method in class com.sleepycat.dbxml.XmlDocument
Sets the document's content to the provided XmlEventReader.
setContentAsXmlInputStream(XmlInputStream) - Method in class com.sleepycat.dbxml.XmlDocument
Sets the document's content to the provided content.
setData(byte[]) - Method in class com.sleepycat.db.DatabaseEntry
Sets the byte array.
setData(byte[], int, int) - Method in class com.sleepycat.db.DatabaseEntry
Sets the byte array, offset and size.
setDataNIO(ByteBuffer) - Method in class com.sleepycat.db.DatabaseEntry
Sets the java.nio.ByteBuffer.
setDataNIO(ByteBuffer, int, int) - Method in class com.sleepycat.db.DatabaseEntry
Sets the java.nio.ByteBuffer.
setDecrement(boolean) - Method in class com.sleepycat.db.SequenceConfig
Specify that the sequence should be decremented.
setDefaultCollection(String) - Method in class com.sleepycat.dbxml.XmlQueryContext
Sets the default collection for use in fn:collection() with no arguments in an XQuery expression.
setDefaultContainerConfig(XmlContainerConfig) - Method in class com.sleepycat.dbxml.XmlManager
Sets the default configuration object used for containers opened and created by this XmlManager object.
setDefaultContainerType(int) - Method in class com.sleepycat.dbxml.XmlManager
Sets the default type used for containers opened and created by this XmlManager object.
setDefaultPageSize(int) - Method in class com.sleepycat.dbxml.XmlManager
Sets the size of the pages used to store documents in the database.
setDefaultSequenceIncrement(int) - Method in class com.sleepycat.dbxml.XmlManager
Sets the integer increment to be used when pre-allocating document ids for new documents created by XmlContainer.putDocument(com.sleepycat.dbxml.XmlDocument, com.sleepycat.dbxml.XmlUpdateContext).
setDegree2(boolean) - Method in class com.sleepycat.db.CursorConfig
Deprecated. This has been replaced by CursorConfig.setReadCommitted(boolean) to conform to ANSI database isolation terminology.
setDegree2(boolean) - Method in class com.sleepycat.db.TransactionConfig
Deprecated. This has been replaced by TransactionConfig.setReadCommitted(boolean) to conform to ANSI database isolation terminology.
setDirectDatabaseIO(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to not buffer database files.
setDirectLogIO(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to not buffer log files.
setDirtyRead(boolean) - Method in class com.sleepycat.db.CursorConfig
Deprecated. This has been replaced by CursorConfig.setReadUncommitted(boolean) to conform to ANSI database isolation terminology.
setDirtyRead(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Deprecated. This has been replaced by DatabaseConfig.setReadUncommitted(boolean) to conform to ANSI database isolation terminology.
setDirtyRead(boolean) - Method in class com.sleepycat.db.TransactionConfig
Deprecated. This has been replaced by TransactionConfig.setReadUncommitted(boolean) to conform to ANSI database isolation terminology.
setDocumentsOnly(boolean) - Method in class com.sleepycat.dbxml.XmlDocumentConfig
Sets whether index lookups will return documents or nodes for containers with node indexes.
setDsyncDatabases(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to flush database writes to the backing disk before returning from the write system call, rather than flushing database writes explicitly in a separate system call, as necessary.
setDsyncLog(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to flush log writes to the backing disk before returning from the write system call, rather than flushing log writes explicitly in a separate system call.
setDuplicateComparator(Comparator) - Method in class com.sleepycat.db.DatabaseConfig
Set the duplicate data item comparison callback.
setEncrypted(String) - Method in class com.sleepycat.db.DatabaseConfig
Set the password used to perform encryption and decryption.
setEncrypted(String) - Method in class com.sleepycat.db.EnvironmentConfig
Set the password used to perform encryption and decryption.
setErrorHandler(ErrorHandler) - Method in class com.sleepycat.db.DatabaseConfig
Set the function to be called if an error occurs.
setErrorHandler(ErrorHandler) - Method in class com.sleepycat.db.EnvironmentConfig
Set the function to be called if an error occurs.
setErrorPrefix(String) - Method in class com.sleepycat.db.DatabaseConfig
Set the prefix string that appears before error messages.
setErrorPrefix(String) - Method in class com.sleepycat.db.EnvironmentConfig
Set the prefix string that appears before error messages.
setErrorStream(OutputStream) - Method in class com.sleepycat.db.DatabaseConfig
Set an OutputStream for displaying error messages.
setErrorStream(OutputStream) - Method in class com.sleepycat.db.EnvironmentConfig
Set an OutputStream for displaying error messages.
setEvaluationType(int) - Method in class com.sleepycat.dbxml.XmlQueryContext
Allows the application to set the query evaluation type to "eager" or "lazy".
setEventHandler(EventHandler) - Method in class com.sleepycat.db.EnvironmentConfig
Set an object whose methods are to be called when a triggered event occurs.
setExclusiveCreate(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configure the Environment.openDatabase method to fail if the database already exists.
setExclusiveCreate(boolean) - Method in class com.sleepycat.db.SequenceConfig
Configure the Database.openSequence method to fail if the database already exists.
setExpandEntities(boolean) - Method in class com.sleepycat.dbxml.XmlEventReader
Tell the object whether you want to read events that are part of an expanded entity reference.
setFast(boolean) - Method in class com.sleepycat.db.StatsConfig
Configure the statistics operation to return only the values which do not incur some performance penalty.
setFeedbackHandler(FeedbackHandler) - Method in class com.sleepycat.db.DatabaseConfig
Set an object whose methods are called to provide feedback.
setFeedbackHandler(FeedbackHandler) - Method in class com.sleepycat.db.EnvironmentConfig
Set an object whose methods are called to provide feedback.
setFillPercent(int) - Method in class com.sleepycat.db.CompactConfig
Set the desired fill percentage.
setForce(boolean) - Method in class com.sleepycat.db.CheckpointConfig
Configure the checkpoint force option.
setFreeListOnly(boolean) - Method in class com.sleepycat.db.CompactConfig
Configure whether to skip page compaction, only returning pages to the filesystem that are already free and at the end of the file.
setFreeSpace(boolean) - Method in class com.sleepycat.db.CompactConfig
Return pages to the filesystem if possible.
setGenerateName(boolean) - Method in class com.sleepycat.dbxml.XmlDocumentConfig
Sets whether to automatically generate a name for the document.
setHasher(Hasher) - Method in class com.sleepycat.db.DatabaseConfig
Set a database-specific hash function.
setHashFillFactor(int) - Method in class com.sleepycat.db.DatabaseConfig
Set the desired density within the hash table.
setHashNumElements(int) - Method in class com.sleepycat.db.DatabaseConfig
Set an estimate of the final size of the hash table.
setHighBound(XmlValue, int) - Method in class com.sleepycat.dbxml.XmlIndexLookup
Sets the operation and value to be used for the upper bound for a range index lookup operation.
setImmutableSecondaryKey(boolean) - Method in class com.sleepycat.db.SecondaryConfig
Specifies whether the secondary key is immutable.
setImplicitTimezone(int) - Method in class com.sleepycat.dbxml.XmlManager
Sets the implicit timezone to be used for XQuery expressions
setIndex(String) - Method in class com.sleepycat.dbxml.XmlIndexLookup
Sets the indexing strategy to be used for the index lookup operation.
setIndexNodes(boolean) - Method in class com.sleepycat.dbxml.XmlContainerConfig
Causes the indexer to create index targets that reference nodes rather than documents.
setIndexSpecification(XmlIndexSpecification, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Defines the type of indexing to be maintained for a container of documents.
setIndexSpecification(XmlTransaction, XmlIndexSpecification, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Defines the type of indexing to be maintained for a container of documents in the scope of a transaction.
setInitializeCache(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure a shared memory buffer pool in the database environment.
setInitializeCDB(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment for the Concurrent Data Store product.
setInitializeLocking(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment for locking.
setInitializeLogging(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment for logging.
setInitializeRegions(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to page-fault shared regions into memory when initially creating or joining a database environment.
setInitializeReplication(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment for replication.
setInitialValue(long) - Method in class com.sleepycat.db.SequenceConfig
Set the Set the initial value for a sequence.
setIteratorBlockSize(int) - Method in class com.sleepycat.collections.StoredCollection
Changes the number of records read at one time by iterators returned by the StoredCollection.iterator() method.
setJoinEnvironment(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the handle to join an existing environment.
setKBytes(int) - Method in class com.sleepycat.db.CheckpointConfig
Configure the checkpoint log data threshold, in kilobytes.
setKeyCreator(SecondaryKeyCreator) - Method in class com.sleepycat.db.SecondaryConfig
Specifies the user-supplied object used for creating single-valued secondary keys.
setLazyDocs(boolean) - Method in class com.sleepycat.dbxml.XmlDocumentConfig
Sets whether to retrieve the document lazily.
setLock(Lock) - Method in class com.sleepycat.db.LockRequest
Set the lock reference.
setLockConflicts(byte[][]) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the locking conflicts matrix.
setLockDetectMode(LockDetectMode) - Method in class com.sleepycat.db.EnvironmentConfig
Configure if the deadlock detector is to be run whenever a lock conflict occurs.
setLockDown(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to lock shared environment files and memory-mapped databases into memory.
setLockMode(LockMode) - Method in class com.sleepycat.dbxml.XmlDocumentConfig
Set the lock mode for the operation.
setLockTimeout(long) - Method in class com.sleepycat.db.EnvironmentConfig
Set the timeout value for the database environment locks.
setLockTimeout(long) - Method in class com.sleepycat.db.Transaction
Configure the lock request timeout value for the transaction.
setLogAutoRemove(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the system to automatically remove log files that are no longer needed.
setLogBufferSize(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the size of the in-memory log buffer, in bytes.
setLogCategory(int, boolean) - Static method in class com.sleepycat.dbxml.XmlManager
Enable or disable a category of log messages.
setLogDirectory(File) - Method in class com.sleepycat.db.EnvironmentConfig
Set the path of a directory to be used as the location of logging files.
setLogFileMode(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the absolute file mode for created log files.
setLogInMemory(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
If set, maintain transaction logs in memory rather than on disk.
setLogLevel(int, boolean) - Static method in class com.sleepycat.dbxml.XmlManager
Enable or disable log messages of a given level of importance.
setLogRecordHandler(LogRecordHandler) - Method in class com.sleepycat.db.EnvironmentConfig
Set a function to process application-specific log records.
setLogRegionSize(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the size of the underlying logging area of the database environment, in bytes.
setLowBound(XmlValue, int) - Method in class com.sleepycat.dbxml.XmlIndexLookup
Sets the operation and value to be used for the index lookup operation.
setMaximumSize(long) - Method in class com.sleepycat.db.CacheFile
Set the maximum size for the file backing the database.
setMaxLockers(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the maximum number of locking entities supported by the database environment.
setMaxLockObjects(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the maximum number of locked objects supported by the database environment.
setMaxLocks(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the maximum number of locks supported by the database environment.
setMaxLogFileSize(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the maximum size of a single file in the log, in bytes.
setMaxMutexes(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the total number of mutexes to allocate.
setMaxOpenFiles(int) - Method in class com.sleepycat.db.EnvironmentConfig
Limit the number of file descriptors the library will open concurrently when flushing dirty pages from the cache.
setMaxPages(int) - Method in class com.sleepycat.db.CompactConfig
Set the maximum number of pages to free.
setMaxRetries(int) - Method in class com.sleepycat.collections.TransactionRunner
Changes the maximum number of retries that will be performed when deadlocks are detected.
setMaxWrite(int, int) - Method in class com.sleepycat.db.EnvironmentConfig
Limit the number of sequential write operations scheduled by the library when flushing dirty pages from the cache.
setMessageHandler(MessageHandler) - Method in class com.sleepycat.db.DatabaseConfig
Set a function to be called with an informational message.
setMessageHandler(MessageHandler) - Method in class com.sleepycat.db.EnvironmentConfig
Set a function to be called with an informational message.
setMessageStream(OutputStream) - Method in class com.sleepycat.db.DatabaseConfig
Set an OutputStream for displaying informational messages.
setMessageStream(OutputStream) - Method in class com.sleepycat.db.EnvironmentConfig
Set an OutputStream for displaying informational messages.
setMetaData(String, String, XmlValue) - Method in class com.sleepycat.dbxml.XmlDocument
Sets the value of the specified document metadata.
setMetaData(String, String, byte[]) - Method in class com.sleepycat.dbxml.XmlDocument
Sets the value of the specified binary document metadata.
setMinutes(int) - Method in class com.sleepycat.db.CheckpointConfig
Configure the checkpoint time threshold, in minutes.
setMMapSize(long) - Method in class com.sleepycat.db.EnvironmentConfig
Set the maximum file size, in bytes, for a file to be mapped into the process address space.
setMode(int) - Method in class com.sleepycat.db.DatabaseConfig
On UNIX systems or in IEEE/ANSI Std 1003.1 (POSIX) environments, files created by the database open are created with mode mode (as described in the chmod(2) manual page) and modified by the process' umask value at the time of creation (see the umask(2) manual page).
setMode(int) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to use a specific mode when creating underlying files and shared memory segments.
setMode(LockRequestMode) - Method in class com.sleepycat.db.LockRequest
Set the lock mode.
setMultiversion(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configured the database with support for multiversion concurrency control.
setMultiversion(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to open all databases that are not using the queue access method for multiversion concurrency control.
setMutexAlignment(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the mutex alignment, in bytes.
setMutexIncrement(int) - Method in class com.sleepycat.db.EnvironmentConfig
Increase the number of mutexes to allocate.
setMutexTestAndSetSpins(int) - Method in class com.sleepycat.db.EnvironmentConfig
Specify the number of times that test-and-set mutexes should spin without blocking.
setName(String) - Method in class com.sleepycat.db.Transaction
Set the user visible name for the transaction.
setName(String) - Method in class com.sleepycat.dbxml.XmlDocument
Set the name of the document.
setNamespace(String, String) - Method in class com.sleepycat.dbxml.XmlQueryContext
Maps the specified URI to the specified namespace prefix.
setNewEncoding(String) - Method in class com.sleepycat.dbxml.XmlModify
Sets a new character encoding to be used for documents modified by calls to XmlModify.execute(com.sleepycat.dbxml.XmlValue, com.sleepycat.dbxml.XmlQueryContext, com.sleepycat.dbxml.XmlUpdateContext).
setNode(String, String) - Method in class com.sleepycat.dbxml.XmlIndexLookup
Sets the name of the node to be used along with the indexing strategy for the index lookup operation.
setNodeContainer(boolean) - Method in class com.sleepycat.dbxml.XmlContainerConfig
Set whether documents are broken down into their component nodes, and these nodes are stored individually in the container, or stored intact with all white space and formatting is preserved.
setNoFile(boolean) - Method in class com.sleepycat.db.CacheFile
Disallow opening backing temporary files for in-memory databases, even if they expand to fill the entire cache.
setNoLocking(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the system to grant all requested mutual exclusion mutexes and database locks without regard for their actual availability.
setNoMMap(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configure the library to not map this database into memory.
setNoMMap(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the system to copy read-only database files into the local cache instead of potentially mapping them into process memory.
setNoOrderCheck(boolean) - Method in class com.sleepycat.db.VerifyConfig
Configure Database.verify to skip the database checks for btree and duplicate sort order and for hashing.
setNoPanic(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the system to ignore any panic state in the database environment.
setNoSort(boolean) - Method in class com.sleepycat.db.JoinConfig
Specifies whether automatic sorting of the input cursors is disabled.
setNoSync(boolean) - Method in class com.sleepycat.db.TransactionConfig
Configure the transaction to not write or synchronously flush the log it when commits.
setNoWait(boolean) - Method in class com.sleepycat.db.TransactionConfig
Configure the transaction to not wait if a lock request cannot be immediately granted.
setObj(DatabaseEntry) - Method in class com.sleepycat.db.LockRequest
Set the lock object.
setOffset(int) - Method in class com.sleepycat.db.DatabaseEntry
Set the byte offset into the data array.
setOp(LockOperation) - Method in class com.sleepycat.db.LockRequest
Set the operation.
setOrderCheckOnly(boolean) - Method in class com.sleepycat.db.VerifyConfig
Configure Database.verify to do database checks for btree and duplicate sort order and for hashing, skipped by verification operations configured by VerifyConfig.setNoOrderCheck.
setOverwrite(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the system to overwrite files stored in encrypted formats before deleting them.
setPageSize(int) - Method in class com.sleepycat.db.DatabaseConfig
Set the size of the pages used to hold items in the database, in bytes.
setPanicHandler(PanicHandler) - Method in class com.sleepycat.db.DatabaseConfig
Set the function to be called if the database environment panics.
setPanicHandler(PanicHandler) - Method in class com.sleepycat.db.EnvironmentConfig
Set the function to be called if the database environment panics.
setParent(String, String) - Method in class com.sleepycat.dbxml.XmlIndexLookup
Sets the name of the parent node to be used for an edge index lookup operation.
setPartial(int, int, boolean) - Method in class com.sleepycat.db.DatabaseEntry
Configures this DatabaseEntry to read or write partial records.
setPartial(boolean) - Method in class com.sleepycat.db.DatabaseEntry
Configure this DatabaseEntry to read or write partial records.
setPartialLength(int) - Method in class com.sleepycat.db.DatabaseEntry
Set the byte length of the partial record being read or written by the application, in bytes.
setPartialOffset(int) - Method in class com.sleepycat.db.DatabaseEntry
Set the offset of the partial record being read or written by the application, in bytes.
setPrintable(boolean) - Method in class com.sleepycat.db.VerifyConfig
Configure Database.verify to use printing characters to where possible.
setPriority(CacheFilePriority) - Method in class com.sleepycat.db.CacheFile
Set the cache priority for pages from the specified file.
setPrivate(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to only be accessed by a single process (although that process may be multithreaded).
setQueryTimeoutSeconds(int) - Method in class com.sleepycat.dbxml.XmlQueryContext
Sets the query timeout value for queries using this XmlQueryContext.
setQueueExtentSize(int) - Method in class com.sleepycat.db.DatabaseConfig
Set the size of the extents used to hold pages in a Queue database, specified as a number of pages.
setQueueInOrder(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configure Database.consume to return key/data pairs in order, always returning the key/data item from the head of the queue.
setRange(long, long) - Method in class com.sleepycat.db.SequenceConfig
Configure a sequence range.
setReadCommitted(boolean) - Method in class com.sleepycat.db.CursorConfig
Configure the cursor for read committed isolation.
setReadCommitted(boolean) - Method in class com.sleepycat.db.TransactionConfig
Configure the transaction for read committed isolation.
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
Configure the database in read-only mode.
setReadUncommitted(boolean) - Method in class com.sleepycat.db.CursorConfig
Configure read operations performed by the cursor to return modified but not yet committed data.
setReadUncommitted(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configure the database to support read uncommitted.
setReadUncommitted(boolean) - Method in class com.sleepycat.db.TransactionConfig
Configure read operations performed by the transaction to return modified but not yet committed data.
setRecordDelimiter(int) - Method in class com.sleepycat.db.DatabaseConfig
Set the delimiting byte used to mark the end of a record in the backing source file for the Recno access method.
setRecordLength(int) - Method in class com.sleepycat.db.DatabaseConfig
Specify the database record length, in bytes.
setRecordNumber(int) - Method in class com.sleepycat.db.DatabaseEntry
Initialize the entry from a logical record number.
setRecordNumberAppender(RecordNumberAppender) - Method in class com.sleepycat.db.DatabaseConfig
Configure Database.append to call the function after the record number has been selected but before the data has been stored into the database.
setRecordPad(int) - Method in class com.sleepycat.db.DatabaseConfig
Set the padding character for short, fixed-length records for the Queue and Recno access methods.
setRecordSource(File) - Method in class com.sleepycat.db.DatabaseConfig
Set the underlying source file for the Recno access method.
setRegister(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Check if a process has failed while using the database environment, that is, if a process has exited with an open Environment handle.
setRenumbering(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configure the logical record numbers to be mutable, and change as records are added to and deleted from the database.
setReplicationConfig(ReplicationConfig, boolean) - Method in class com.sleepycat.db.Environment
Configure the replication subsystem.
setReplicationLimit(long) - Method in class com.sleepycat.db.EnvironmentConfig
Impose a byte-count limit on the amount of data that will be transmitted from a site in a single call to Environment.processReplicationMessage.
setReplicationManagerAckPolicy(ReplicationManagerAckPolicy) - Method in class com.sleepycat.db.EnvironmentConfig
Set the network Ack policy used by the replication manager.
setReplicationManagerLocalSite(ReplicationHostAddress) - Method in class com.sleepycat.db.EnvironmentConfig
Set the address of the local (this) site in a replication group.
setReplicationNumSites(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the total number of sites in the replication group.
setReplicationPriority(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the current environment's priority.
setReplicationRequestMax(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the maximum amount of data sent in response to any request.
setReplicationRequestMin(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the minimum amount of data sent in response to any request.
setReplicationTimeout(ReplicationTimeoutType, int) - Method in class com.sleepycat.db.Environment
Set the network timeout applied to the specified timeout type.
setReplicationTransport(int, ReplicationTransport) - Method in class com.sleepycat.db.EnvironmentConfig
Initialize the communication infrastructure for a database environment participating in a replicated application.
setReportEntityInfo(boolean) - Method in class com.sleepycat.dbxml.XmlEventReader
Tell the object whether you want to read events indicating the start and end of entity references and expansion.
setReturnType(int) - Method in class com.sleepycat.dbxml.XmlQueryContext
Set whether the query should return live or dead document values.
setReuseBuffer(boolean) - Method in class com.sleepycat.db.DatabaseEntry
Configures the entry to try to reuse the buffer before allocating a new one.
setReverseOrder(boolean) - Method in class com.sleepycat.dbxml.XmlDocumentConfig
Sets whether to sort index lookups in reverse order
setReverseSplitOff(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configure the Btree to not do reverse splits.
setRPCServer(String, long, long) - Method in class com.sleepycat.db.EnvironmentConfig
Establish a connection to a RPC server for this database environment.
setRunFatalRecovery(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure to run catastrophic recovery on this environment before opening it for normal use.
setRunRecovery(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure to run normal recovery on this environment before opening it for normal use.
setSalvage(boolean) - Method in class com.sleepycat.db.VerifyConfig
Configure Database.verify to write the key/data pairs from all databases in the file to the file stream named by the outfile parameter.
setSegmentId(long) - Method in class com.sleepycat.db.EnvironmentConfig
Specify a base segment ID for database environment shared memory regions created in system memory on VxWorks or systems supporting X/Open-style shared memory interfaces; for example, UNIX systems supporting shmget and related System V IPC interfaces.
setSerialBufferSize(int) - Method in class com.sleepycat.bind.serial.SerialBase
Sets the initial byte size of the output buffer that is allocated by the default implementation of SerialBase.getSerialOutput(java.lang.Object).
setSize(int) - Method in class com.sleepycat.db.DatabaseEntry
Set the byte size of the data array.
setSnapshot(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Specify that any specified backing source file be read in its entirety when the database is opened.
setSnapshot(boolean) - Method in class com.sleepycat.db.TransactionConfig
This transaction will execute with snapshot isolation.
setSortedDuplicates(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configure the database to support sorted, duplicate data items.
setSync(boolean) - Method in class com.sleepycat.db.TransactionConfig
Configure the transaction to write and synchronously flush the log it when commits.
setSystemMemory(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to allocate memory from system shared memory instead of from memory backed by the filesystem.
setTemporaryDirectory(File) - Method in class com.sleepycat.db.EnvironmentConfig
Set the path of a directory to be used as the location of temporary files.
setTemporaryDirectory(String) - Method in class com.sleepycat.db.EnvironmentConfig
 
setTestAndSetSpins(int) - Method in class com.sleepycat.db.EnvironmentConfig
Set the number of times test-and-set mutexes should spin before blocking.
setThreaded(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the handle to be free-threaded; that is, usable by multiple threads within a single address space.
setTimeout(int) - Method in class com.sleepycat.db.CompactConfig
Set the lock timeout for implicit transactions.
setTimeout(int) - Method in class com.sleepycat.db.LockRequest
Set the lock timeout value.
setTransactional(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Enclose the database open within a transaction.
setTransactional(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment for transactions.
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
Configure the database environment to not write log records for this database.
setTruncate(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configure the database to be physically truncated by truncating the underlying file, discarding all previous databases it might have held.
setTupleBufferSize(int) - Method in class com.sleepycat.bind.tuple.TupleBase
Sets the initial byte size of the output buffer that is allocated by the default implementation of TupleBase.getTupleOutput(java.lang.Object).
setTxnMaxActive(int) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to support at least txnMaxActive active transactions.
setTxnNoSync(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the system to not write or synchronously flush the log on transaction commit.
setTxnNotDurable(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the system to not write log records.
setTxnSnapshot(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to run transactions at snapshot isolation by default.
setTxnTimeout(long) - Method in class com.sleepycat.db.EnvironmentConfig
Set the timeout value for the database environment transactions.
setTxnTimeout(long) - Method in class com.sleepycat.db.Transaction
Configure the timeout value for the transaction lifetime.
setTxnTimestamp(Date) - Method in class com.sleepycat.db.EnvironmentConfig
Recover to the specified time rather than to the most current possible date.
setTxnWriteNoSync(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the system to write, but not synchronously flush, the log on transaction commit.
setType(DatabaseType) - Method in class com.sleepycat.db.DatabaseConfig
Configure the type of the database.
setUnlink(boolean) - Method in class com.sleepycat.db.CacheFile
Remove the file when the last reference to it is closed.
setUnsortedDuplicates(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configure the database to support unsorted duplicate data items.
setUseEnvironment(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to accept information from the process environment when naming files, regardless of the status of the process.
setUseEnvironmentRoot(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the database environment to accept information from the process environment when naming files, if the process has appropriate permissions (for example, users with a user-ID of 0 on UNIX systems).
setUserBuffer(int, boolean) - Method in class com.sleepycat.db.DatabaseEntry
Configures the entry with an application-owned buffer.
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.
setValue(XmlValue, XmlValue) - Static method in class com.sleepycat.dbxml.XmlValue
Assigns a new value to an existing one.
setVariableValue(String, XmlValue) - Method in class com.sleepycat.dbxml.XmlQueryContext
Creates an externally-declared XQuery variable by binding the specified value to the specified variable name.
setVariableValue(String, XmlResults) - Method in class com.sleepycat.dbxml.XmlQueryContext
Creates an externally-declared XQuery sequence variable by binding the specified XmlResults object to the specified variable name.
setVerboseDeadlock(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Display additional information when doing deadlock detection.
setVerboseRecovery(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Display additional information when performing recovery.
setVerboseRegister(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Display additional information concerning support for the EnvironmentConfig.setRegister(boolean) method.
setVerboseReplication(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Display additional information when processing replication messages.
setVerboseWaitsFor(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Display the waits-for table when doing deadlock detection.
setWellFormedOnly(boolean) - Method in class com.sleepycat.dbxml.XmlDocumentConfig
Sets whether operations that may parse a document use only a well-formed scanner, avoiding the expense of reading any referenced schema or DTD.
setWrap(boolean) - Method in class com.sleepycat.db.SequenceConfig
Specify that the sequence should wrap around when it is incremented (decremented) past the specified maximum (minimum) value.
setWriteCursor(boolean) - Method in class com.sleepycat.db.CursorConfig
Specify the Concurrent Data Store environment cursor will be used to update the database.
setXACreate(boolean) - Method in class com.sleepycat.db.DatabaseConfig
Configure the database to be accessed via applications running under an X/Open conformant Transaction Manager.
setYieldCPU(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
Configure the system to yield the processor immediately after each page or mutex acquisition.
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.StoredCollection
 
size() - Method in class com.sleepycat.collections.StoredContainer
Returns the number of records in the collection or map.
size() - Method in class com.sleepycat.collections.StoredMap
 
size() - Method in class com.sleepycat.dbxml.XmlResults
If a query was processed with eager evaluation, a call to this method returns the number of values in the result set.
size() - Method in class com.sleepycat.util.FastOutputStream
 
skip(long) - Method in class com.sleepycat.util.FastInputStream
 
skipFast(int) - Method in class com.sleepycat.util.FastInputStream
Equivalent to skip() but takes an int parameter instead of a long, and does not check whether the count given is larger than the number of remaining bytes.
SortedDoubleBinding - Class in com.sleepycat.bind.tuple
A concrete TupleBinding for a Double primitive wrapper or a double primitive.
SortedDoubleBinding() - Constructor for class com.sleepycat.bind.tuple.SortedDoubleBinding
 
SortedFloatBinding - Class in com.sleepycat.bind.tuple
A concrete TupleBinding for a Float primitive wrapper or a float primitive.
SortedFloatBinding() - Constructor for class com.sleepycat.bind.tuple.SortedFloatBinding
 
standaloneSet() - Method in class com.sleepycat.dbxml.XmlEventReader
Return whether the standalone is set in the XML declaration for the document
start() - Method in class com.sleepycat.dbxml.XmlEventReaderToWriter
Perform the operation.
StartDocument - Static variable in class com.sleepycat.dbxml.XmlEventReader
Start document event
StartElement - Static variable in class com.sleepycat.dbxml.XmlEventReader
Start element event
StartEntityReference - Static variable in class com.sleepycat.dbxml.XmlEventReader
Start entity reference event
startReplication(DatabaseEntry, boolean) - Method in class com.sleepycat.db.Environment
Configure the database environment as a client or master in a group of replicated database environments.
StatsConfig - Class in com.sleepycat.db
Specifies the attributes of a statistics retrieval operation.
StatsConfig() - Constructor for class com.sleepycat.db.StatsConfig
An instance created using the default constructor is initialized with the system's default settings.
StoredClassCatalog - Class in com.sleepycat.bind.serial
A ClassCatalog that is stored in a Database.
StoredClassCatalog(Database) - Constructor for class com.sleepycat.bind.serial.StoredClassCatalog
Creates a catalog based on a given database.
StoredCollection - Class in com.sleepycat.collections
A abstract base class for all stored collections.
StoredCollections - Class in com.sleepycat.collections
Static methods operating on collections and maps.
StoredContainer - Class in com.sleepycat.collections
A abstract base class for all stored collections and maps.
StoredEntrySet - Class in com.sleepycat.collections
The Set returned by Map.entrySet().
storedIterator() - Method in class com.sleepycat.collections.StoredCollection
Returns an iterator over the elements in this collection.
storedIterator(boolean) - Method in class com.sleepycat.collections.StoredCollection
Returns a read or read-write iterator over the elements in this collection.
StoredIterator - Class in com.sleepycat.collections
The Iterator returned by all stored collections.
StoredKeySet - Class in com.sleepycat.collections
The Set returned by Map.keySet() and which can also be constructed directly if a Map is not needed.
StoredKeySet(Database, EntryBinding, boolean) - Constructor for class com.sleepycat.collections.StoredKeySet
Creates a key set view of a Database.
StoredList - Class in com.sleepycat.collections
A List view of a Database.
StoredList(Database, EntryBinding, boolean) - Constructor for class com.sleepycat.collections.StoredList
Creates a list view of a Database.
StoredList(Database, EntityBinding, boolean) - Constructor for class com.sleepycat.collections.StoredList
Creates a list entity view of a Database.
StoredList(Database, EntryBinding, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredList
Creates a list view of a Database with a PrimaryKeyAssigner.
StoredList(Database, EntityBinding, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredList
Creates a list entity view of a Database with a PrimaryKeyAssigner.
StoredMap - Class in com.sleepycat.collections
A Map view of a Database.
StoredMap(Database, EntryBinding, EntryBinding, boolean) - Constructor for class com.sleepycat.collections.StoredMap
Creates a map view of a Database.
StoredMap(Database, EntryBinding, EntryBinding, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredMap
Creates a map view of a Database with a PrimaryKeyAssigner.
StoredMap(Database, EntryBinding, EntityBinding, boolean) - Constructor for class com.sleepycat.collections.StoredMap
Creates a map entity view of a Database.
StoredMap(Database, EntryBinding, EntityBinding, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredMap
Creates a map entity view of a Database with a PrimaryKeyAssigner.
StoredSortedEntrySet - Class in com.sleepycat.collections
The SortedSet returned by Map.entrySet().
StoredSortedKeySet - Class in com.sleepycat.collections
The SortedSet returned by Map.keySet() and which can also be constructed directly if a Map is not needed.
StoredSortedKeySet(Database, EntryBinding, boolean) - Constructor for class com.sleepycat.collections.StoredSortedKeySet
Creates a sorted key set view of a Database.
StoredSortedMap - Class in com.sleepycat.collections
A SortedMap view of a Database.
StoredSortedMap(Database, EntryBinding, EntryBinding, boolean) - Constructor for class com.sleepycat.collections.StoredSortedMap
Creates a sorted map view of a Database.
StoredSortedMap(Database, EntryBinding, EntryBinding, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredSortedMap
Creates a sorted map view of a Database with a PrimaryKeyAssigner.
StoredSortedMap(Database, EntryBinding, EntityBinding, boolean) - Constructor for class com.sleepycat.collections.StoredSortedMap
Creates a sorted map entity view of a Database.
StoredSortedMap(Database, EntryBinding, EntityBinding, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredSortedMap
Creates a sorted map entity view of a Database with a PrimaryKeyAssigner.
StoredSortedValueSet - Class in com.sleepycat.collections
The SortedSet returned by Map.values() and which can also be constructed directly if a Map is not needed.
StoredSortedValueSet(Database, EntityBinding, boolean) - Constructor for class com.sleepycat.collections.StoredSortedValueSet
Creates a sorted value set entity view of a Database.
StoredValueSet - Class in com.sleepycat.collections
The Set returned by Map.values() and Map.duplicates(), and which can also be constructed directly if a Map is not needed.
StoredValueSet(Database, EntryBinding, boolean) - Constructor for class com.sleepycat.collections.StoredValueSet
Creates a value set view of a Database.
StoredValueSet(Database, EntityBinding, boolean) - Constructor for class com.sleepycat.collections.StoredValueSet
Creates a value set entity view of a Database.
STRING - Static variable in class com.sleepycat.dbxml.XmlValue
 
StringBinding - Class in com.sleepycat.bind.tuple
A concrete TupleBinding for a simple String value.
StringBinding() - Constructor for class com.sleepycat.bind.tuple.StringBinding
 
stringToBytes(String) - Static method in class com.sleepycat.util.UtfOps
Converts strings to byte arrays.
stringToEntry(String, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.StringBinding
Converts a simple String value into an entry buffer.
subList(int, int) - Method in class com.sleepycat.collections.StoredList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subMap(Object, Object) - Method in class com.sleepycat.collections.StoredSortedMap
Returns a view of the portion of this sorted map whose elements range from fromKey, inclusive, to toKey, exclusive.
subMap(Object, boolean, Object, boolean) - Method in class com.sleepycat.collections.StoredSortedMap
Returns a view of the portion of this sorted map whose elements are strictly greater than fromKey and strictly less than toKey, optionally including fromKey and toKey.
subSet(Object, Object) - Method in class com.sleepycat.collections.StoredSortedEntrySet
Returns a view of the portion of this sorted set whose elements range from fromMapEntry, inclusive, to toMapEntry, exclusive.
subSet(Object, boolean, Object, boolean) - Method in class com.sleepycat.collections.StoredSortedEntrySet
Returns a view of the portion of this sorted set whose elements are strictly greater than fromMapEntry and strictly less than toMapEntry, optionally including fromMapEntry and toMapEntry.
subSet(Object, Object) - Method in class com.sleepycat.collections.StoredSortedKeySet
Returns a view of the portion of this sorted set whose elements range from fromKey, inclusive, to toKey, exclusive.
subSet(Object, boolean, Object, boolean) - Method in class com.sleepycat.collections.StoredSortedKeySet
Returns a view of the portion of this sorted set whose elements are strictly greater than fromKey and strictly less than toKey, optionally including fromKey and toKey.
subSet(Object, Object) - Method in class com.sleepycat.collections.StoredSortedValueSet
Returns a view of the portion of this sorted set whose elements range from fromValue, inclusive, to toValue, exclusive.
subSet(Object, boolean, Object, boolean) - Method in class com.sleepycat.collections.StoredSortedValueSet
Returns a view of the portion of this sorted set whose elements are strictly greater than fromValue and strictly less than toValue, optionally including fromValue and toValue.
SUCCESS - Static variable in class com.sleepycat.db.OperationStatus
The operation was successful.
sync() - Method in class com.sleepycat.db.Database
Flush any cached information to disk.
sync() - Method in class com.sleepycat.dbxml.XmlContainer
Flush database pages for the container to disk.
syncReplication() - Method in class com.sleepycat.db.Environment
Forces synchronization to begin for this client.

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.
Text - Static variable in class com.sleepycat.dbxml.XmlModify
The information to be inserted is a text node.
TEXT_NODE - Static variable in class com.sleepycat.dbxml.XmlValue
Node type returned by XmlValue.getNodeType().
TIME - Static variable in class com.sleepycat.dbxml.XmlValue
 
TIMEOUT - Static variable in class com.sleepycat.db.LockOperation
Cause the specified locker to timeout immediately.
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
 
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
For convenience, the BtreeStats class has a toString method that lists all the data fields.
toString() - Method in class com.sleepycat.db.CacheFilePriority
toString() - Method in class com.sleepycat.db.CacheFileStats
For convenience, the CacheFileStats class has a toString method that lists all the data fields.
toString() - Method in class com.sleepycat.db.CacheStats
For convenience, the CacheStats class has a toString method that lists all the data fields.
toString() - Method in class com.sleepycat.db.CompactStats
For convenience, the CompactStats class has a toString method that lists all the data fields.
toString() - Method in exception com.sleepycat.db.DatabaseException
toString() - Method in class com.sleepycat.db.DatabaseType
toString() - Method in class com.sleepycat.db.EventType
toString() - Method in class com.sleepycat.db.HashStats
For convenience, the HashStats class has a toString method that lists all the data fields.
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
For convenience, the LockStats class has a toString method that lists all the data fields.
toString() - Method in class com.sleepycat.db.LogStats
For convenience, the LogStats class has a toString method that lists all the data fields.
toString() - Method in exception com.sleepycat.db.MemoryException
toString() - Method in class com.sleepycat.db.MutexStats
For convenience, the MutexStats class has a toString method that lists all the data fields.
toString() - Method in class com.sleepycat.db.OperationStatus
toString() - Method in class com.sleepycat.db.QueueStats
For convenience, the QueueStats class has a toString method that lists all the data fields.
toString() - Method in class com.sleepycat.db.RecoveryOperation
toString() - Method in class com.sleepycat.db.ReplicationConfig
toString() - Method in class com.sleepycat.db.ReplicationManagerAckPolicy
toString() - Method in class com.sleepycat.db.ReplicationManagerStartPolicy
toString() - Method in class com.sleepycat.db.ReplicationStats
For convenience, the ReplicationStats class has a toString method that lists all the data fields.
toString() - Method in class com.sleepycat.db.ReplicationStatus
toString() - Method in class com.sleepycat.db.ReplicationTimeoutType
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
The Transaction object is the handle for a transaction.
TRANSACTION_ERROR - Static variable in exception com.sleepycat.dbxml.XmlException
Invalid operation on XmlTransaction
TransactionConfig - Class in com.sleepycat.db
Specifies the attributes of a database environment transaction.
TransactionConfig() - Constructor for class com.sleepycat.db.TransactionConfig
An instance created using the default constructor is initialized with the system's default settings.
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
Transaction statistics for a database environment.
TransactionStats.Active - Class in com.sleepycat.db
The Active class represents an active transaction.
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
Ensure that a specified percent of the pages in the shared memory pool are clean, by writing dirty pages to their backing files.
truncate(Transaction, boolean) - Method in class com.sleepycat.db.Database
Empty the database, discarding all records it contains.
truncateContainer(String) - Method in class com.sleepycat.dbxml.XmlManager
Truncates the content of the container.
truncateContainer(XmlTransaction, String) - Method in class com.sleepycat.dbxml.XmlManager
Truncates the content of the container in the context of a transaction.
TupleBase - Class in com.sleepycat.bind.tuple
A base class for tuple bindings and tuple key creators that provides control over the allocation of the output buffer.
TupleBase() - Constructor for class com.sleepycat.bind.tuple.TupleBase
Initializes the initial output buffer size to zero.
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.

U

UNIQUE_ERROR - Static variable in exception com.sleepycat.dbxml.XmlException
Violation of uniqueness constraint on an index
UNIQUE_OFF - Static variable in class com.sleepycat.dbxml.XmlIndexSpecification
The indexed value need not be unique container-wide
UNIQUE_ON - Static variable in class com.sleepycat.dbxml.XmlIndexSpecification
The indexed value must be unique container-wide
UNKNOWN - Static variable in class com.sleepycat.db.DatabaseType
The database type is unknown.
UNKNOWN_INDEX - Static variable in exception com.sleepycat.dbxml.XmlException
Requested index either not valid or not found
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.
UNTYPED_ATOMIC - Static variable in class com.sleepycat.dbxml.XmlValue
 
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.
updateDocument(XmlDocument, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Updates an XmlDocument in the container.
updateDocument(XmlTransaction, XmlDocument, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
Updates an XmlDocument in the container in the scope of a transaction.
upgrade(String, DatabaseConfig) - Static method in class com.sleepycat.db.Database
Upgrade all of the databases included in the specified file.
upgradeContainer(String, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlManager
Upgrades the container from a previous version of Berkeley DB XML, or Berkeley DB, to the current version.
upgradeFeedback(Database, int) - Method in interface com.sleepycat.db.FeedbackHandler
A function called with progress information when the database is being upgraded.
uri - Variable in class com.sleepycat.dbxml.XmlIndexDeclaration
The namespace of the node to be indexed.
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, DatabaseConfig) - Static method in class com.sleepycat.db.Database
Return if all of the databases in a file are uncorrupted.
VerifyConfig - Class in com.sleepycat.db
Specifies the attributes of a verification operation.
VerifyConfig() - Constructor for class com.sleepycat.db.VerifyConfig
An instance created using the default constructor is initialized with the system's default settings.
verifyContainer(String, String) - Method in class com.sleepycat.dbxml.XmlManager
Checks that the container data files are not corrupt, and optionally writes the salvaged container data to the specified output stream.
verifyContainer(String, String, VerifyConfig) - Method in class com.sleepycat.dbxml.XmlManager
Checks that the container data files are not corrupt, and optionally writes the salvaged container data to the specified output stream.
verifyFeedback(Database, int) - Method in interface com.sleepycat.db.FeedbackHandler
A function called with progress information when the database is being verified.
VERSION_MISMATCH - Static variable in exception com.sleepycat.dbxml.XmlException
Library version and database version are not compatible
VersionMismatchException - Exception in com.sleepycat.db
Thrown if the version of the Berkeley DB library doesn't match the version that created the database environment.
VERY_HIGH - Static variable in class com.sleepycat.db.CacheFilePriority
The highest priority: pages are the least likely to be discarded.
VERY_LOW - Static variable in class com.sleepycat.db.CacheFilePriority
The lowest priority: pages are the most likely to be discarded.

W

Whitespace - Static variable in class com.sleepycat.dbxml.XmlEventReader
Ignorable whitespace event
WholedocContainer - Static variable in class com.sleepycat.dbxml.XmlContainer
Documents are stored intact; all white space and formatting is preserved.
WRITE - Static variable in class com.sleepycat.db.LockRequestMode
Write (exclusive).
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
 
writeAttribute(String, String, String, String, boolean) - Method in class com.sleepycat.dbxml.XmlEventWriter
Write an attribute to the event stream.
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.
WRITECURSOR - Static variable in class com.sleepycat.db.CursorConfig
A convenience instance to specify the Concurrent Data Store environment cursor will be used to update the database.
writeDouble(double) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes an signed double (eight byte) value to the buffer.
writeDTD(String, int) - Method in class com.sleepycat.dbxml.XmlEventWriter
Write a DTD (internal subset).
writeEndDocument() - Method in class com.sleepycat.dbxml.XmlEventWriter
Write the EndDocument event.
writeEndElement(String, String, String) - Method in class com.sleepycat.dbxml.XmlEventWriter
Write an EndElement event.
writeEndEntity(String) - Method in class com.sleepycat.dbxml.XmlEventWriter
Write an event indicating the end of content expanded by an entity reference.
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.
writeInt(byte[], int, int) - Static method in class com.sleepycat.util.PackedInteger
Writes a packed integer starting at the given buffer offset and returns the next offset to be written.
writeLong(long) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes an signed long (eight byte) value to the buffer.
writePackedInt(int) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes a packed integer.
writeProcessingInstruction(String, String) - Method in class com.sleepycat.dbxml.XmlEventWriter
Write a ProcessingInstruction event.
writeShort(int) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes an signed short (two byte) value to the buffer.
writeSortedDouble(double) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes a signed double (eight byte) value to the buffer, with support for correct default sorting of all values.
writeSortedFloat(float) - Method in class com.sleepycat.bind.tuple.TupleOutput
Writes a signed float (four byte) value to the buffer, with support for correct default sorting of all values.
writeStartDocument(String, String, String) - Method in class com.sleepycat.dbxml.XmlEventWriter
Write the StartDocument event.
writeStartElement(String, String, String, int, boolean) - Method in class com.sleepycat.dbxml.XmlEventWriter
Write a StartElement event.
writeStartEntity(String, boolean) - Method in class com.sleepycat.dbxml.XmlEventWriter
Write an event indicating the start of an entity reference.
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.
writeText(int, String, int) - Method in class com.sleepycat.dbxml.XmlEventWriter
Write a text event.
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.

X

XmlContainer - Class in com.sleepycat.dbxml
The XmlContainer class encapsulates a document container and its related indices and statistics.
XmlContainer() - Constructor for class com.sleepycat.dbxml.XmlContainer
 
XmlContainerConfig - Class in com.sleepycat.dbxml
Configuration settings for an XmlContainer instance.
XmlContainerConfig() - Constructor for class com.sleepycat.dbxml.XmlContainerConfig
 
XmlDocument - Class in com.sleepycat.dbxml
The unit of storage within an XmlContainer.
XmlDocument(XmlDocument) - Constructor for class com.sleepycat.dbxml.XmlDocument
Copy constructor.
XmlDocumentConfig - Class in com.sleepycat.dbxml
Used to configure operations that operate on XmlDocument objects.
XmlDocumentConfig() - Constructor for class com.sleepycat.dbxml.XmlDocumentConfig
 
XmlEventReader - Class in com.sleepycat.dbxml
Used to read XML as events rather than serialized text.
XmlEventReader() - Constructor for class com.sleepycat.dbxml.XmlEventReader
 
XmlEventReaderToWriter - Class in com.sleepycat.dbxml
Used to connect XmlEventReader and XmlEventWriter objects, pushing the events from XmlEventReader to the writer.
XmlEventReaderToWriter(XmlEventReader, XmlEventWriter, boolean) - Constructor for class com.sleepycat.dbxml.XmlEventReaderToWriter
Construct an XmlEventReaderToWriter instance from the parameters.
XmlEventWriter - Class in com.sleepycat.dbxml
Used to create XML content as events rather than serialized text.
XmlEventWriter() - Constructor for class com.sleepycat.dbxml.XmlEventWriter
 
XmlException - Exception in com.sleepycat.dbxml
A represention of an error condition that has occurred within the Berkeley DB XML system.
XmlException(int, String, DatabaseException, int) - Constructor for exception com.sleepycat.dbxml.XmlException
Construct an XmlException.
XmlIndexDeclaration - Class in com.sleepycat.dbxml
An indexing strategy, returned by XmlIndexSpecification.find(java.lang.String, java.lang.String).
XmlIndexDeclaration(String, String, String) - Constructor for class com.sleepycat.dbxml.XmlIndexDeclaration
Construct an XmlIndexDeclaration object with the given settings.
XmlIndexLookup - Class in com.sleepycat.dbxml
The XmlIndexLookup class encapsulates the context within which an index lookup operation can be performed on an XmlContainer object.
XmlIndexLookup(XmlIndexLookup) - Constructor for class com.sleepycat.dbxml.XmlIndexLookup
Copy constructor
XmlIndexSpecification - Class in com.sleepycat.dbxml
The encapsulation of the indexing specification of a container.
XmlIndexSpecification() - Constructor for class com.sleepycat.dbxml.XmlIndexSpecification
 
XmlInputStream - Class in com.sleepycat.dbxml
Used to read and write XML data.
XmlInputStream() - Constructor for class com.sleepycat.dbxml.XmlInputStream
 
XmlManager - Class in com.sleepycat.dbxml
Provides a high-level object used to manage various aspects of Berkeley DB XML usage.
XmlManager() - Constructor for class com.sleepycat.dbxml.XmlManager
Constructor that uses a private internal database environment.
XmlManager(XmlManagerConfig) - Constructor for class com.sleepycat.dbxml.XmlManager
Constructor that uses a private internal database environment.
XmlManager(Environment, XmlManagerConfig) - Constructor for class com.sleepycat.dbxml.XmlManager
Constructor that uses the provided Environment for the underlying environment.
XmlManagerConfig - Class in com.sleepycat.dbxml
Used to configure an XmlManager instance via its constructors.
XmlManagerConfig() - Constructor for class com.sleepycat.dbxml.XmlManagerConfig
 
XmlMetaData - Class in com.sleepycat.dbxml
Metadata item returned by XmlMetaDataIterator.next().
XmlMetaData() - Constructor for class com.sleepycat.dbxml.XmlMetaData
 
XmlMetaDataIterator - Class in com.sleepycat.dbxml
Provides an iterator over an XmlDocument's metadata.
XmlMetaDataIterator(XmlMetaDataIterator) - Constructor for class com.sleepycat.dbxml.XmlMetaDataIterator
Copy constructor.
XmlModify - Class in com.sleepycat.dbxml
The context within which a set of one or more documents specified by an XQuery query can be modified in place.
XmlModify(XmlModify) - Constructor for class com.sleepycat.dbxml.XmlModify
Copy constructor.
XmlQueryContext - Class in com.sleepycat.dbxml
The XmlQueryContext class encapsulates the context within which a query is performed against an XmlContainer.
XmlQueryContext(XmlQueryContext) - Constructor for class com.sleepycat.dbxml.XmlQueryContext
Copy constructor.
XmlQueryExpression - Class in com.sleepycat.dbxml
An XmlQueryExpression represents a parsed XQuery expression, and is created by a call to XmlManager.prepare(java.lang.String, com.sleepycat.dbxml.XmlQueryContext).
XmlQueryExpression(XmlQueryExpression) - Constructor for class com.sleepycat.dbxml.XmlQueryExpression
Copy constructor.
XmlResolver - Class in com.sleepycat.dbxml
Provides an unimplemented base class that is used for file resolution policy.
XmlResolver() - Constructor for class com.sleepycat.dbxml.XmlResolver
 
XmlResults - Class in com.sleepycat.dbxml
The XmlResults class encapsulates the results of a query that has been executed.
XmlResults(XmlResults) - Constructor for class com.sleepycat.dbxml.XmlResults
Copy constructor.
XmlStatistics - Class in com.sleepycat.dbxml
The XmlStatistics class encapsulates statistical information about the number of keys in existence for a given index.
XmlStatistics(XmlStatistics) - Constructor for class com.sleepycat.dbxml.XmlStatistics
Copy constructor.
XmlTransaction - Class in com.sleepycat.dbxml
The XmlTransaction class is the handle for a transaction.
XmlTransaction() - Constructor for class com.sleepycat.dbxml.XmlTransaction
 
XmlUpdateContext - Class in com.sleepycat.dbxml
The XmlUpdateContext class encapsulates the context within which update operations are performed against an XmlContainer.
XmlUpdateContext(XmlUpdateContext) - Constructor for class com.sleepycat.dbxml.XmlUpdateContext
Copy constructor.
XmlValue - Class in com.sleepycat.dbxml
The XmlValue class encapsulates the value of a node in an XML document.
XmlValue() - Constructor for class com.sleepycat.dbxml.XmlValue
Public constructor.
XmlValue(XmlValue) - Constructor for class com.sleepycat.dbxml.XmlValue
Copy constructor.
XmlValue(String) - Constructor for class com.sleepycat.dbxml.XmlValue
Construct a value from a string.
XmlValue(double) - Constructor for class com.sleepycat.dbxml.XmlValue
Construct a value from a double.
XmlValue(boolean) - Constructor for class com.sleepycat.dbxml.XmlValue
Construct a value from a boolean.
XmlValue(XmlDocument) - Constructor for class com.sleepycat.dbxml.XmlValue
Construct a value from a document.
XmlValue(int, String) - Constructor for class com.sleepycat.dbxml.XmlValue
Construct a typed value from a string.
XmlValue(int, byte[]) - Constructor for class com.sleepycat.dbxml.XmlValue
Construct a typed value from a byte array.
XPATH_EVALUATION_ERROR - Static variable in exception com.sleepycat.dbxml.XmlException
Error evaluating an XQuery expression
XPATH_PARSER_ERROR - Static variable in exception com.sleepycat.dbxml.XmlException
Error parsing an XQuery expression

Y

YEAR_MONTH_DURATION - Static variable in class com.sleepycat.dbxml.XmlValue
 
YOUNGEST - Static variable in class com.sleepycat.db.LockDetectMode
Reject the lock request for the locker ID with the youngest lock.

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

Copyright 1996,2007 Oracle. All rights reserved.