- CacheFile - Class in com.sleepycat.db
-
- 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.
- CALOAD - Static variable in interface com.sleepycat.asm.Opcodes
-
- CASCADE - Static variable in class com.sleepycat.db.ForeignKeyDeleteAction
-
- CASTORE - Static variable in interface com.sleepycat.asm.Opcodes
-
- CDB - Static variable in class com.sleepycat.compat.DbCompat
-
- cdsgroup_begin() - Method in class com.sleepycat.db.internal.DbEnv
-
- CHAR - Static variable in class com.sleepycat.asm.Type
-
The sort of the char type.
- CHAR_TYPE - Static variable in class com.sleepycat.asm.Type
-
The char type.
- CharacterBinding - Class in com.sleepycat.bind.tuple
-
A concrete TupleBinding
for a Character
primitive
wrapper or a char
primitive.
- CharacterBinding() - Constructor for class com.sleepycat.bind.tuple.CharacterBinding
-
- charsToBytes(char[], int, byte[], int, int) - Static method in class com.sleepycat.util.UtfOps
-
Converts character arrays into byte arrays.
- charToEntry(char, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.CharacterBinding
-
Converts a simple char
value into an entry buffer.
- check(DatabaseEntry) - Method in class com.sleepycat.util.keyrange.KeyRange
-
Returns whether a given key is within range.
- check(DatabaseEntry, boolean) - Method in class com.sleepycat.util.keyrange.KeyRange
-
Returns whether a given key is within range.
- checkBegin(DatabaseEntry, boolean) - Method in class com.sleepycat.util.keyrange.KeyRange
-
Returns whether the given key is within range with respect to the
beginning of the range.
- CHECKCAST - Static variable in interface com.sleepycat.asm.Opcodes
-
- checkEnd(DatabaseEntry, boolean) - Method in class com.sleepycat.util.keyrange.KeyRange
-
Returns whether the given key is within range with respect to the
end of the range.
- checkpoint(CheckpointConfig) - Method in class com.sleepycat.db.Environment
-
Synchronously checkpoint the database environment.
- CHECKPOINT_DELAY - Static variable in class com.sleepycat.db.ReplicationTimeoutType
-
Configure the amount of time the replication manager will delay between
completing a checkpoint and writing a checkpoint record into the log.
- 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.
- checkRecordNumber() - Method in class com.sleepycat.util.keyrange.RangeCursor
-
If the database is a RECNO or QUEUE database, we know its keys are
record numbers.
- ClassAdapter - Class in com.sleepycat.asm
-
- ClassAdapter(ClassVisitor) - Constructor for class com.sleepycat.asm.ClassAdapter
-
- ClassCatalog - Interface in com.sleepycat.bind.serial
-
A catalog of class description information for use during object
serialization.
- ClassEnhancer - Class in com.sleepycat.persist.model
-
Enhances the bytecode of persistent classes to provide efficient access to
fields and constructors, and to avoid special security policy settings for
accessing non-public members.
- ClassEnhancer() - Constructor for class com.sleepycat.persist.model.ClassEnhancer
-
Creates a class enhancer that searches all packages.
- ClassEnhancer(Set<String>) - Constructor for class com.sleepycat.persist.model.ClassEnhancer
-
Creates a class enhancer that searches a given set of packages.
- ClassEnhancerTask - Class in com.sleepycat.persist.model
-
- ClassEnhancerTask() - Constructor for class com.sleepycat.persist.model.ClassEnhancerTask
-
- classForName(String) - Static method in class com.sleepycat.persist.impl.SimpleCatalog
-
- classForName(String) - Static method in class com.sleepycat.persist.model.EntityModel
-
Calls Class.forName with the current thread context class loader.
- ClassMetadata - Class in com.sleepycat.persist.model
-
The metadata for a persistent class.
- ClassMetadata(String, int, String, boolean, PrimaryKeyMetadata, Map<String, SecondaryKeyMetadata>, List<FieldMetadata>) - Constructor for class com.sleepycat.persist.model.ClassMetadata
-
Used by an EntityModel
to construct persistent class metadata.
- ClassMetadata(String, int, String, boolean, PrimaryKeyMetadata, Map<String, SecondaryKeyMetadata>, List<FieldMetadata>, Collection<FieldMetadata>) - Constructor for class com.sleepycat.persist.model.ClassMetadata
-
Used by an EntityModel
to construct persistent class metadata.
- ClassReader - Class in com.sleepycat.asm
-
A Java class parser to make a
ClassVisitor
visit an existing class.
- ClassReader(byte[]) - Constructor for class com.sleepycat.asm.ClassReader
-
- ClassReader(byte[], int, int) - Constructor for class com.sleepycat.asm.ClassReader
-
- ClassReader(InputStream) - Constructor for class com.sleepycat.asm.ClassReader
-
- ClassReader(String) - Constructor for class com.sleepycat.asm.ClassReader
-
- ClassVisitor - Interface in com.sleepycat.asm
-
A visitor to visit a Java class.
- ClassWriter - Class in com.sleepycat.asm
-
- ClassWriter(boolean) - Constructor for class com.sleepycat.asm.ClassWriter
-
- ClassWriter(boolean, boolean) - Constructor for class com.sleepycat.asm.ClassWriter
-
- ClassWriter(ClassReader, boolean) - Constructor for class com.sleepycat.asm.ClassWriter
-
Constructs a new
ClassWriter
object and enables optimizations for
"mostly add" bytecode transformations.
- clear() - Method in class com.sleepycat.collections.StoredContainer
-
Removes all mappings or elements from this map or collection (optional
operation).
- clear() - Method in class com.sleepycat.util.ErrorBuffer
-
- clone() - Method in class com.sleepycat.persist.evolve.EvolveConfig
-
Returns a shallow copy of the configuration.
- clone() - Method in class com.sleepycat.persist.StoreConfig
-
Returns a shallow copy of the configuration.
- cloneConfig() - Method in class com.sleepycat.db.DatabaseConfig
-
Returns a copy of this configuration object.
- cloneConfig() - Method in class com.sleepycat.persist.evolve.EvolveConfig
-
- cloneConfig() - Method in class com.sleepycat.persist.StoreConfig
-
- cloneCursorConfig(CursorConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- 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
-
- close() - Method in class com.sleepycat.collections.StoredIterator
-
Closes this iterator.
- close() - Method in class com.sleepycat.db.Cursor
-
- close(boolean) - Method in class com.sleepycat.db.Database
-
Flush any cached database information to disk and discard the database
handle.
- close() - 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(int) - Method in class com.sleepycat.db.internal.Db
-
- close() - Method in class com.sleepycat.db.internal.Dbc
-
- close(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- close(int) - Method in class com.sleepycat.db.internal.DbLogc
-
- close(int) - Method in class com.sleepycat.db.internal.DbSequence
-
- close() - Method in class com.sleepycat.db.JoinCursor
-
Closes the cursors that have been opened by this join cursor.
- close() - Method in class com.sleepycat.db.LogCursor
-
- close() - Method in class com.sleepycat.db.Sequence
-
Close a sequence.
- close() - Method in interface com.sleepycat.persist.EntityCursor
-
Closes the cursor.
- close() - Method in class com.sleepycat.persist.EntityStore
-
Closes all databases and sequences that were opened via this store.
- close() - Method in interface com.sleepycat.persist.ForwardCursor
-
Closes the cursor.
- close() - Method in class com.sleepycat.persist.impl.PersistCatalog
-
Decrements the reference count and closes the catalog DB when it reaches
zero.
- close() - Method in class com.sleepycat.persist.impl.Store
-
- close() - Method in class com.sleepycat.persist.raw.RawStore
-
Closes all databases and sequences that were opened by this model.
- close() - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- closeClass(Class) - Method in class com.sleepycat.persist.EntityStore
-
Closes the primary and secondary databases for the given entity class
that were opened via this store.
- closeClass(Class) - Method in class com.sleepycat.persist.impl.Store
-
- closeCursor(Cursor) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
Closes the given cursor.
- cmp(Dbc, int) - Method in class com.sleepycat.db.internal.Dbc
-
- com.sleepycat.asm - package com.sleepycat.asm
-
- com.sleepycat.bind - package com.sleepycat.bind
-
Bindings between database entries and Java objects.
- com.sleepycat.bind.serial - package com.sleepycat.bind.serial
-
Bindings that use Java serialization.
- com.sleepycat.bind.tuple - package com.sleepycat.bind.tuple
-
Bindings that use sequences of primitive fields, or tuples.
- com.sleepycat.collections - package com.sleepycat.collections
-
Data access based on the standard Java collections API.
- com.sleepycat.compat - package com.sleepycat.compat
-
- com.sleepycat.db - package com.sleepycat.db
-
- com.sleepycat.db.internal - package com.sleepycat.db.internal
-
- com.sleepycat.persist - package com.sleepycat.persist
-
The Direct Persistence Layer (DPL) adds a persistent object model to the
Berkeley DB transactional engine.
- com.sleepycat.persist.evolve - package com.sleepycat.persist.evolve
-
Utilities for managing class evolution of persistent objects.
- com.sleepycat.persist.impl - package com.sleepycat.persist.impl
-
- com.sleepycat.persist.model - package com.sleepycat.persist.model
-
- com.sleepycat.persist.raw - package com.sleepycat.persist.raw
-
Raw data access for general purpose tools and manual conversions.
- com.sleepycat.util - package com.sleepycat.util
-
General utilities used throughout Berkeley DB.
- com.sleepycat.util.keyrange - package com.sleepycat.util.keyrange
-
- commit(int) - Method in class com.sleepycat.db.internal.DbTxn
-
- commit() - Method in class com.sleepycat.db.Transaction
-
End the transaction.
- commitNoSync() - Method in class com.sleepycat.db.Transaction
-
End the transaction, not committing synchronously.
- commitSync() - Method in class com.sleepycat.db.Transaction
-
End the transaction, committing synchronously.
- 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.
- commitWriteNoSync() - Method in class com.sleepycat.db.Transaction
-
End the transaction, writing but not flushing the log.
- 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.
- compact(DbTxn, DatabaseEntry, DatabaseEntry, CompactStats, int, DatabaseEntry) - Method in class com.sleepycat.db.internal.Db
-
- CompactConfig - Class in com.sleepycat.db
-
- CompactConfig() - Constructor for class com.sleepycat.db.CompactConfig
-
Construct a default configuration object for compact operations.
- CompactStats - Class in com.sleepycat.db
-
TODO
- 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(Cursor) - Method in class com.sleepycat.db.Cursor
-
Return a comparison of the two cursors.
- compare(LogSequenceNumber, LogSequenceNumber) - Static method in class com.sleepycat.db.LogSequenceNumber
-
Compare two LogSequenceNumber objects.
- compare(byte[], byte[]) - Method in class com.sleepycat.persist.impl.PersistComparator
-
- compare(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.util.keyrange.KeyRange
-
Compares two keys, using the user comparator if there is one.
- compareBytes(byte[], int, int, byte[], int, int) - Static method in class com.sleepycat.util.keyrange.KeyRange
-
Compares two keys as unsigned byte arrays, which is the default
comparison used by JE/DB.
- ComplexFormat - Class in com.sleepycat.persist.impl
-
Format for persistent complex classes that are not composite key classes.
- CompositeKeyFormat - Class in com.sleepycat.persist.impl
-
Format for a composite key class.
- compress(Database, DatabaseEntry, DatabaseEntry, DatabaseEntry, DatabaseEntry, DatabaseEntry) - Method in interface com.sleepycat.db.BtreeCompressor
-
The application-specific Btree compress callback.
- configuredCollection(Collection<E>, CursorConfig) - Static method in class com.sleepycat.collections.StoredCollections
-
Creates a configured collection from a given stored collection.
- configuredList(List<E>, CursorConfig) - Static method in class com.sleepycat.collections.StoredCollections
-
Creates a configured list from a given stored list.
- configuredMap(Map<K, V>, CursorConfig) - Static method in class com.sleepycat.collections.StoredCollections
-
Creates a configured map from a given stored map.
- configuredSet(Set<E>, CursorConfig) - Static method in class com.sleepycat.collections.StoredCollections
-
Creates a configured set from a given stored set.
- configuredSortedMap(SortedMap<K, V>, CursorConfig) - Static method in class com.sleepycat.collections.StoredCollections
-
Creates a configured sorted map from a given stored sorted map.
- configuredSortedSet(SortedSet<E>, 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.
- 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.
- contains(K) - Method in interface com.sleepycat.persist.EntityIndex
-
Checks for existence of a key in this index.
- contains(Transaction, K, LockMode) - Method in interface com.sleepycat.persist.EntityIndex
-
Checks for existence of a key in this index.
- 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.
- Conversion - Interface in com.sleepycat.persist.evolve
-
Converts an old version of an object value to conform to the current class
or field definition.
- convert(Object) - Method in interface com.sleepycat.persist.evolve.Conversion
-
Converts an old version of an object value to conform to the current
class or field definition.
- Converter - Class in com.sleepycat.persist.evolve
-
A mutation for converting an old version of an object value to conform to
the current class or field definition.
- Converter(String, int, Conversion) - Constructor for class com.sleepycat.persist.evolve.Converter
-
Creates a mutation for converting all instances of the given class
version to the current version of the class.
- Converter(String, int, String, Conversion) - Constructor for class com.sleepycat.persist.evolve.Converter
-
Creates a mutation for converting all values of the given field in the
given class version to a type compatible with the current declared type
of the field.
- ConverterReader - Class in com.sleepycat.persist.impl
-
Reader for invoking a class Converter mutation.
- convertProxy() - Method in interface com.sleepycat.persist.model.PersistentProxy
-
Returns a new proxied class instance to which the state of this proxy
instance has been copied.
- convertRawObject(RawObject, IdentityHashMap) - Method in class com.sleepycat.persist.impl.PersistCatalog
-
- convertRawObject(RawObject, IdentityHashMap) - Method in class com.sleepycat.persist.impl.SimpleCatalog
-
- convertRawObject(RawObject) - Method in class com.sleepycat.persist.model.EntityModel
-
Converts a given raw object to a live object according to the current
class definitions.
- copy(DatabaseEntry) - Static method in class com.sleepycat.util.keyrange.KeyRange
-
Returns a copy of an entry.
- copy(DatabaseEntry, DatabaseEntry) - Static method in class com.sleepycat.util.keyrange.KeyRange
-
Copies one entry to another.
- copyBytes(byte[]) - Static method in class com.sleepycat.util.keyrange.KeyRange
-
Copies a byte array.
- 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.
- count(int) - Method in class com.sleepycat.db.internal.Dbc
-
- count() - Method in interface com.sleepycat.persist.EntityCursor
-
Returns the number of values (duplicates) for the key at the cursor
position, or returns zero if all values for the key have been deleted,
Returns one or zero if the underlying index has unique keys.
- count() - Method in interface com.sleepycat.persist.EntityIndex
-
Returns a non-transactional count of the entities in this index.
- count() - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- createFormat(String, Map<String, Format>) - Method in class com.sleepycat.persist.impl.PersistCatalog
-
Convenience method that gets the class for the given class name and
calls createFormat with the class object.
- createFormat(Class, Map<String, Format>) - Method in class com.sleepycat.persist.impl.PersistCatalog
-
If the given class format is not already present in the given map and
a format for this class name does not already exist, creates an
uninitialized format, adds it to the map, and also collects related
formats in the map.
- createFormat(String, Map<String, Format>) - Method in class com.sleepycat.persist.impl.SimpleCatalog
-
- createFormat(Class, Map<String, Format>) - Method in class com.sleepycat.persist.impl.SimpleCatalog
-
- createLockerID() - Method in class com.sleepycat.db.Environment
-
Allocate a locker ID.
- createSecondaryKey(SecondaryDatabase, DatabaseEntry, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.bind.serial.SerialSerialKeyCreator
-
- createSecondaryKey(PK, D) - Method in class com.sleepycat.bind.serial.SerialSerialKeyCreator
-
Creates the index key object from primary key and data objects.
- createSecondaryKey(SecondaryDatabase, DatabaseEntry, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.bind.serial.TupleSerialKeyCreator
-
- createSecondaryKey(TupleInput, D, 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, D, 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.
- createSecondaryKey(SecondaryDatabase, DatabaseEntry, DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.persist.impl.PersistKeyCreator
-
- createSecondaryKeys(SecondaryDatabase, DatabaseEntry, DatabaseEntry, Set) - Method in interface com.sleepycat.db.SecondaryMultiKeyCreator
-
Creates a secondary key entry, given a primary key and data entry.
- createSecondaryKeys(SecondaryDatabase, DatabaseEntry, DatabaseEntry, Set) - Method in class com.sleepycat.persist.impl.PersistKeyCreator
-
- current() - Method in interface com.sleepycat.persist.EntityCursor
-
Returns the value at the cursor position, or null if the value at the
cursor position has been deleted.
- current(LockMode) - Method in interface com.sleepycat.persist.EntityCursor
-
Returns the value at the cursor position, or null if the value at the
cursor position has been deleted.
- 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.
- Cursor(Database, CursorConfig) - Constructor for class com.sleepycat.db.Cursor
-
- cursor(DbTxn, int) - Method in class com.sleepycat.db.internal.Db
-
- 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.
- cv - Variable in class com.sleepycat.asm.ClassAdapter
-
- 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(DbTxn, DatabaseEntry, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.Db
-
- get(DatabaseEntry, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.Dbc
-
- get(LogSequenceNumber, DatabaseEntry, int) - Method in class com.sleepycat.db.internal.DbLogc
-
- get(DbTxn, int, int) - Method in class com.sleepycat.db.internal.DbSequence
-
- GET - Static variable in class com.sleepycat.db.LockOperation
-
Get 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(K) - Method in interface com.sleepycat.persist.EntityIndex
-
Gets an entity via a key of this index.
- get(Transaction, K, LockMode) - Method in interface com.sleepycat.persist.EntityIndex
-
Gets an entity via a key of this index.
- get(PK) - Method in class com.sleepycat.persist.PrimaryIndex
-
- get(Transaction, PK, LockMode) - Method in class com.sleepycat.persist.PrimaryIndex
-
- get(SK) - Method in class com.sleepycat.persist.SecondaryIndex
-
- get(Transaction, SK, LockMode) - Method in class com.sleepycat.persist.SecondaryIndex
-
- get() - Method in class com.sleepycat.util.ErrorBuffer
-
- get_app_dispatch() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_append_recno() - Method in class com.sleepycat.db.internal.Db
-
- get_bt_compare() - Method in class com.sleepycat.db.internal.Db
-
- get_bt_compress() - Method in class com.sleepycat.db.internal.Db
-
- get_bt_decompress() - Method in class com.sleepycat.db.internal.Db
-
- get_bt_minkey() - Method in class com.sleepycat.db.internal.Db
-
- get_bt_prefix() - Method in class com.sleepycat.db.internal.Db
-
- get_byteswapped() - Method in class com.sleepycat.db.internal.Db
-
- get_cache_max() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_cachesize() - Method in class com.sleepycat.db.internal.Db
-
- get_cachesize() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_cachesize() - Method in class com.sleepycat.db.internal.DbSequence
-
- get_cachesize_ncache() - Method in class com.sleepycat.db.internal.Db
-
- get_cachesize_ncache() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_create_dir() - Method in class com.sleepycat.db.internal.Db
-
- get_create_dir() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_data_dirs() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_db() - Method in class com.sleepycat.db.internal.DbSequence
-
- get_dbname() - Method in class com.sleepycat.db.internal.Db
-
- get_dup_compare() - Method in class com.sleepycat.db.internal.Db
-
- get_encrypt_flags() - Method in class com.sleepycat.db.internal.Db
-
- get_encrypt_flags() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_env() - Method in class com.sleepycat.db.internal.Db
-
- get_errcall() - Method in class com.sleepycat.db.internal.Db
-
- get_errcall() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_error_stream() - Method in class com.sleepycat.db.internal.Db
-
- get_error_stream() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_errpfx() - Method in class com.sleepycat.db.internal.Db
-
- get_errpfx() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_event_notify() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_feedback() - Method in class com.sleepycat.db.internal.Db
-
- get_feedback() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_filename() - Method in class com.sleepycat.db.internal.Db
-
- get_flags() - Method in class com.sleepycat.db.internal.Db
-
- get_flags() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_flags() - Method in class com.sleepycat.db.internal.DbMpoolFile
-
- get_flags() - Method in class com.sleepycat.db.internal.DbSequence
-
- get_h_compare() - Method in class com.sleepycat.db.internal.Db
-
- get_h_ffactor() - Method in class com.sleepycat.db.internal.Db
-
- get_h_hash() - Method in class com.sleepycat.db.internal.Db
-
- get_h_nelem() - Method in class com.sleepycat.db.internal.Db
-
- get_home() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_intermediate_dir_mode() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_key(DatabaseEntry) - Method in class com.sleepycat.db.internal.DbSequence
-
- get_lg_bsize() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_lg_dir() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_lg_filemode() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_lg_max() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_lg_regionmax() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_lk_conflicts() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_lk_detect() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_lk_max_lockers() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_lk_max_locks() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_lk_max_objects() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_lk_partitions() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_lorder() - Method in class com.sleepycat.db.internal.Db
-
- get_maxsize() - Method in class com.sleepycat.db.internal.DbMpoolFile
-
- get_message_stream() - Method in class com.sleepycat.db.internal.Db
-
- get_message_stream() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_mp_max_openfd() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_mp_max_write() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_mp_max_write_sleep() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_mp_mmapsize() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_mp_pagesize() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_mp_tablesize() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_mpf() - Method in class com.sleepycat.db.internal.Db
-
- get_msgcall() - Method in class com.sleepycat.db.internal.Db
-
- get_msgcall() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_multiple() - Method in class com.sleepycat.db.internal.Db
-
- get_name() - Method in class com.sleepycat.db.internal.DbTxn
-
- get_open_flags() - Method in class com.sleepycat.db.internal.Db
-
- get_open_flags() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_pagesize() - Method in class com.sleepycat.db.internal.Db
-
- get_paniccall() - Method in class com.sleepycat.db.internal.Db
-
- get_paniccall() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_partition_callback() - Method in class com.sleepycat.db.internal.Db
-
- get_partition_dirs() - Method in class com.sleepycat.db.internal.Db
-
- get_partition_keys() - Method in class com.sleepycat.db.internal.Db
-
- get_partition_parts() - Method in class com.sleepycat.db.internal.Db
-
- get_priority() - Method in class com.sleepycat.db.internal.Db
-
- get_priority() - Method in class com.sleepycat.db.internal.Dbc
-
- get_priority() - Method in class com.sleepycat.db.internal.DbMpoolFile
-
- get_q_extentsize() - Method in class com.sleepycat.db.internal.Db
-
- get_range_max() - Method in class com.sleepycat.db.internal.DbSequence
-
- get_range_min() - Method in class com.sleepycat.db.internal.DbSequence
-
- get_re_delim() - Method in class com.sleepycat.db.internal.Db
-
- get_re_len() - Method in class com.sleepycat.db.internal.Db
-
- get_re_pad() - Method in class com.sleepycat.db.internal.Db
-
- get_re_source() - Method in class com.sleepycat.db.internal.Db
-
- get_seckey_create() - Method in class com.sleepycat.db.internal.Db
-
- get_secmultikey_create() - Method in class com.sleepycat.db.internal.Db
-
- get_shm_key() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_timeout(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- GET_TIMEOUT - Static variable in class com.sleepycat.db.LockOperation
-
Identical to LockOperation GET except that the value in the timeout
field overrides any previously specified timeout value for this
lock.
- get_tmp_dir() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_transactional() - Method in class com.sleepycat.db.internal.Db
-
- get_tx_max() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_tx_timestamp() - Method in class com.sleepycat.db.internal.DbEnv
-
- get_type() - Method in class com.sleepycat.db.internal.Db
-
- get_verbose(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- get_version_major() - Static method in class com.sleepycat.db.internal.DbEnv
-
- get_version_minor() - Static method in class com.sleepycat.db.internal.DbEnv
-
- get_version_patch() - Static method in class com.sleepycat.db.internal.DbEnv
-
- get_version_string() - Static method in class com.sleepycat.db.internal.DbEnv
-
- getAggressive() - Method in class com.sleepycat.db.VerifyConfig
-
Return true if the
Database.verify
is configured to output
all the key/data pairs in the file that can be found.
- getAlloc() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getAllocBuckets() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getAllocMaxBuckets() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getAllocMaxPages() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getAllocPages() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getAllowCreate() - Method in class com.sleepycat.db.DatabaseConfig
-
- 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.
- getAllowCreate() - Method in class com.sleepycat.persist.StoreConfig
-
Returns whether creation of a new store is allowed.
- 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.
- getAllRawTypes() - Method in class com.sleepycat.persist.impl.PersistCatalog
-
Returns all formats as RawTypes.
- getAllRawTypes() - Method in class com.sleepycat.persist.model.EntityModel
-
Returns all versions of all known types.
- getAllRawTypeVersions(String) - Method in class com.sleepycat.persist.model.EntityModel
-
Returns all known versions of type information for a given class name,
or null if no persistent version of the class is known.
- getArchiveDatabases() - Method in class com.sleepycat.db.Environment
-
- getArchiveLogFiles(boolean) - Method in class com.sleepycat.db.Environment
-
- getArgumentTypes(String) - Static method in class com.sleepycat.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method descriptor.
- getArgumentTypes(Method) - Static method in class com.sleepycat.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method.
- 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.
- getBFree() - Method in class com.sleepycat.db.HashStats
-
TODO
- getBigBFree() - Method in class com.sleepycat.db.HashStats
-
TODO
- getBigIntegerByteLength() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Returns the byte length of a BigInteger
.
- getBigIntegerByteLength(BigInteger) - Static method in class com.sleepycat.bind.tuple.TupleOutput
-
Returns the byte length of a given BigInteger
value.
- getBigPages() - Method in class com.sleepycat.db.HashStats
-
TODO
- getBtreeComparator() - Method in class com.sleepycat.db.DatabaseConfig
-
- getBtreeCompressor() - Method in class com.sleepycat.db.DatabaseConfig
-
Get the Btree compression callbacks.
- 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(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- 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
-
TODO
- 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.
- getBulkCursor() - Method in class com.sleepycat.db.CursorConfig
-
Return if the cursor will be used to do bulk operations on the underlying
database.
- getBulkFills() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getBulkOverflows() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getBulkRecords() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getBulkTransfers() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getByteArray(DatabaseEntry) - Static method in class com.sleepycat.util.keyrange.KeyRange
-
Returns an entry's byte array, copying it if the entry offset is
non-zero.
- getByteArray(DatabaseEntry, int) - Static method in class com.sleepycat.util.keyrange.KeyRange
-
- 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
-
TODO
- 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 cache regions.
- 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
-
- getCacheHit() - Method in class com.sleepycat.db.CacheFileStats
-
TODO
- getCacheHit() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getCacheMax() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum size of the cache.
- getCacheMiss() - Method in class com.sleepycat.db.CacheFileStats
-
TODO
- getCacheMiss() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getCachePageSize() - Method in class com.sleepycat.db.EnvironmentConfig
-
- 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
-
TODO
- getCacheStats(StatsConfig) - Method in class com.sleepycat.db.Environment
-
- getCacheTableSize() - Method in class com.sleepycat.db.EnvironmentConfig
-
- getCatalog() - Method in class com.sleepycat.collections.TupleSerialFactory
-
Returns the class catalog associated with this factory.
- getCatalog() - Method in interface com.sleepycat.persist.impl.EntityInput
-
Returns the Catalog associated with this input.
- 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.
- getClassesToEvolve() - Method in class com.sleepycat.persist.evolve.EvolveConfig
-
Returns an unmodifiable set of the entity classes to be evolved.
- 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.
- getClassMetadata() - Method in class com.sleepycat.persist.impl.ComplexFormat
-
- getClassMetadata() - Method in class com.sleepycat.persist.impl.CompositeKeyFormat
-
- getClassMetadata() - Method in class com.sleepycat.persist.impl.Format
-
- getClassMetadata(String) - Method in class com.sleepycat.persist.model.AnnotationModel
-
- getClassMetadata(String) - Method in class com.sleepycat.persist.model.EntityModel
-
Returns the metadata for a given persistent class name, including proxy
classes and entity classes.
- getClassMetadata() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns the original model class metadata used to create this class, or
null if this is not a model class.
- getClassName() - Method in class com.sleepycat.asm.Type
-
Returns the name of the class corresponding to this type.
- getClassName() - Method in class com.sleepycat.persist.evolve.Mutation
-
Returns the class to which this mutation applies.
- getClassName() - Method in class com.sleepycat.persist.impl.Format
-
- getClassName() - Method in class com.sleepycat.persist.model.ClassMetadata
-
Returns the name of the persistent class.
- getClassName() - Method in class com.sleepycat.persist.model.EntityMetadata
-
Returns the name of the entity class.
- getClassName() - Method in class com.sleepycat.persist.model.FieldMetadata
-
Returns the class name of the field type.
- getClassName() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns the class name for this type in the format specified by Class.getName()
.
- getClassVersion() - Method in class com.sleepycat.persist.evolve.Mutation
-
Returns the class version to which this mutation applies.
- 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
-
TODO
- getClientSvcMiss() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getClientSvcReq() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getCollection() - Method in class com.sleepycat.collections.StoredIterator
-
Returns the collection associated with this iterator.
- getComponentType() - Method in class com.sleepycat.persist.impl.Format
-
- getComponentType() - Method in class com.sleepycat.persist.impl.ObjectArrayFormat
-
- getComponentType() - Method in class com.sleepycat.persist.impl.PrimitiveArrayFormat
-
- getComponentType() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns the array component type, or null if this is not an array type.
- getCompositeKeyFields() - Method in class com.sleepycat.persist.model.ClassMetadata
-
Returns an unmodifiable list of metadata for the fields making up a
composite key, or null if this is a not a composite key class.
- 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.
- getConfig() - Method in class com.sleepycat.persist.EntityStore
-
Returns a copy of the entity store configuration.
- getConfig() - Method in class com.sleepycat.persist.impl.Store
-
- getConfig() - Method in class com.sleepycat.persist.raw.RawStore
-
Returns a copy of the entity store configuration.
- getConnectFail() - Method in class com.sleepycat.db.ReplicationManagerStats
-
TODO
- getConnectionDrop() - Method in class com.sleepycat.db.ReplicationManagerStats
-
TODO
- getConversion() - Method in class com.sleepycat.persist.evolve.Converter
-
Returns the converter instance specified to the constructor.
- getConverter(String, int, String) - Method in class com.sleepycat.persist.evolve.Mutations
-
Returns the converter mutation for the given class, version and field,
or null if none exists.
- getConverters() - Method in class com.sleepycat.persist.evolve.Mutations
-
Returns an unmodifiable collection of all converter mutations.
- getCPtr(Db) - Static method in class com.sleepycat.db.internal.Db
-
- getCPtr(Dbc) - Static method in class com.sleepycat.db.internal.Dbc
-
- getCPtr(DbEnv) - Static method in class com.sleepycat.db.internal.DbEnv
-
- getCPtr(DbLock) - Static method in class com.sleepycat.db.internal.DbLock
-
- getCPtr(DbLogc) - Static method in class com.sleepycat.db.internal.DbLogc
-
- getCPtr(DbMpoolFile) - Static method in class com.sleepycat.db.internal.DbMpoolFile
-
- getCPtr(DbSequence) - Static method in class com.sleepycat.db.internal.DbSequence
-
- getCPtr(DbTxn) - Static method in class com.sleepycat.db.internal.DbTxn
-
- getCreateDir() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the directory a database will/has been created in or looked for.
- getCreateDir() - Method in class com.sleepycat.db.EnvironmentConfig
-
Returns the path of a directory to be used as the location to create the
access method database files.
- getCurFile() - Method in class com.sleepycat.db.LogStats
-
TODO
- getCurMaxId() - Method in class com.sleepycat.db.LockStats
-
TODO
- getCurOffset() - Method in class com.sleepycat.db.LogStats
-
TODO
- getCurRecno() - Method in class com.sleepycat.db.QueueStats
-
TODO
- 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
-
TODO
- getCurrent(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- getCurrentRecordNumber(Cursor, DatabaseEntry, LockMode) - Static method in class com.sleepycat.compat.DbCompat
-
- getCursor() - Method in class com.sleepycat.util.keyrange.RangeCursor
-
Returns the underlying cursor.
- 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.
- getDatabase() - Method in class com.sleepycat.persist.PrimaryIndex
-
Returns the underlying database for this index.
- getDatabase() - Method in class com.sleepycat.persist.SecondaryIndex
-
Returns the underlying secondary database for this index.
- getDatabaseCount(Database) - Static method in class com.sleepycat.compat.DbCompat
-
- getDatabaseEntry() - Method in exception com.sleepycat.db.MemoryException
-
Returns the
DatabaseEntry
object with insufficient memory
to complete the operation to complete the operation.
- getDatabaseFile(Database) - Static method in class com.sleepycat.compat.DbCompat
-
- 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.
- getDatabaseNamer() - Method in class com.sleepycat.persist.StoreConfig
-
Returns the object reponsible for naming of files and databases.
- 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
-
TODO
- getDeclaringClassName() - Method in class com.sleepycat.persist.model.FieldMetadata
-
Returns the name of the class where the field is declared.
- getDecrement() - Method in class com.sleepycat.db.SequenceConfig
-
Return true if the sequence is configured to decrement.
- getDeferredWrite(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- getDegree2() - Method in class com.sleepycat.db.CursorConfig
-
- getDegree2() - Method in class com.sleepycat.db.TransactionConfig
-
- getDeleteAction() - Method in class com.sleepycat.persist.model.SecondaryKeyMetadata
-
Returns the action to take when a related entity is deleted having a
primary key value that exists as a secondary key value for this entity.
- getDeletedKeys() - Method in class com.sleepycat.persist.evolve.EntityConverter
-
Returns the set of key names that are to be deleted.
- getDeleter(String, int, String) - Method in class com.sleepycat.persist.evolve.Mutations
-
Returns the deleter mutation for the given class, version and field, or
null if none exists.
- getDeleters() - Method in class com.sleepycat.persist.evolve.Mutations
-
Returns an unmodifiable collection of all deleter mutations.
- getDescriptor() - Method in class com.sleepycat.asm.Type
-
Returns the descriptor corresponding to this Java type.
- getDescriptor(Class) - Static method in class com.sleepycat.asm.Type
-
Returns the descriptor corresponding to the given Java type.
- getDetail() - Method in interface com.sleepycat.util.ExceptionWrapper
-
- getDetail() - Method in exception com.sleepycat.util.IOExceptionWrapper
-
- getDetail() - Method in exception com.sleepycat.util.RuntimeExceptionWrapper
-
- getDimensions() - Method in class com.sleepycat.asm.Type
-
Returns the number of dimensions of this array type.
- getDimensions() - Method in class com.sleepycat.persist.impl.Format
-
- getDimensions() - Method in class com.sleepycat.persist.impl.ObjectArrayFormat
-
- getDimensions() - Method in class com.sleepycat.persist.impl.PrimitiveArrayFormat
-
- getDimensions() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns the number of array dimensions, or zero if this is not an array
type.
- 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
-
- getDirtyRead() - Method in class com.sleepycat.db.DatabaseConfig
-
- getDirtyRead() - Method in class com.sleepycat.db.TransactionConfig
-
- getDiskFile() - Method in class com.sleepycat.db.LogStats
-
TODO
- getDiskOffset() - Method in class com.sleepycat.db.LogStats
-
TODO
- 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
-
TODO
- getDupFree() - Method in class com.sleepycat.db.HashStats
-
TODO
- getDuplicateComparator() - Method in class com.sleepycat.db.DatabaseConfig
-
- getDupmasters() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getDupPages() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getDupPagesFree() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getEgen() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElectionCurWinner() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElectionGen() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElectionLsn() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElectionNumSites() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElectionNumVotes() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElectionPriority() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElections() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElectionSec() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElectionStatus() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElectionsWon() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElectionTiebreaker() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElectionUsec() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElectionVotes() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getElementClassName() - Method in class com.sleepycat.persist.model.SecondaryKeyMetadata
-
Returns the class name of the array or collection element for a
ONE_TO_MANY
or
MANY_TO_MANY
relationship, or null for a
Relationship#ONE_TO_ONE ONE_TO_ONE} or
MANY_TO_ONE
relationship.
- getElements() - Method in class com.sleepycat.persist.raw.RawObject
-
Returns the array of elements for an array type, or null for a complex
type or an enum type.
- getElementType() - Method in class com.sleepycat.asm.Type
-
Returns the type of the elements of this array type.
- getEmptyPages() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- 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.
- getEntityBinding(Class<V>) - Method in class com.sleepycat.collections.TupleSerialFactory
-
- getEntityBinding() - Method in class com.sleepycat.persist.PrimaryIndex
-
Returns the entity binding for this index.
- getEntityClass() - Method in class com.sleepycat.persist.PrimaryIndex
-
Returns the entity class for this index.
- getEntityClassName() - Method in class com.sleepycat.persist.evolve.EvolveEvent
-
The class name of the current entity class being converted.
- getEntityFormats(Collection<Format>) - Method in class com.sleepycat.persist.impl.PersistCatalog
-
- getEntityMetadata() - Method in class com.sleepycat.persist.impl.ComplexFormat
-
- getEntityMetadata() - Method in class com.sleepycat.persist.impl.Format
-
- getEntityMetadata(String) - Method in class com.sleepycat.persist.model.AnnotationModel
-
- getEntityMetadata(String) - Method in class com.sleepycat.persist.model.EntityModel
-
Returns the metadata for a given entity class name.
- getEntityMetadata() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns the original model entity metadata used to create this class, or
null if this is not an entity class.
- getEnum() - Method in class com.sleepycat.persist.raw.RawObject
-
Returns the enum constant String for an enum type, or null for a complex
type or an array type.
- getEnumConstants() - Method in class com.sleepycat.persist.impl.EnumFormat
-
- getEnumConstants() - Method in class com.sleepycat.persist.impl.Format
-
- getEnumConstants() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns an unmodifiable list of the names of the enum instances, or null
if this is not an enum type.
- getEnvId() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- 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
-
- getEnvironment() - Method in exception com.sleepycat.db.DatabaseException
-
Return the environment in which the exception occurred.
- getEnvironment() - Method in class com.sleepycat.persist.EntityStore
-
Returns the environment associated with this store.
- getEnvironment() - Method in class com.sleepycat.persist.impl.Store
-
- getEnvironment() - Method in class com.sleepycat.persist.raw.RawStore
-
Returns the environment associated with this store.
- getEnvPriority() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getErrno() - Method in exception com.sleepycat.db.DatabaseException
-
Get the error number associated with this exception.
- 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.
- getEventHandler() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the object's methods to be called when a triggered event occurs.
- getEvolveListener() - Method in class com.sleepycat.persist.evolve.EvolveConfig
-
Returns the progress listener that is notified each time an entity is
read.
- getExclusiveCreate() - Method in class com.sleepycat.db.DatabaseConfig
-
- getExclusiveCreate() - Method in class com.sleepycat.db.SequenceConfig
-
- getExclusiveCreate() - Method in class com.sleepycat.persist.StoreConfig
-
Returns whether opening an existing store is prohibited.
- getExtentSize() - Method in class com.sleepycat.db.QueueStats
-
TODO
- 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
-
TODO
- GETFIELD - Static variable in interface com.sleepycat.asm.Opcodes
-
- getField(Object, int, int, boolean) - Method in class com.sleepycat.persist.impl.EnhancedAccessor
-
- getFieldName() - Method in class com.sleepycat.persist.evolve.Mutation
-
Returns the field name to which this mutation applies, or null if this
mutation applies to the class itself.
- getFields() - Method in class com.sleepycat.persist.impl.ComplexFormat
-
- getFields() - Method in class com.sleepycat.persist.impl.CompositeKeyFormat
-
- getFields() - Method in class com.sleepycat.persist.impl.Format
-
- getFields() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns a map of field name to raw field for each non-static
non-transient field declared in this class, or null if this is not a
complex type (in other words, this is a simple type or an array type).
- getFile() - Method in class com.sleepycat.db.LogSequenceNumber
-
Return the file number component of the LogSequenceNumber.
- getFileName() - Method in class com.sleepycat.db.CacheFileStats
-
TODO
- getFileName(String, String, String) - Method in interface com.sleepycat.persist.DatabaseNamer
-
Returns the name of the file to be used to store the dataabase for the
given store, entity class and key.
- 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.
- getFirst(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- getFirstRecno() - Method in class com.sleepycat.db.QueueStats
-
TODO
- getFlags() - Method in class com.sleepycat.db.SequenceStats
-
TODO
- getForce() - Method in class com.sleepycat.db.CheckpointConfig
-
Return the configuration of the checkpoint force option.
- getForeignKeyDatabase() - Method in class com.sleepycat.db.SecondaryConfig
-
- getForeignKeyDeleteAction() - Method in class com.sleepycat.db.SecondaryConfig
-
- getForeignKeyNullifier() - Method in class com.sleepycat.db.SecondaryConfig
-
- getForeignMultiKeyNullifier() - Method in class com.sleepycat.db.SecondaryConfig
-
- getFormat(int) - Method in class com.sleepycat.persist.impl.PersistCatalog
-
- getFormat(Class, boolean) - Method in class com.sleepycat.persist.impl.PersistCatalog
-
Get a format for a given class, creating it if it does not exist.
- getFormat(String) - Method in class com.sleepycat.persist.impl.PersistCatalog
-
- getFormat(int) - Method in class com.sleepycat.persist.impl.SimpleCatalog
-
- getFormat(Class, boolean) - Method in class com.sleepycat.persist.impl.SimpleCatalog
-
- getFormat(String) - Method in class com.sleepycat.persist.impl.SimpleCatalog
-
- getFree() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getFree() - Method in class com.sleepycat.db.HashStats
-
TODO
- 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
-
TODO
- getGen() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getGID() - Method in class com.sleepycat.db.PreparedTransaction
-
- getGId() - Method in class com.sleepycat.db.TransactionStats.Active
-
- getHashBuckets() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getHashComparator() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the Comparator used to compare keys in a Hash database.
- getHasher() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the database-specific hash function.
- getHashExamined() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getHashFillFactor() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the hash table density.
- getHashLen() - Method in class com.sleepycat.db.LockStats
-
TODO
- getHashLongest() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getHashMaxNowait() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getHashMaxWait() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getHashNowait() - Method in class com.sleepycat.db.CacheStats
-
TODO
- 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
-
TODO
- getHashWait() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getHome() - Method in class com.sleepycat.db.Environment
-
- getId() - Method in class com.sleepycat.db.LockStats
-
TODO
- getId() - Method in class com.sleepycat.db.Transaction
-
Return the transaction's unique ID.
- getId() - Method in class com.sleepycat.persist.impl.Format
-
Returns the format ID.
- getId() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns the internal unique ID for this type.
- getImmutableSecondaryKey() - Method in class com.sleepycat.db.SecondaryConfig
-
Returns whether the secondary key is immutable.
- getIndex() - Method in exception com.sleepycat.db.LockNotGrantedException
-
- getInitializeCache(EnvironmentConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- getInitializeCache() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment is configured with a shared
memory buffer pool.
- getInitializeCDB(EnvironmentConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- getInitializeCDB() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment is configured for the Concurrent
Data Store product.
- getInitializeLocking(EnvironmentConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- 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..
- getInitVersion(Format, boolean) - Method in class com.sleepycat.persist.impl.PersistCatalog
-
When a format is intialized, this method is called to get the version
of the serialized object to be initialized.
- getInitVersion(Format, boolean) - Method in class com.sleepycat.persist.impl.SimpleCatalog
-
- getInstance(Environment) - Static method in class com.sleepycat.collections.CurrentTransaction
-
Gets the CurrentTransaction accessor for a specified Berkeley DB
environment.
- getInternalName() - Method in class com.sleepycat.asm.Type
-
Returns the internal name of the class corresponding to this object type.
- getInternalName(Class) - Static method in class com.sleepycat.asm.Type
-
Returns the internal name of the given class.
- getIntPages() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getIntPagesFree() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getIoWait() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getItem(int) - Method in class com.sleepycat.asm.ClassReader
-
Returns the start index of the constant pool item in
b
, plus
one.
- getIteratorBlockSize() - Method in class com.sleepycat.collections.StoredCollection
-
- 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.
- getKeyAssigner() - Method in class com.sleepycat.persist.impl.PersistEntityBinding
-
- getKeyBinding() - Method in class com.sleepycat.persist.PrimaryIndex
-
Returns the primary key binding for this index.
- getKeyBinding() - Method in class com.sleepycat.persist.SecondaryIndex
-
Returns the secondary key binding for the index.
- getKeyClass() - Method in class com.sleepycat.persist.PrimaryIndex
-
Returns the primary key class for this index.
- getKeyClass() - Method in class com.sleepycat.persist.SecondaryIndex
-
Returns the secondary key class for this index.
- getKeyCreator(Class<V>, 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.
- getKeyName() - Method in class com.sleepycat.persist.model.SecondaryKeyMetadata
-
Returns the key name, which may be different from the field name.
- 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.
- getKeysDatabase() - Method in class com.sleepycat.persist.SecondaryIndex
-
Returns the underlying secondary database that is not associated with
the primary database and is used for the
SecondaryIndex.keysIndex
.
- getKnownClasses() - Method in class com.sleepycat.persist.model.AnnotationModel
-
- getKnownClasses() - Method in class com.sleepycat.persist.model.EntityModel
-
Returns the names of all known persistent classes.
- getLabels() - Method in class com.sleepycat.asm.Attribute
-
Returns the labels corresponding to this attribute.
- 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.
- getLast(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- getLastCkp() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- getLastTxnId() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- getLastValue() - Method in class com.sleepycat.db.SequenceStats
-
TODO
- getLatestVersion(String) - Method in class com.sleepycat.persist.impl.PersistCatalog
-
- getLeafPages() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getLeafPagesFree() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getLevels() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getLevels() - Method in class com.sleepycat.db.CompactStats
-
TODO
- getLgBSize() - Method in class com.sleepycat.db.LogStats
-
TODO
- getLgSize() - Method in class com.sleepycat.db.LogStats
-
TODO
- 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
-
- 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.
- getLockersNowait() - Method in class com.sleepycat.db.LockStats
-
TODO
- getLockersWait() - Method in class com.sleepycat.db.LockStats
-
TODO
- getLockNowait() - Method in class com.sleepycat.db.LockStats
-
TODO
- getLockPartitions() - Method in class com.sleepycat.db.EnvironmentConfig
-
Returns the number of lock table partitions in the Berkeley DB environment.
- getLockStats(StatsConfig) - Method in class com.sleepycat.db.Environment
-
Return the database environment's locking statistics.
- getLocksteals() - Method in class com.sleepycat.db.LockStats
-
TODO
- 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
-
TODO
- getLockWait() - Method in class com.sleepycat.db.LockStats
-
TODO
- 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
-
TODO
- 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
-
TODO
- getLogQueuedMax() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getLogQueuedTotal() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getLogRecordHandler() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the handler for application-specific log records.
- getLogRecords() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- 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
-
TODO
- getLogStats(StatsConfig) - Method in class com.sleepycat.db.Environment
-
Return the database environment's logging statistics.
- getLogZero() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment is configured to zero all pages of
new log files upon their creation.
- 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
-
TODO
- getMagic() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getMagic() - Method in class com.sleepycat.db.HashStats
-
TODO
- getMagic() - Method in class com.sleepycat.db.LogStats
-
TODO
- getMagic() - Method in class com.sleepycat.db.QueueStats
-
TODO
- getMap() - Method in class com.sleepycat.db.CacheFileStats
-
TODO
- getMap() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getMaster() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getMasterChanges() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getMax() - Method in class com.sleepycat.db.SequenceStats
-
TODO
- getMaxCommitperflush() - Method in class com.sleepycat.db.LogStats
-
TODO
- getMaxHlocks() - Method in class com.sleepycat.db.LockStats
-
TODO
- getMaxHobjects() - Method in class com.sleepycat.db.LockStats
-
TODO
- 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.
- getMaxLeaseSec() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getMaxLeaseUsec() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getMaxLockers() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum number of lockers.
- getMaxLockers() - Method in class com.sleepycat.db.LockStats
-
TODO
- 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
-
TODO
- getMaxLogFileSize() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum size of a single file in the log, in bytes.
- getMaxLsteals() - Method in class com.sleepycat.db.LockStats
-
TODO
- getMaxMutexes() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the total number of mutexes allocated.
- getMaxNactive() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- getMaxNlockers() - Method in class com.sleepycat.db.LockStats
-
TODO
- getMaxNlocks() - Method in class com.sleepycat.db.LockStats
-
TODO
- getMaxNobjects() - Method in class com.sleepycat.db.LockStats
-
TODO
- getMaxNsnapshot() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- getMaxNumCache() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getMaxObjects() - Method in class com.sleepycat.db.LockStats
-
TODO
- getMaxOpenfd() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getMaxOpenFiles() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum number of file descriptors that will be opened concurrently..
- getMaxOsteals() - Method in class com.sleepycat.db.LockStats
-
TODO
- getMaxPages() - Method in class com.sleepycat.db.CompactConfig
-
Return the the maximum number of pages to free.
- getMaxPermLsn() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- 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
-
TODO
- getMaxWrite() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getMaxWrite() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum number of sequential write operations.
- getMaxWriteSleep() - Method in class com.sleepycat.db.CacheStats
-
TODO
- 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.
- getMetaFlags() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getMetaFlags() - Method in class com.sleepycat.db.HashStats
-
TODO
- getMetaFlags() - Method in class com.sleepycat.db.QueueStats
-
TODO
- getMethodDescriptor(Type, Type[]) - Static method in class com.sleepycat.asm.Type
-
Returns the descriptor corresponding to the given argument and return
types.
- getMethodDescriptor(Method) - Static method in class com.sleepycat.asm.Type
-
Returns the descriptor corresponding to the given method.
- getMin() - Method in class com.sleepycat.db.SequenceStats
-
TODO
- getMinCommitperflush() - Method in class com.sleepycat.db.LogStats
-
TODO
- getMinKey() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getMinutes() - Method in class com.sleepycat.db.CheckpointConfig
-
Return the checkpoint time threshold, in minutes.
- getMmapSize() - Method in class com.sleepycat.db.CacheStats
-
TODO
- 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
-
- getMode() - Method in class com.sleepycat.db.LockRequest
-
Return the lock mode.
- getMode() - Method in class com.sleepycat.db.LogStats
-
TODO
- getModel() - Method in class com.sleepycat.persist.EntityStore
-
Returns the current entity model for this store.
- getModel() - Method in class com.sleepycat.persist.impl.Store
-
- getModel() - Method in class com.sleepycat.persist.raw.RawStore
-
Returns the last configured and stored entity model for this store.
- getModel() - Method in class com.sleepycat.persist.StoreConfig
-
Returns the entity model that defines entity classes and index keys.
- getMsgsBadgen() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getMsgsDropped() - Method in class com.sleepycat.db.ReplicationManagerStats
-
TODO
- getMsgsProcessed() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getMsgsQueued() - Method in class com.sleepycat.db.ReplicationManagerStats
-
TODO
- getMsgsRecover() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getMsgsSendFailures() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getMsgsSent() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getMultiKeyCreator() - Method in class com.sleepycat.db.SecondaryConfig
-
Returns the user-supplied object used for creating multi-valued secondary
keys.
- 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
-
TODO
- getMultiversionFrozen() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getMultiversionRef() - Method in class com.sleepycat.db.TransactionStats.Active
-
TODO
- getMultiversionThawed() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getMutations() - Method in class com.sleepycat.persist.EntityStore
-
Returns the set of mutations that were configured when the store was
opened, or if none were configured, the set of mutations that were
configured and stored previously.
- getMutations() - Method in class com.sleepycat.persist.impl.PersistCatalog
-
Returns the current merged mutations.
- getMutations() - Method in class com.sleepycat.persist.impl.Store
-
- getMutations() - Method in class com.sleepycat.persist.raw.RawStore
-
Returns the set of mutations that were configured and stored previously.
- getMutations() - Method in class com.sleepycat.persist.StoreConfig
-
Returns the configured mutations for performing lazy evolution of stored
instances.
- getMutexAlign() - Method in class com.sleepycat.db.MutexStats
-
TODO
- getMutexAlignment() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the mutex alignment, in bytes.
- getMutexCount() - Method in class com.sleepycat.db.MutexStats
-
TODO
- getMutexFree() - Method in class com.sleepycat.db.MutexStats
-
TODO
- getMutexIncrement() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the number of additional mutexes to allocate.
- getMutexInuse() - Method in class com.sleepycat.db.MutexStats
-
TODO
- getMutexInuseMax() - Method in class com.sleepycat.db.MutexStats
-
TODO
- getMutexStats(StatsConfig) - Method in class com.sleepycat.db.Environment
-
Return the database environment's mutex statistics.
- getMutexTasSpins() - Method in class com.sleepycat.db.MutexStats
-
TODO
- getMutexTestAndSetSpins() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the test-and-set spin count.
- getNaborts() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- getNactive() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- 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
-
TODO
- getName() - Method in class com.sleepycat.persist.model.FieldMetadata
-
Returns the field name.
- getName() - Method in interface com.sleepycat.persist.raw.RawField
-
Returns the name of the field.
- getNConverted() - Method in class com.sleepycat.persist.evolve.EvolveStats
-
The total number of entities converted during eager evolution.
- getNewName() - Method in class com.sleepycat.persist.evolve.Renamer
-
Returns the new class or field name specified in the constructor.
- getNewsites() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- 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.
- getNext(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- 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.
- getNextDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- getNextLsn() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- 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.
- getNextNoDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- getNextPages() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getNobjects() - Method in class com.sleepycat.db.LockStats
-
TODO
- 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
-
TODO
- 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.
- getNRead() - Method in class com.sleepycat.persist.evolve.EvolveStats
-
The total number of entities read during eager evolution.
- getNumBegins() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- getNumCache() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getNumCommits() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- getNumData() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getNumData() - Method in class com.sleepycat.db.HashStats
-
TODO
- getNumData() - Method in class com.sleepycat.db.QueueStats
-
TODO
- getNumDeadlocks() - Method in class com.sleepycat.db.LockStats
-
TODO
- getNumDowngrade() - Method in class com.sleepycat.db.LockStats
-
TODO
- getNumKeys() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getNumKeys() - Method in class com.sleepycat.db.HashStats
-
TODO
- getNumKeys() - Method in class com.sleepycat.db.QueueStats
-
TODO
- getNumLockers() - Method in class com.sleepycat.db.LockStats
-
TODO
- getNumLocks() - Method in class com.sleepycat.db.LockStats
-
TODO
- getNumLockTimeouts() - Method in class com.sleepycat.db.LockStats
-
TODO
- getNumModes() - Method in class com.sleepycat.db.LockStats
-
TODO
- getNumReleases() - Method in class com.sleepycat.db.LockStats
-
TODO
- getNumRequests() - Method in class com.sleepycat.db.LockStats
-
TODO
- getNumRestores() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- getNumSites() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getNumSnapshot() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- getNumThrottles() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getNumTxnTimeouts() - Method in class com.sleepycat.db.LockStats
-
TODO
- getNumUpgrade() - Method in class com.sleepycat.db.LockStats
-
TODO
- getObj() - Method in exception com.sleepycat.db.LockNotGrantedException
-
- getObj() - Method in class com.sleepycat.db.LockRequest
-
Return the lock object.
- getObjectsteals() - Method in class com.sleepycat.db.LockStats
-
TODO
- getObjsNowait() - Method in class com.sleepycat.db.LockStats
-
TODO
- getObjsWait() - Method in class com.sleepycat.db.LockStats
-
TODO
- getOffset() - Method in class com.sleepycat.asm.Label
-
Returns the offset corresponding to this label.
- 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
-
- getOp() - Method in class com.sleepycat.db.LockRequest
-
Return the lock operation.
- getOpcode(int) - Method in class com.sleepycat.asm.Type
-
Returns a JVM instruction opcode adapted to this Java type.
- getOrderCheckOnly() - Method in class com.sleepycat.db.VerifyConfig
-
- getOutdated() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getOverflows() - Method in class com.sleepycat.db.HashStats
-
TODO
- getOverPages() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getOverPagesFree() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- 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
-
TODO
- getPackedIntByteLength() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Returns the byte length of a packed integer.
- getPackedLongByteLength() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Returns the byte length of a packed long integer.
- getPageClean() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getPageCount() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getPageCount() - Method in class com.sleepycat.db.HashStats
-
TODO
- getPageCreate() - Method in class com.sleepycat.db.CacheFileStats
-
TODO
- getPageCreate() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getPageDirty() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getPageIn() - Method in class com.sleepycat.db.CacheFileStats
-
TODO
- getPageIn() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getPageOut() - Method in class com.sleepycat.db.CacheFileStats
-
TODO
- getPageOut() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getPages() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getPages() - Method in class com.sleepycat.db.QueueStats
-
TODO
- getPagesDuplicated() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getPagesExamine() - Method in class com.sleepycat.db.CompactStats
-
TODO
- getPagesFree() - Method in class com.sleepycat.db.CompactStats
-
TODO
- getPagesFree() - Method in class com.sleepycat.db.QueueStats
-
TODO
- getPageSize() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getPageSize() - Method in class com.sleepycat.db.CacheFileStats
-
TODO
- getPageSize() - Method in class com.sleepycat.db.CacheStats
-
TODO
- 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
-
TODO
- getPageSize() - Method in class com.sleepycat.db.QueueStats
-
TODO
- getPagesRecords() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getPagesRequested() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getPagesTruncated() - Method in class com.sleepycat.db.CompactStats
-
TODO
- getPageTrickle() - Method in class com.sleepycat.db.CacheStats
-
TODO
- 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
-
TODO
- 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.
- getPartitionDirs() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the array of directories the database extents should be created in or
looked for.
- getPartitionHandler() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the function to be called to determine which partition a key resides in.
- getPartitionKeys() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the array of keys the database is configured to partition with.
- getPartitionParts() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the number of partitions the database is configured for.
- getPartitions() - Method in class com.sleepycat.db.LockStats
-
TODO
- getPartMaxNowait() - Method in class com.sleepycat.db.LockStats
-
TODO
- getPartMaxWait() - Method in class com.sleepycat.db.LockStats
-
TODO
- getPartNowait() - Method in class com.sleepycat.db.LockStats
-
TODO
- getPartWait() - Method in class com.sleepycat.db.LockStats
-
TODO
- getPermFailed() - Method in class com.sleepycat.db.ReplicationManagerStats
-
TODO
- getPersistentFields() - Method in class com.sleepycat.persist.model.ClassMetadata
-
Returns an unmodifiable list of metadata for the persistent fields in
this class, or null if the default rules for persistent fields should be
used.
- getPid() - Method in class com.sleepycat.db.TransactionStats.Active
-
TODO
- 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.
- getPrev(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- 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.
- getPrevDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- getPreviousVersion() - Method in class com.sleepycat.persist.impl.Format
-
Returns the previous version of this format in the linked list of
versions, or null if this is the only version.
- 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.
- getPrevNoDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- getPrimaryConfig(Class) - Method in class com.sleepycat.persist.EntityStore
-
Returns the default primary database Berkeley DB engine API
configuration for an entity class.
- getPrimaryConfig(Class) - Method in class com.sleepycat.persist.impl.Store
-
- getPrimaryDatabase() - Method in class com.sleepycat.db.SecondaryDatabase
-
Returns the primary database associated with this secondary database.
- getPrimaryIndex(Class<PK>, Class<E>) - Method in class com.sleepycat.persist.EntityStore
-
Returns the primary index for a given entity class, opening it if
necessary.
- getPrimaryIndex(Class<PK>, String, Class<E>, String) - Method in class com.sleepycat.persist.impl.Store
-
A getPrimaryIndex with extra parameters for opening a raw store.
- getPrimaryIndex(String) - Method in class com.sleepycat.persist.raw.RawStore
-
Opens the primary index for a given entity class.
- getPrimaryIndex() - Method in class com.sleepycat.persist.SecondaryIndex
-
Returns the primary index associated with this secondary index.
- getPrimaryKey() - Method in class com.sleepycat.persist.model.ClassMetadata
-
Returns the primary key metadata for a key declared in this class, or
null if none is declared.
- getPrimaryKey() - Method in class com.sleepycat.persist.model.EntityMetadata
-
Returns the primary key metadata for this entity.
- getPrimitiveBinding(Class<T>) - 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.
- getPriority() - Method in class com.sleepycat.db.Cursor
-
Get the cache priority for pages referenced by the cursor.
- getPriority() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the the cache priority for pages referenced by this handle.
- getPrivate() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment is configured to only be accessed
by a single process.
- getPrivateDbEnv() - Method in class com.sleepycat.db.internal.Db
-
- getProxiedClassName() - Method in class com.sleepycat.persist.model.ClassMetadata
-
Returns the class name of the proxied class if this class is a
PersistentProxy
, or null otherwise.
- 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.
- getRawType(String) - Method in class com.sleepycat.persist.model.EntityModel
-
Returns the type information for the current version of a given class,
or null if the class is not currently persistent.
- getRawTypeVersion(String, int) - Method in class com.sleepycat.persist.model.EntityModel
-
Returns the type information for a given version of a given class,
or null if the given version of the class is unknown.
- getRCount() - Method in class com.sleepycat.db.LogStats
-
TODO
- 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
-
- getReadLongLength(byte[], int) - Static method in class com.sleepycat.util.PackedInteger
-
- getReadLsn() - Method in class com.sleepycat.db.TransactionStats.Active
-
TODO
- getReadOnly() - Method in class com.sleepycat.db.DatabaseConfig
-
Return true if the database is configured in read-only mode.
- getReadOnly() - Method in class com.sleepycat.persist.StoreConfig
-
Returns the read-only configuration property.
- getReadUncommitted(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- 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
-
TODO
- 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) - Static method in class com.sleepycat.compat.DbCompat
-
- 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
-
TODO
- getRegionNowait() - Method in class com.sleepycat.db.LockStats
-
TODO
- getRegionNowait() - Method in class com.sleepycat.db.LogStats
-
TODO
- getRegionNowait() - Method in class com.sleepycat.db.MutexStats
-
TODO
- getRegionNowait() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- getRegionWait() - Method in class com.sleepycat.db.CacheStats
-
TODO
- getRegionWait() - Method in class com.sleepycat.db.LockStats
-
TODO
- getRegionWait() - Method in class com.sleepycat.db.LogStats
-
TODO
- getRegionWait() - Method in class com.sleepycat.db.MutexStats
-
TODO
- getRegionWait() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- 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
-
TODO
- getRegSize() - Method in class com.sleepycat.db.LockStats
-
TODO
- getRegSize() - Method in class com.sleepycat.db.LogStats
-
TODO
- getRegSize() - Method in class com.sleepycat.db.MutexStats
-
TODO
- getRegSize() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- getRelatedEntity() - Method in class com.sleepycat.persist.model.SecondaryKeyMetadata
-
Returns the class name of the related (foreign) entity, for which
foreign key constraints are specified using the
SecondaryKey.relatedEntity()
annotation.
- getRelationship() - Method in class com.sleepycat.persist.model.SecondaryKeyMetadata
-
Returns the relationship between instances of the entity class and the
secondary keys.
- getReLen() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getReLen() - Method in class com.sleepycat.db.QueueStats
-
TODO
- getRenamer(String, int, String) - Method in class com.sleepycat.persist.evolve.Mutations
-
Returns the renamer mutation for the given class, version and field, or
null if none exists.
- getRenamers() - Method in class com.sleepycat.persist.evolve.Mutations
-
Returns an unmodifiable collection of all renamer mutations.
- getRenumbering(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- 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
-
TODO
- getRePad() - Method in class com.sleepycat.db.QueueStats
-
TODO
- getReplicationClockskewFast() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the current clock skew value for the fastest clock in the group of sites.
- getReplicationClockskewSlow() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the current clock skew value for the slowest clock in the group of sites.
- getReplicationConfig(ReplicationConfig) - Method in class com.sleepycat.db.Environment
-
Get the configuration of the replication subsystem.
- getReplicationLimit() - Method in class com.sleepycat.db.EnvironmentConfig
-
- 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.
- getReplicationManagerSiteList() - Method in class com.sleepycat.db.Environment
-
Return an array of all sites known to the replication manager.
- getReplicationManagerStats(StatsConfig) - Method in class com.sleepycat.db.Environment
-
Return the database environment's replication manager statistics.
- 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 threshold for the maximum amount of time that a client waits before
requesting retransmission of a missed message.
- getReplicationRequestMin() - Method in class com.sleepycat.db.EnvironmentConfig
-
Get the threshold for the minimum amount of time that a client waits before
requesting retransmission of a missed message.
- 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
-
Gets the 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.
- getResolvedModel() - Method in class com.sleepycat.persist.impl.PersistCatalog
-
Returns the model parameter, default model or stored model.
- getReturnType(String) - Static method in class com.sleepycat.asm.Type
-
Returns the Java type corresponding to the return type of the given
method descriptor.
- getReturnType(Method) - Static method in class com.sleepycat.asm.Type
-
Returns the Java type corresponding to the return type of the given
method.
- getReuseBuffer() - Method in class com.sleepycat.db.DatabaseEntry
-
Return true if the whether the entry is configured to reuse the buffer.
- 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
-
TODO
- 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
-
TODO
- 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
-
TODO
- 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.
- getSearchBoth(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- 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.
- getSearchBothRange(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- 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.
- getSearchKey(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- 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.
- getSearchKeyRange(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- getSearchRecordNumber(Cursor, DatabaseEntry, DatabaseEntry, LockMode) - Static method in class com.sleepycat.compat.DbCompat
-
- getSearchRecordNumber(SecondaryCursor, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Static method in class com.sleepycat.compat.DbCompat
-
- getSearchRecordNumber(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
-
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.
- getSearchRecordNumber(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.util.keyrange.RangeCursor
-
- getSecondaryBulkLoad() - Method in class com.sleepycat.persist.StoreConfig
-
Returns the bulk-load-secondaries configuration property.
- getSecondaryConfig() - Method in class com.sleepycat.db.SecondaryDatabase
-
Returns a copy of the secondary configuration of this database.
- getSecondaryConfig(Class, String) - Method in class com.sleepycat.persist.EntityStore
-
Returns the default secondary database Berkeley DB engine API
configuration for an entity class and key name.
- getSecondaryConfig(Class, String) - Method in class com.sleepycat.persist.impl.Store
-
- getSecondaryDatabase() - Method in class com.sleepycat.db.SecondaryCursor
-
Return the SecondaryDatabase handle associated with this Cursor.
- getSecondaryIndex(PrimaryIndex<PK, E>, Class<SK>, String) - Method in class com.sleepycat.persist.EntityStore
-
Returns a secondary index for a given primary index and secondary key,
opening it if necessary.
- getSecondaryIndex(PrimaryIndex<PK, E1>, Class<E2>, String, Class<SK>, String, String) - Method in class com.sleepycat.persist.impl.Store
-
A getSecondaryIndex with extra parameters for opening a raw store.
- getSecondaryIndex(String, String) - Method in class com.sleepycat.persist.raw.RawStore
-
Opens the secondary index for a given entity class and secondary key
name.
- getSecondaryKeys() - Method in class com.sleepycat.persist.model.ClassMetadata
-
Returns an unmodifiable map of key name (which may be different from
field name) to secondary key metadata for all secondary keys declared in
this class, or null if no secondary keys are declared in this class.
- getSecondaryKeys() - Method in class com.sleepycat.persist.model.EntityMetadata
-
Returns an unmodifiable map of key name to secondary key metadata, or
an empty map if no secondary keys are defined for this entity.
- getSegmentId() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the base segment ID.
- getSequence(String) - Method in class com.sleepycat.persist.EntityStore
-
Returns a named sequence for using Berkeley DB engine API directly,
opening it if necessary.
- getSequence(String) - Method in class com.sleepycat.persist.impl.Store
-
- getSequenceConfig(String) - Method in class com.sleepycat.persist.EntityStore
-
Returns the default Berkeley DB engine API configuration for a named key
sequence.
- getSequenceConfig(String) - Method in class com.sleepycat.persist.impl.Store
-
- getSequenceName() - Method in class com.sleepycat.persist.model.PrimaryKeyMetadata
-
Returns the name of the sequence for assigning key values.
- getSerialBufferSize() - Method in class com.sleepycat.bind.serial.SerialBase
-
Returns the initial byte size of the output buffer.
- getSerialOutput(Object) - Method in class com.sleepycat.bind.serial.SerialBase
-
Returns an empty SerialOutput instance that will be used by the serial
binding or key creator.
- getSingleKey() - Method in class com.sleepycat.util.keyrange.KeyRange
-
Returns the key of a single-key range, or null if not a single-key
range.
- getSize() - Method in class com.sleepycat.asm.Type
-
Returns the size of values of this type.
- getSize() - Method in class com.sleepycat.db.DatabaseEntry
-
Return the byte size of the data array.
- getSnapshot() - Method in class com.sleepycat.db.CursorConfig
-
Return if read operations performed by the cursor are configured to return
data as it was when the cursor was opened, without locking.
- 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.
- getSort() - Method in class com.sleepycat.asm.Type
-
Returns the sort of this Java type.
- getSortedDuplicates(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- getSortedDuplicates() - Method in class com.sleepycat.db.DatabaseConfig
-
Return true if the database is configured to support sorted duplicate data
items.
- getStartSyncDelayed() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getStartupComplete() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- GETSTATIC - Static variable in interface com.sleepycat.asm.Opcodes
-
- 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.
- getStats() - Method in class com.sleepycat.persist.evolve.EvolveEvent
-
The cummulative statistics gathered during eager evolution.
- getStatus() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getStatus() - Method in class com.sleepycat.db.TransactionStats.Active
-
TODO
- getStoreName() - Method in class com.sleepycat.persist.EntityStore
-
Returns the name of this store.
- getStoreName() - Method in class com.sleepycat.persist.impl.Store
-
- getStoreName() - Method in class com.sleepycat.persist.raw.RawStore
-
Returns the name of this store.
- 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.
- getSubclassIndex(PrimaryIndex<PK, E1>, Class<E2>, Class<SK>, String) - Method in class com.sleepycat.persist.EntityStore
-
Returns a secondary index for a secondary key in an entity subclass,
opening it if necessary.
- getSuper() - Method in class com.sleepycat.persist.raw.RawObject
-
Returns the instance of the superclass, or null if the superclass is
Object
or Enum
.
- getSuperType() - Method in class com.sleepycat.persist.impl.Format
-
- getSuperType() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns the type of the superclass, or null if the superclass is Object
or this is not a complex type (in other words, this is a simple type or
an array type).
- getSync() - Method in class com.sleepycat.db.TransactionConfig
-
Return if the transaction is configured to write and synchronously
flush the log it when commits.
- getSyncInterrupted() - Method in class com.sleepycat.db.CacheStats
-
TODO
- 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
-
- getThreaded() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the handle is configured to be free-threaded.
- getThreadTransaction(Environment) - Static method in class com.sleepycat.compat.DbCompat
-
- getTimeCkp() - Method in class com.sleepycat.db.TransactionStats
-
TODO
- 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.
- 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.
- getTransactional() - Method in class com.sleepycat.persist.StoreConfig
-
Returns the transactional configuration property.
- getTransactionConfig() - Method in class com.sleepycat.collections.TransactionRunner
-
- 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.
- getTupleOutput(BigInteger) - Method in class com.sleepycat.bind.tuple.BigIntegerBinding
-
- getTupleOutput(Boolean) - Method in class com.sleepycat.bind.tuple.BooleanBinding
-
- getTupleOutput(Byte) - Method in class com.sleepycat.bind.tuple.ByteBinding
-
- getTupleOutput(Character) - Method in class com.sleepycat.bind.tuple.CharacterBinding
-
- getTupleOutput(Double) - Method in class com.sleepycat.bind.tuple.DoubleBinding
-
- getTupleOutput(Float) - Method in class com.sleepycat.bind.tuple.FloatBinding
-
- getTupleOutput(Integer) - Method in class com.sleepycat.bind.tuple.IntegerBinding
-
- getTupleOutput(Long) - Method in class com.sleepycat.bind.tuple.LongBinding
-
- getTupleOutput(Short) - Method in class com.sleepycat.bind.tuple.ShortBinding
-
- getTupleOutput(Double) - Method in class com.sleepycat.bind.tuple.SortedDoubleBinding
-
- getTupleOutput(Float) - Method in class com.sleepycat.bind.tuple.SortedFloatBinding
-
- getTupleOutput(String) - Method in class com.sleepycat.bind.tuple.StringBinding
-
- getTupleOutput(E) - Method in class com.sleepycat.bind.tuple.TupleBase
-
Returns an empty TupleOutput instance that will be used by the tuple
binding or key creator.
- getTxnarray() - Method in class com.sleepycat.db.TransactionStats
-
- getTxnId() - Method in class com.sleepycat.db.TransactionStats.Active
-
TODO
- 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.
- getTxnNoWait() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the transactions have been configured to not wait for locks by default.
- getTxnsApplied() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- 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
-
TODO
- 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(String) - Static method in class com.sleepycat.asm.Type
-
Returns the Java type corresponding to the given type descriptor.
- getType(Class) - Static method in class com.sleepycat.asm.Type
-
Returns the Java type corresponding to the given class.
- getType() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the type of the database.
- getType() - Method in interface com.sleepycat.persist.raw.RawField
-
Returns the type of the field, without expanding parameterized types,
or null if the type is an interface type or the Object class.
- getType() - Method in class com.sleepycat.persist.raw.RawObject
-
Returns the raw type information for this raw object.
- 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(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- 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
-
TODO
- getValues() - Method in class com.sleepycat.persist.raw.RawObject
-
Returns a map of field name to value for a complex type, or null for an
array type or an enum type.
- getVerbose(VerboseConfig) - Method in class com.sleepycat.db.EnvironmentConfig
-
Return if the database environment is configured to display
a given type of verbose information.
- getVerbose() - Method in class com.sleepycat.persist.model.ClassEnhancer
-
Gets verbose mode.
- getVerboseDeadlock() - Method in class com.sleepycat.db.EnvironmentConfig
-
- getVerboseRecovery() - Method in class com.sleepycat.db.EnvironmentConfig
-
- getVerboseRegister() - Method in class com.sleepycat.db.EnvironmentConfig
-
- getVerboseReplication() - Method in class com.sleepycat.db.EnvironmentConfig
-
- getVerboseWaitsFor() - Method in class com.sleepycat.db.EnvironmentConfig
-
- getVersion() - Method in class com.sleepycat.db.BtreeStats
-
TODO
- getVersion() - Method in class com.sleepycat.db.HashStats
-
TODO
- getVersion() - Method in class com.sleepycat.db.LogStats
-
TODO
- getVersion() - Method in class com.sleepycat.db.QueueStats
-
TODO
- getVersion() - Method in class com.sleepycat.persist.impl.Format
-
- getVersion() - Method in class com.sleepycat.persist.model.ClassMetadata
-
Returns the version of this persistent class.
- getVersion() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns the class version for this type.
- 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
-
TODO
- getWait() - Method in class com.sleepycat.db.TransactionConfig
-
Return if the transaction is configured to wait if a lock
request cannot be immediately granted.
- getWaitingLsn() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getWaitingPages() - Method in class com.sleepycat.db.ReplicationStats
-
TODO
- getWBytes() - Method in class com.sleepycat.db.LogStats
-
TODO
- getWcBytes() - Method in class com.sleepycat.db.LogStats
-
TODO
- getWcMbytes() - Method in class com.sleepycat.db.LogStats
-
TODO
- getWCount() - Method in class com.sleepycat.db.LogStats
-
TODO
- getWCountFill() - Method in class com.sleepycat.db.LogStats
-
TODO
- getWMbytes() - Method in class com.sleepycat.db.LogStats
-
TODO
- 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(CursorConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- 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
-
- getWriteLongLength(long) - Static method in class com.sleepycat.util.PackedInteger
-
- getWriteNoSync() - Method in class com.sleepycat.db.TransactionConfig
-
Return if the transaction is configured to write but not synchronously
flush the log it when commits.
- 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.
- GOTO - Static variable in interface com.sleepycat.asm.Opcodes
-
- greater - Variable in class com.sleepycat.db.KeyRange
-
A value between 0 and 1, the proportion of keys greater than the
specified key.
- RANDOM - Static variable in class com.sleepycat.db.LockDetectMode
-
Reject the lock request for a random locker ID.
- RangeCursor - Class in com.sleepycat.util.keyrange
-
A cursor-like interface that enforces a key range.
- RangeCursor(KeyRange, KeyRange, boolean, Cursor) - Constructor for class com.sleepycat.util.keyrange.RangeCursor
-
Creates a range cursor with a duplicate range.
- RawField - Interface in com.sleepycat.persist.raw
-
The definition of a field in a
RawType
.
- RawObject - Class in com.sleepycat.persist.raw
-
- RawObject(RawType, Map<String, Object>, RawObject) - Constructor for class com.sleepycat.persist.raw.RawObject
-
Creates a raw object with a given set of field values for a complex
type.
- RawObject(RawType, Object[]) - Constructor for class com.sleepycat.persist.raw.RawObject
-
Creates a raw object with the given array elements for an array type.
- RawObject(RawType, String) - Constructor for class com.sleepycat.persist.raw.RawObject
-
Creates a raw object with the given enum value for an enum type.
- RawStore - Class in com.sleepycat.persist.raw
-
Provides access to the raw data in a store for use by general purpose tools.
- RawStore(Environment, String, StoreConfig) - Constructor for class com.sleepycat.persist.raw.RawStore
-
Opens an entity store for raw data access.
- RawType - Interface in com.sleepycat.persist.raw
-
The type definition for a simple or complex persistent type, or an array
of persistent types.
- read(ClassReader, int, int, char[], int, Label[]) - Method in class com.sleepycat.asm.Attribute
-
- 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.
- readArrayLength() - Method in interface com.sleepycat.persist.impl.EntityInput
-
Called by ObjectArrayFormat and PrimitiveArrayFormat to read the array
length.
- readBigInteger() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Reads a BigInteger
.
- readBigInteger() - Method in interface com.sleepycat.persist.impl.EntityInput
-
- 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.
- readBoolean() - Method in interface com.sleepycat.persist.impl.EntityInput
-
- readByte(int) - Method in class com.sleepycat.asm.ClassReader
-
- readByte() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Reads a signed byte (one byte) value from the buffer.
- readByte() - Method in interface com.sleepycat.persist.impl.EntityInput
-
- readBytes(int) - Method in class com.sleepycat.bind.tuple.TupleInput
-
Reads the specified number of bytes from the buffer, converting each
unsigned byte value to a character of the resulting string.
- readBytes(char[]) - Method in class com.sleepycat.bind.tuple.TupleInput
-
Reads the specified number of bytes from the buffer, converting each
unsigned byte value to a character of the resulting array.
- readChar() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Reads a char (two byte) unsigned value from the buffer.
- readChar() - Method in interface com.sleepycat.persist.impl.EntityInput
-
- 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.
- readClass(int, char[]) - Method in class com.sleepycat.asm.ClassReader
-
Reads a class constant pool item in
b
.
- readClassDescriptor() - Method in class com.sleepycat.bind.serial.SerialInput
-
- readCompositeKeyFields(Object, EntityInput) - Method in class com.sleepycat.persist.impl.EnhancedAccessor
-
- readConst(int, char[]) - Method in class com.sleepycat.asm.ClassReader
-
Reads a numeric or string constant pool item in
b
.
- readDouble() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Reads a signed double (eight byte) value from the buffer.
- readEnumConstant(String[]) - Method in interface com.sleepycat.persist.impl.EntityInput
-
Called by EnumFormat to read and return index of the enum constant.
- 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(int) - Method in class com.sleepycat.asm.ClassReader
-
Reads a signed int value in
b
.
- readInt() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Reads a signed int (four byte) value from the buffer.
- readInt() - Method in interface com.sleepycat.persist.impl.EntityInput
-
- readInt(byte[], int) - Static method in class com.sleepycat.util.PackedInteger
-
Reads a packed integer at the given buffer offset and returns it.
- readKeyObject(Format) - Method in interface com.sleepycat.persist.impl.EntityInput
-
Called for a primary key field or a composite key field with a reference
type.
- readLong(int) - Method in class com.sleepycat.asm.ClassReader
-
Reads a signed long value in
b
.
- readLong() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Reads a signed long (eight byte) value from the buffer.
- readLong() - Method in interface com.sleepycat.persist.impl.EntityInput
-
- readLong(byte[], int) - Static method in class com.sleepycat.util.PackedInteger
-
Reads a packed long integer at the given buffer offset and returns it.
- readNonKeyFields(Object, EntityInput, int, int, int) - Method in class com.sleepycat.persist.impl.EnhancedAccessor
-
- readObject(Object, EntityInput, boolean) - Method in class com.sleepycat.persist.impl.ComplexFormat
-
- readObject(Object, EntityInput, boolean) - Method in class com.sleepycat.persist.impl.CompositeKeyFormat
-
- readObject(Object, EntityInput, boolean) - Method in class com.sleepycat.persist.impl.ConverterReader
-
- readObject() - Method in interface com.sleepycat.persist.impl.EntityInput
-
Called via Accessor to read all fields with reference types, except for
the primary key field and composite key fields (see readKeyObject
below).
- readObject(Object, EntityInput, boolean) - Method in class com.sleepycat.persist.impl.EnumFormat
-
- readObject(Object, EntityInput, boolean) - Method in class com.sleepycat.persist.impl.Format
-
Called after newInstance() to read the rest of the data bytes and fill
in the object contents.
- readObject(Object, EntityInput, boolean) - Method in class com.sleepycat.persist.impl.ObjectArrayFormat
-
- readObject(Object, EntityInput, boolean) - Method in class com.sleepycat.persist.impl.PrimitiveArrayFormat
-
- readObject(Object, EntityInput, boolean) - Method in class com.sleepycat.persist.impl.ProxiedFormat
-
- readObject(Object, EntityInput, boolean) - Method in class com.sleepycat.persist.impl.SimpleFormat
-
- readPackedInt() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Reads a packed integer.
- readPackedLong() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Reads a packed long integer.
- readPriKey(Object, EntityInput, boolean) - Method in class com.sleepycat.persist.impl.ComplexFormat
-
- readPriKey(Object, EntityInput, boolean) - Method in class com.sleepycat.persist.impl.ConverterReader
-
- readPriKey(Object, EntityInput, boolean) - Method in class com.sleepycat.persist.impl.Format
-
Reads the primary key from the given input bytes and sets the primary
key field in the given object.
- readPriKeyField(Object, EntityInput) - Method in class com.sleepycat.persist.impl.EnhancedAccessor
-
- readSecKeyFields(Object, EntityInput, int, int, int) - Method in class com.sleepycat.persist.impl.EnhancedAccessor
-
- readShort(int) - Method in class com.sleepycat.asm.ClassReader
-
Reads a signed short value in
b
.
- readShort() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Reads a signed short (two byte) value from the buffer.
- readShort() - Method in interface com.sleepycat.persist.impl.EntityInput
-
- 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.
- readSortedDouble() - Method in interface com.sleepycat.persist.impl.EntityInput
-
- 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.
- readSortedFloat() - Method in interface com.sleepycat.persist.impl.EntityInput
-
- 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.
- readString() - Method in interface com.sleepycat.persist.impl.EntityInput
-
- 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(int) - Method in class com.sleepycat.asm.ClassReader
-
Reads an unsigned short value in
b
.
- readUnsignedShort() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Reads an unsigned short (two byte) value from the buffer.
- readUTF8(int, char[]) - Method in class com.sleepycat.asm.ClassReader
-
Reads an UTF8 string constant pool item in
b
.
- RECNO - Static variable in class com.sleepycat.db.DatabaseType
-
The database is a Recno.
- RECNO_METHOD - Static variable in class com.sleepycat.compat.DbCompat
-
- 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
-
- RECOVERY - Static variable in class com.sleepycat.db.VerboseConfig
-
Display additional information when performing recovery.
- 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
-
- REGISTER - Static variable in class com.sleepycat.db.VerboseConfig
-
- registerClass(String, Enhanced) - Static method in class com.sleepycat.persist.impl.EnhancedAccessor
-
Registers a prototype instance, and should be called during
initialization of the prototype class.
- registerClass(Class) - Method in class com.sleepycat.persist.model.EntityModel
-
Registers a persistent class, most importantly, a
PersistentProxy
class or entity subclass.
- registerPriKeyObject(Object) - Method in interface com.sleepycat.persist.impl.EntityInput
-
Called via Accessor.readSecKeyFields for a primary key field with a
reference type.
- registerPriKeyObject(Object) - Method in interface com.sleepycat.persist.impl.EntityOutput
-
Called via Accessor.writeSecKeyFields for a primary key field with a
reference type.
- Relationship - Enum in com.sleepycat.persist.model
-
Defines the relationship between instances of the entity class and the
secondary keys.
- remove(Object) - Method in class com.sleepycat.collections.StoredEntrySet
-
Removes the specified element from this set if it is present (optional
operation).
- remove() - Method in class com.sleepycat.collections.StoredIterator
-
Removes the last element that was returned by next or previous (optional
operation).
- remove(Object) - Method in class com.sleepycat.collections.StoredKeySet
-
Removes the specified key from this set if it is present (optional
operation).
- remove(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, Object) - Method in class com.sleepycat.collections.StoredMap
-
Remove entry for key only if currently mapped to given value.
- 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.
- remove(String, String, int) - Method in class com.sleepycat.db.internal.Db
-
- remove(String, int) - Method in class com.sleepycat.db.internal.DbEnv
-
- remove(DbTxn, int) - Method in class com.sleepycat.db.internal.DbSequence
-
- removeAll(Collection<?>) - Method in class com.sleepycat.collections.StoredCollection
-
Removes all this collection's elements that are also contained in the
specified collection (optional operation).
- removeDatabase(Environment, Transaction, String, String) - Static method in class com.sleepycat.compat.DbCompat
-
- removeDatabase(Transaction, String, String) - Method in class com.sleepycat.db.Environment
-
Remove a database.
- removeOldLogFiles() - Method in class com.sleepycat.db.Environment
-
Remove log files that are no longer needed.
- removeSequence(Transaction, DatabaseEntry, SequenceConfig) - Method in class com.sleepycat.db.Database
-
Remove the sequence from the database.
- rename(String, String, String, DatabaseConfig) - Static method in class com.sleepycat.db.Database
-
Rename a database.
- rename(String, String, String, int) - Method in class com.sleepycat.db.internal.Db
-
- renameDatabase(Environment, Transaction, String, String, String, String) - Static method in class com.sleepycat.compat.DbCompat
-
- renameDatabase(Transaction, String, String, String) - Method in class com.sleepycat.db.Environment
-
Rename a database.
- Renamer - Class in com.sleepycat.persist.evolve
-
A mutation for renaming a class or field without changing the instance or
field value.
- Renamer(String, int, String) - Constructor for class com.sleepycat.persist.evolve.Renamer
-
Creates a mutation for renaming the class of all instances of the given
class version.
- Renamer(String, int, String, String) - Constructor for class com.sleepycat.persist.evolve.Renamer
-
Creates a mutation for renaming the given field for all instances of the
given class version.
- REP_CLIENT - Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
-
Start as a client site, and do not call for an election.
- REP_CLIENT - Static variable in class com.sleepycat.db.ReplicationStats
-
- rep_elect(int, int, int) - Method in class com.sleepycat.db.internal.DbEnv
-
- 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_flush() - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_get_clockskew_fast() - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_get_clockskew_slow() - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_get_config(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_get_limit() - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_get_nsites() - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_get_priority() - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_get_request_max() - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_get_request_min() - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_get_timeout(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- REP_MASTER - Static variable in class com.sleepycat.db.ReplicationManagerStartPolicy
-
Start as a master site, and do not call for an election.
- REP_MASTER - Static variable in class com.sleepycat.db.ReplicationStats
-
- REP_NONE - Static variable in class com.sleepycat.db.ReplicationStats
-
- rep_process_message(DatabaseEntry, DatabaseEntry, int, LogSequenceNumber) - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_clockskew(int, int) - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_config(int, boolean) - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_limit(long) - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_nsites(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_priority(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_request(int, int) - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_timeout(int, long) - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_set_transport(int, ReplicationTransport) - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_start(DatabaseEntry, int) - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_stat(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- rep_sync(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- replace(K, V) - Method in class com.sleepycat.collections.StoredMap
-
Replace entry for key only if currently mapped to some value.
- replace(K, V, V) - Method in class com.sleepycat.collections.StoredMap
-
Replace entry for key only if currently mapped to given value.
- REPLICATION - Static variable in class com.sleepycat.db.VerboseConfig
-
Display all detailed information about replication.
- REPLICATION_ELECTION - Static variable in class com.sleepycat.db.VerboseConfig
-
Display detailed information about replication elections.
- REPLICATION_LEASE - Static variable in class com.sleepycat.db.VerboseConfig
-
Display detailed information about replication master leases.
- REPLICATION_MISC - Static variable in class com.sleepycat.db.VerboseConfig
-
Display detailed information about general replication processing not
covered by the other REPLICATION_* values.
- REPLICATION_MSGS - Static variable in class com.sleepycat.db.VerboseConfig
-
Display detailed information about replication message processing.
- REPLICATION_SYNC - Static variable in class com.sleepycat.db.VerboseConfig
-
Display detailed information about replication client synchronization.
- REPLICATION_TEST - Static variable in class com.sleepycat.db.VerboseConfig
-
Display temporary replication test information.
- 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 with user defined host and port information.
- 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).
- ReplicationLeaseExpiredException - Exception in com.sleepycat.db
-
Thrown if a master lease has expired.
- ReplicationLeaseTimeoutException - Exception in com.sleepycat.db
-
Thrown if a master lease has timed out.
- 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 policyto use
when transmitting messages between replication sites using theReplication
Manager.
- replicationManagerAddRemoteSite(ReplicationHostAddress, boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Add a remote site to a replication group.
- ReplicationManagerSiteInfo - Class in com.sleepycat.db
-
A simple wrapper class to hold information needed to define a replication site.
- ReplicationManagerSiteInfo(ReplicationHostAddress, int) - Constructor for class com.sleepycat.db.ReplicationManagerSiteInfo
-
Create a ReplicationManagerSiteInfo with the given information, isConnected defaults to false.
- ReplicationManagerSiteInfo(ReplicationHostAddress, int, boolean) - Constructor for class com.sleepycat.db.ReplicationManagerSiteInfo
-
Create a ReplicationManagerSiteInfo with the given information.
- replicationManagerStart(int, ReplicationManagerStartPolicy) - Method in class com.sleepycat.db.Environment
-
Starts the replication manager.
- ReplicationManagerStartPolicy - Class in com.sleepycat.db
-
- ReplicationManagerStats - Class in com.sleepycat.db
-
Replication Manager statistics for a database environment.
- 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 beconfigured 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.
- repmgr_add_remote_site(String, int, int) - Method in class com.sleepycat.db.internal.DbEnv
-
- REPMGR_CONNFAIL - Static variable in class com.sleepycat.db.VerboseConfig
-
Display detailed information about Replication Manager connection failures.
- repmgr_get_ack_policy() - Method in class com.sleepycat.db.internal.DbEnv
-
- REPMGR_MISC - Static variable in class com.sleepycat.db.VerboseConfig
-
Display detailed information about genereal Replication Manager processing.
- repmgr_set_ack_policy(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- repmgr_set_local_site(String, int, int) - Method in class com.sleepycat.db.internal.DbEnv
-
- repmgr_site_list() - Method in class com.sleepycat.db.internal.DbEnv
-
- repmgr_start(int, int) - Method in class com.sleepycat.db.internal.DbEnv
-
- repmgr_stat(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- reset() - Method in class com.sleepycat.util.FastInputStream
-
- reset() - Method in class com.sleepycat.util.FastOutputStream
-
- resetFileID(String, boolean) - Method in class com.sleepycat.db.Environment
-
Allows database files to be copied, and then the copy used in the same
database environment as the original.
- resetLogSequenceNumber(String, boolean) - Method in class com.sleepycat.db.Environment
-
Allows database files to be moved from one transactional database
environment to another.
- resolveClass(ObjectStreamClass) - Method in class com.sleepycat.bind.serial.SerialInput
-
- RET - Static variable in interface com.sleepycat.asm.Opcodes
-
- 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).
- RETURN - Static variable in interface com.sleepycat.asm.Opcodes
-
- 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
-
- 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
-
- SALOAD - Static variable in interface com.sleepycat.asm.Opcodes
-
- SASTORE - Static variable in interface com.sleepycat.asm.Opcodes
-
- SECONDARIES - Static variable in class com.sleepycat.compat.DbCompat
-
- 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.
- SecondaryIndex<SK,PK,E> - Class in com.sleepycat.persist
-
The secondary index for an entity class and a secondary key.
- SecondaryIndex(SecondaryDatabase, Database, PrimaryIndex<PK, E>, Class<SK>, EntryBinding<SK>) - Constructor for class com.sleepycat.persist.SecondaryIndex
-
Creates a secondary index without using an EntityStore
.
- SecondaryKey - Annotation Type in com.sleepycat.persist.model
-
Indicates a secondary key field of an entity class.
- SecondaryKeyCreator - Interface in com.sleepycat.db
-
The interface implemented for extracting single-valued secondary keys from
primary records.
- SecondaryKeyMetadata - Class in com.sleepycat.persist.model
-
The metadata for a secondary key field.
- SecondaryKeyMetadata(String, String, String, String, String, Relationship, String, DeleteAction) - Constructor for class com.sleepycat.persist.model.SecondaryKeyMetadata
-
Used by an EntityModel
to construct secondary key metadata.
- SecondaryMultiKeyCreator - Interface in com.sleepycat.db
-
The interface implemented for extracting multi-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.
- SEPARATE_DATABASE_FILES - Static variable in class com.sleepycat.compat.DbCompat
-
- 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<E> - Class in com.sleepycat.bind.serial
-
A concrete EntryBinding
that treats a key or data entry as
a serialized object.
- SerialBinding(ClassCatalog, Class<E>) - 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<K,D,E> - 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<K>, Class<D>) - Constructor for class com.sleepycat.bind.serial.SerialSerialBinding
-
Creates a serial-serial entity binding.
- SerialSerialBinding(SerialBinding<K>, SerialBinding<D>) - Constructor for class com.sleepycat.bind.serial.SerialSerialBinding
-
Creates a serial-serial entity binding.
- SerialSerialKeyCreator<PK,D,SK> - Class in com.sleepycat.bind.serial
-
A abstract key creator that uses a serial key and a serial data entry.
- SerialSerialKeyCreator(ClassCatalog, Class<PK>, Class<D>, Class<SK>) - Constructor for class com.sleepycat.bind.serial.SerialSerialKeyCreator
-
Creates a serial-serial key creator.
- SerialSerialKeyCreator(SerialBinding<PK>, SerialBinding<D>, SerialBinding<SK>) - Constructor for class com.sleepycat.bind.serial.SerialSerialKeyCreator
-
Creates a serial-serial entity binding.
- set(E) - Method in class com.sleepycat.collections.StoredIterator
-
Replaces the last element returned by next or previous with the
specified element (optional operation).
- set(int, E) - 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.
- set_app_dispatch(LogRecordHandler) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_append_recno(RecordNumberAppender) - Method in class com.sleepycat.db.internal.Db
-
- set_bt_compare(Comparator) - Method in class com.sleepycat.db.internal.Db
-
- set_bt_compress(BtreeCompressor, BtreeCompressor) - Method in class com.sleepycat.db.internal.Db
-
- set_bt_minkey(int) - Method in class com.sleepycat.db.internal.Db
-
- set_bt_prefix(BtreePrefixCalculator) - Method in class com.sleepycat.db.internal.Db
-
- set_cache_max(long) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_cachesize(long, int) - Method in class com.sleepycat.db.internal.Db
-
- set_cachesize(long, int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_cachesize(int) - Method in class com.sleepycat.db.internal.DbSequence
-
- set_create_dir(String) - Method in class com.sleepycat.db.internal.Db
-
- set_create_dir(String) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_data_dir(String) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_dup_compare(Comparator) - Method in class com.sleepycat.db.internal.Db
-
- set_encrypt(String, int) - Method in class com.sleepycat.db.internal.Db
-
- set_encrypt(String, int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_errcall(ErrorHandler) - Method in class com.sleepycat.db.internal.Db
-
- set_errcall(ErrorHandler) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_error_stream(OutputStream) - Method in class com.sleepycat.db.internal.Db
-
- set_error_stream(OutputStream) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_errpfx(String) - Method in class com.sleepycat.db.internal.Db
-
- set_errpfx(String) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_event_notify(EventHandler) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_feedback(FeedbackHandler) - Method in class com.sleepycat.db.internal.Db
-
- set_feedback(FeedbackHandler) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_flags(int) - Method in class com.sleepycat.db.internal.Db
-
- set_flags(int, boolean) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_flags(int, boolean) - Method in class com.sleepycat.db.internal.DbMpoolFile
-
- set_flags(int) - Method in class com.sleepycat.db.internal.DbSequence
-
- set_foreignmultikey_nullifier(ForeignMultiKeyNullifier) - Method in class com.sleepycat.db.internal.Db
-
- set_h_compare(Comparator) - Method in class com.sleepycat.db.internal.Db
-
- set_h_ffactor(int) - Method in class com.sleepycat.db.internal.Db
-
- set_h_hash(Hasher) - Method in class com.sleepycat.db.internal.Db
-
- set_h_nelem(int) - Method in class com.sleepycat.db.internal.Db
-
- set_intermediate_dir_mode(String) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_lg_bsize(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_lg_dir(String) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_lg_filemode(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_lg_max(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_lg_regionmax(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_lk_conflicts(byte[][]) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_lk_detect(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_lk_max_lockers(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_lk_max_locks(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_lk_max_objects(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_lk_partitions(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_lorder(int) - Method in class com.sleepycat.db.internal.Db
-
- set_maxsize(long) - Method in class com.sleepycat.db.internal.DbMpoolFile
-
- set_message_stream(OutputStream) - Method in class com.sleepycat.db.internal.Db
-
- set_message_stream(OutputStream) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_mp_max_openfd(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_mp_max_write(int, long) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_mp_mmapsize(long) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_mp_pagesize(long) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_mp_tablesize(long) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_msgcall(MessageHandler) - Method in class com.sleepycat.db.internal.Db
-
- set_msgcall(MessageHandler) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_name(String) - Method in class com.sleepycat.db.internal.DbTxn
-
- set_pagesize(long) - Method in class com.sleepycat.db.internal.Db
-
- set_paniccall(PanicHandler) - Method in class com.sleepycat.db.internal.Db
-
- set_paniccall(PanicHandler) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_partition(int, DatabaseEntry, PartitionHandler) - Method in class com.sleepycat.db.internal.Db
-
- set_partition_dirs(String[]) - Method in class com.sleepycat.db.internal.Db
-
- set_priority(int) - Method in class com.sleepycat.db.internal.Db
-
- set_priority(int) - Method in class com.sleepycat.db.internal.Dbc
-
- set_priority(int) - Method in class com.sleepycat.db.internal.DbMpoolFile
-
- set_q_extentsize(int) - Method in class com.sleepycat.db.internal.Db
-
- set_range(long, long) - Method in class com.sleepycat.db.internal.DbSequence
-
- set_re_delim(int) - Method in class com.sleepycat.db.internal.Db
-
- set_re_len(int) - Method in class com.sleepycat.db.internal.Db
-
- set_re_pad(int) - Method in class com.sleepycat.db.internal.Db
-
- set_re_source(String) - Method in class com.sleepycat.db.internal.Db
-
- set_rpc_server(String, long, long, int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_secmultikey_create(SecondaryMultiKeyCreator) - Method in class com.sleepycat.db.internal.Db
-
- set_shm_key(long) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_timeout(long, int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_timeout(long, int) - Method in class com.sleepycat.db.internal.DbTxn
-
- set_tmp_dir(String) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_tx_max(int) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_tx_timestamp(Date) - Method in class com.sleepycat.db.internal.DbEnv
-
- set_verbose(int, boolean) - Method in class com.sleepycat.db.internal.DbEnv
-
- setAggressive(boolean) - Method in class com.sleepycat.db.VerifyConfig
-
Configure
Database.verify
to output
all the
key/data pairs in the file that can be found.
- setAllowCreate(boolean) - Method in class com.sleepycat.db.DatabaseConfig
-
- 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
-
- setAllowCreate(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Specifies whether creation of a new store is allowed.
- 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.
- setAutoCommitNoSync(boolean) - Method in class com.sleepycat.db.SequenceConfig
-
Configure auto-commit operations on the sequence to not flush
the transaction log.
- setBtreeComparator(DatabaseConfig, Comparator) - Static method in class com.sleepycat.compat.DbCompat
-
- setBtreeComparator(Comparator) - Method in class com.sleepycat.db.DatabaseConfig
-
By default, a byte by byte lexicographic comparison is used for
btree keys.
- setBtreeCompressor(BtreeCompressor) - Method in class com.sleepycat.db.DatabaseConfig
-
Set the Btree compression callbacks.
- 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(DatabaseConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
-
- setBtreeRecordNumbers(boolean) - Method in class com.sleepycat.db.DatabaseConfig
-
Configure the Btree to support retrieval by record number.
- setBulkCursor(boolean) - Method in class com.sleepycat.db.CursorConfig
-
Specify that the cursor will be used to do bulk operations on the
underlying database.
- 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.
- setCacheMax(long) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set the maximum cache size in bytes.
- setCachePageSize(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
- 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.
- setCacheTableSize(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
- setCatalog(EntityModel, PersistCatalog) - Static method in class com.sleepycat.persist.model.ModelInternal
-
Internal access method that should not be used by applications.
- 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.
- setCreateDir(File) - Method in class com.sleepycat.db.DatabaseConfig
-
Specify which directory a database should be created in or looked for.
- setCreateDir(File) - Method in class com.sleepycat.db.EnvironmentConfig
-
Sets the path of a directory to be used as the location to create the
access method database files.
- setData(byte[], int, int) - Method in class com.sleepycat.db.DatabaseEntry
-
Sets the byte array, offset and size.
- setData(byte[]) - Method in class com.sleepycat.db.DatabaseEntry
-
Sets the byte array.
- setDatabaseNamer(DatabaseNamer) - Method in class com.sleepycat.persist.StoreConfig
-
Specifies the object reponsible for naming of files and databases.
- setDataNIO(ByteBuffer, int, int) - Method in class com.sleepycat.db.DatabaseEntry
-
Sets the java.nio.ByteBuffer (or the backing array if passed a non-direct
ByteBuffer,) offset and size.
- setDataNIO(ByteBuffer) - 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.
- setDeferredWrite(DatabaseConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
-
- setDegree2(boolean) - Method in class com.sleepycat.db.CursorConfig
-
- setDegree2(boolean) - Method in class com.sleepycat.db.TransactionConfig
-
- setDirectDatabaseIO(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
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
-
- setDirtyRead(boolean) - Method in class com.sleepycat.db.DatabaseConfig
-
- setDirtyRead(boolean) - Method in class com.sleepycat.db.TransactionConfig
-
- 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.
- setEventHandler(EventHandler) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set an object whose methods are to be called when a triggered event occurs.
- setEvolveListener(EvolveListener) - Method in class com.sleepycat.persist.evolve.EvolveConfig
-
Sets a progress listener that is notified each time an entity is read.
- setExclusiveCreate(boolean) - Method in class com.sleepycat.db.DatabaseConfig
-
- setExclusiveCreate(boolean) - Method in class com.sleepycat.db.SequenceConfig
-
- setExclusiveCreate(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Specifies whether opening an existing store is prohibited.
- 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.
- setField(Object, int, int, boolean, Object) - Method in class com.sleepycat.persist.impl.EnhancedAccessor
-
- 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.
- setForeignKeyDatabase(Database) - Method in class com.sleepycat.db.SecondaryConfig
-
- setForeignKeyDeleteAction(ForeignKeyDeleteAction) - Method in class com.sleepycat.db.SecondaryConfig
-
- setForeignKeyNullifier(ForeignKeyNullifier) - Method in class com.sleepycat.db.SecondaryConfig
-
- setForeignMultiKeyNullifier(ForeignMultiKeyNullifier) - Method in class com.sleepycat.db.SecondaryConfig
-
- 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.
- setHashComparator(Comparator) - Method in class com.sleepycat.db.DatabaseConfig
-
Set the Hash key comparison function.
- 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.
- setImmutableSecondaryKey(boolean) - Method in class com.sleepycat.db.SecondaryConfig
-
Specifies whether the secondary key is immutable.
- setInitializeCache(EnvironmentConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
-
- setInitializeCache(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure a shared memory buffer pool in the database environment.
- setInitializeCDB(EnvironmentConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
-
- setInitializeCDB(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure the database environment for the Concurrent Data Store
product.
- setInitializeLocking(EnvironmentConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
-
- 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
-
- 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.
- 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.
- setLockDetectModeOldest(EnvironmentConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- setLockDown(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure the database environment to lock shared environment files
and memory-mapped databases into memory.
- setLockPartitions(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set the number of lock table partitions in the Berkeley DB environment.
- 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.
- 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.
- 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.
- setLogZero(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
If set, zero all pages of a log file when that log file is created.
- 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, long) - 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.
- 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.
- setModel(EntityModel) - Method in class com.sleepycat.persist.StoreConfig
-
Sets the entity model that defines entity classes and index keys.
- setMultiKeyCreator(SecondaryMultiKeyCreator) - Method in class com.sleepycat.db.SecondaryConfig
-
Specifies the user-supplied object used for creating multi-valued
secondary keys.
- 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.
- setMutations(Mutations) - Method in class com.sleepycat.persist.StoreConfig
-
Configures mutations for performing lazy evolution of stored instances.
- 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.
- 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
-
- 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.
- setPartial(boolean) - Method in class com.sleepycat.db.DatabaseEntry
-
Configure this DatabaseEntry to read or write partial records.
- setPartial(int, int, boolean) - Method in class com.sleepycat.db.DatabaseEntry
-
Configures 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.
- setPartitionByCallback(int, PartitionHandler) - Method in class com.sleepycat.db.DatabaseConfig
-
Enable or disable database partitioning, and set the callback that will
be used for the partitioning.
- setPartitionByRange(int, MultipleDataEntry) - Method in class com.sleepycat.db.DatabaseConfig
-
Enable or disable database partitioning, and set key ranges that will be
used for the partitioning.
- setPartitionDirs(File[]) - Method in class com.sleepycat.db.DatabaseConfig
-
Specify the array of directories the database extents should be created in or
looked for.
- setPrimaryConfig(Class, DatabaseConfig) - Method in class com.sleepycat.persist.EntityStore
-
Configures the primary database for an entity class using the Berkeley
DB engine API.
- setPrimaryConfig(Class, DatabaseConfig) - Method in class com.sleepycat.persist.impl.Store
-
- setPrintable(boolean) - Method in class com.sleepycat.db.VerifyConfig
-
- setPriority(CacheFilePriority) - Method in class com.sleepycat.db.CacheFile
-
Set the
cache priority for pages from the specified file.
- setPriority(CacheFilePriority) - Method in class com.sleepycat.db.Cursor
-
Set the cache priority for pages referenced by the DBC handle.
- setPriority(CacheFilePriority) - Method in class com.sleepycat.db.DatabaseConfig
-
Set the cache priority for pages referenced by the DB handle.
- 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).
- 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.
- setRawAccess(boolean) - Method in interface com.sleepycat.persist.impl.EntityInput
-
Changes raw mode and returns the original mode, which is normally
restored later.
- 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.
- setReadOnly(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Sets the read-only configuration property.
- setReadUncommitted(DatabaseConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
-
- 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(DatabaseConfig, int) - Static method in class com.sleepycat.compat.DbCompat
-
- setRecordLength(int) - Method in class com.sleepycat.db.DatabaseConfig
-
Specify the database record length, in bytes.
- setRecordNumber(DatabaseEntry, int) - Static method in class com.sleepycat.compat.DbCompat
-
- 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(DatabaseConfig, int) - Static method in class com.sleepycat.compat.DbCompat
-
- 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(DatabaseConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
-
- 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.
- setReplicationClockskew(int, int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Sets the clock skew ratio among replication group members based on the
fastest and slowest measurements among the group for use with master leases.
- setReplicationConfig(ReplicationConfig, boolean) - Method in class com.sleepycat.db.Environment
-
Configure the replication subsystem.
- setReplicationLimit(long) - Method in class com.sleepycat.db.EnvironmentConfig
-
- 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 a threshold for the maximum time that a client waits before requesting
retransmission of a missing message.
- setReplicationRequestMin(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set a threshold for the minimum time that a client waits before requesting
retransmission of a missing message.
- setReplicationTimeout(ReplicationTimeoutType, int) - Method in class com.sleepycat.db.Environment
-
Sets the 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.
- setReuseBuffer(boolean) - Method in class com.sleepycat.db.DatabaseEntry
-
Configures the entry to try to reuse the buffer before allocating a new
one.
- 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.
- setSecondaryBulkLoad(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Sets the bulk-load-secondaries configuration property.
- setSecondaryConfig(Class, String, SecondaryConfig) - Method in class com.sleepycat.persist.EntityStore
-
Configures a secondary database for an entity class and key name using
the Berkeley DB engine API.
- setSecondaryConfig(Class, String, SecondaryConfig) - Method in class com.sleepycat.persist.impl.Store
-
- 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.
- setSequenceConfig(String, SequenceConfig) - Method in class com.sleepycat.persist.EntityStore
-
Configures a named key sequence using the Berkeley DB engine API.
- setSequenceConfig(String, SequenceConfig) - Method in class com.sleepycat.persist.impl.Store
-
- setSerialBufferSize(int) - Method in class com.sleepycat.bind.serial.SerialBase
-
- 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.CursorConfig
-
- 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(DatabaseConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
-
- 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.
- setSyncHook(Store.SyncHook) - Static method in class com.sleepycat.persist.impl.Store
-
For unit testing.
- 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
-
- 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.
- setTransactional(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Sets the transactional configuration property.
- setTransactionConfig(TransactionConfig) - Method in class com.sleepycat.collections.TransactionRunner
-
- 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
-
- 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.
- setTxnNoWait(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
If a lock is unavailable for any Berkeley DB operation performed in the
context of a transaction, cause the operation to throw
LockNotGrantedException
without waiting for the lock.
- 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.
- setTypeBtree(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- setTypeHash(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- setTypeQueue(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- setTypeRecno(DatabaseConfig) - Static method in class com.sleepycat.compat.DbCompat
-
- setUnlink(boolean) - Method in class com.sleepycat.db.CacheFile
-
Remove the file when the last reference to it is closed.
- setUnsortedDuplicates(DatabaseConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
-
- 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(V) - Method in class com.sleepycat.collections.MapEntryParameter
-
Always throws UnsupportedOperationException
since this
object is not attached to a map.
- setVerbose(VerboseConfig, boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Display verbose information.
- setVerbose(boolean) - Method in class com.sleepycat.persist.model.ClassEnhancer
-
Sets verbose mode.
- setVerbose(boolean) - Method in class com.sleepycat.persist.model.ClassEnhancerTask
-
- setVerboseDeadlock(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
- setVerboseRecovery(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
- setVerboseRegister(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
- setVerboseReplication(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
- setVerboseWaitsFor(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
- setWait(boolean) - Method in class com.sleepycat.db.TransactionConfig
-
Configure the transaction to wait if a lock request cannot be
immediately granted.
- 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(CursorConfig, boolean) - Static method in class com.sleepycat.compat.DbCompat
-
- setWriteCursor(boolean) - Method in class com.sleepycat.db.CursorConfig
-
Specify the Concurrent Data Store environment cursor will be used to
update the database.
- setWriteNoSync(boolean) - Method in class com.sleepycat.db.TransactionConfig
-
Configure the transaction to write but not synchronously flush the log
it when commits.
- setYieldCPU(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure the system to yield the processor immediately after each
page or mutex acquisition.
- SHORT - Static variable in class com.sleepycat.asm.Type
-
The sort of the short type.
- SHORT_TYPE - Static variable in class com.sleepycat.asm.Type
-
The short type.
- 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.
- SimpleCatalog - Class in com.sleepycat.persist.impl
-
A static catalog containing simple types only.
- SimpleFormat - Class in com.sleepycat.persist.impl
-
Format for simple types, including primitives.
- SimpleFormat.FBigInt - Class in com.sleepycat.persist.impl
-
- SimpleFormat.FBool - Class in com.sleepycat.persist.impl
-
- SimpleFormat.FByte - Class in com.sleepycat.persist.impl
-
- SimpleFormat.FChar - Class in com.sleepycat.persist.impl
-
- SimpleFormat.FDate - Class in com.sleepycat.persist.impl
-
- SimpleFormat.FDouble - Class in com.sleepycat.persist.impl
-
- SimpleFormat.FFloat - Class in com.sleepycat.persist.impl
-
- SimpleFormat.FInt - Class in com.sleepycat.persist.impl
-
- SimpleFormat.FLong - Class in com.sleepycat.persist.impl
-
- SimpleFormat.FShort - Class in com.sleepycat.persist.impl
-
- SimpleFormat.FString - Class in com.sleepycat.persist.impl
-
- SIPUSH - Static variable in interface com.sleepycat.asm.Opcodes
-
- size() - Method in class com.sleepycat.collections.StoredCollection
-
- size() - Method in class com.sleepycat.collections.StoredContainer
-
Returns a non-transactional count of the records in the collection or
map.
- size() - Method in class com.sleepycat.collections.StoredMap
-
- 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.
- skipField(Format) - Method in interface com.sleepycat.persist.impl.EntityInput
-
Called via PersistKeyCreator to skip fields prior to the secondary key
field.
- SNAPSHOT - Static variable in class com.sleepycat.db.CursorConfig
-
- sort_multiple(DatabaseEntry, DatabaseEntry) - Method in class com.sleepycat.db.internal.Db
-
- SortedDoubleBinding - Class in com.sleepycat.bind.tuple
-
A concrete TupleBinding
for a Double
primitive
wrapper or a double
primitive.
- SortedDoubleBinding() - Constructor for class com.sleepycat.bind.tuple.SortedDoubleBinding
-
- SortedFloatBinding - Class in com.sleepycat.bind.tuple
-
A concrete TupleBinding
for a Float
primitive
wrapper or a float
primitive.
- SortedFloatBinding() - Constructor for class com.sleepycat.bind.tuple.SortedFloatBinding
-
- sortedMap() - Method in interface com.sleepycat.persist.EntityIndex
-
Returns a standard Java sorted map based on this entity index.
- sortedMap() - Method in class com.sleepycat.persist.PrimaryIndex
-
- sortedMap() - Method in class com.sleepycat.persist.SecondaryIndex
-
- sortMultipleKeyAndData(MultipleDataEntry, MultipleDataEntry) - Static method in class com.sleepycat.db.Database
-
Sorts two DatabaseEntry objects with multiple key and data pairs.
- sortMultipleKeyData(MultipleKeyDataEntry) - Static method in class com.sleepycat.db.Database
-
Sorts a DatabaseEntry with multiple matching key/data pairs.
- sortMultipleKeyOrData(MultipleDataEntry) - Static method in class com.sleepycat.db.Database
-
Sorts a DatabaseEntry with multiple key or data pairs.
- 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.
- stat(DbTxn, int) - Method in class com.sleepycat.db.internal.Db
-
- stat(int) - Method in class com.sleepycat.db.internal.DbSequence
-
- StatsConfig - Class in com.sleepycat.db
-
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.
- Store - Class in com.sleepycat.persist.impl
-
Base implementation for EntityStore and RawStore.
- Store(Environment, String, StoreConfig, boolean) - Constructor for class com.sleepycat.persist.impl.Store
-
- Store.SyncHook - Interface in com.sleepycat.persist.impl
-
For unit testing.
- StoreConfig - Class in com.sleepycat.persist
-
- StoreConfig() - Constructor for class com.sleepycat.persist.StoreConfig
-
Creates an entity store configuration object with default properties.
- StoredClassCatalog - Class in com.sleepycat.bind.serial
-
A ClassCatalog
that is stored in a Database
.
- StoredClassCatalog(Database) - Constructor for class com.sleepycat.bind.serial.StoredClassCatalog
-
Creates a catalog based on a given database.
- StoredCollection<E> - 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<K,V> - 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<E> - Class in com.sleepycat.collections
-
The Iterator returned by all stored collections.
- StoredKeySet<K> - 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<K>, boolean) - Constructor for class com.sleepycat.collections.StoredKeySet
-
- StoredList<E> - Class in com.sleepycat.collections
-
- StoredList(Database, EntryBinding<E>, boolean) - Constructor for class com.sleepycat.collections.StoredList
-
- StoredList(Database, EntityBinding<E>, boolean) - Constructor for class com.sleepycat.collections.StoredList
-
Creates a list entity view of a
Database
.
- StoredList(Database, EntryBinding<E>, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredList
-
- StoredList(Database, EntityBinding<E>, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredList
-
- StoredMap<K,V> - Class in com.sleepycat.collections
-
- StoredMap(Database, EntryBinding<K>, EntryBinding<V>, boolean) - Constructor for class com.sleepycat.collections.StoredMap
-
- StoredMap(Database, EntryBinding<K>, EntryBinding<V>, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredMap
-
- StoredMap(Database, EntryBinding<K>, EntityBinding<V>, boolean) - Constructor for class com.sleepycat.collections.StoredMap
-
Creates a map entity view of a
Database
.
- StoredMap(Database, EntryBinding<K>, EntityBinding<V>, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredMap
-
- StoredSortedEntrySet<K,V> - Class in com.sleepycat.collections
-
The SortedSet returned by Map.entrySet().
- StoredSortedKeySet<K> - 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<K>, boolean) - Constructor for class com.sleepycat.collections.StoredSortedKeySet
-
Creates a sorted key set view of a
Database
.
- StoredSortedMap<K,V> - Class in com.sleepycat.collections
-
- StoredSortedMap(Database, EntryBinding<K>, EntryBinding<V>, boolean) - Constructor for class com.sleepycat.collections.StoredSortedMap
-
Creates a sorted map view of a
Database
.
- StoredSortedMap(Database, EntryBinding<K>, EntryBinding<V>, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredSortedMap
-
- StoredSortedMap(Database, EntryBinding<K>, EntityBinding<V>, boolean) - Constructor for class com.sleepycat.collections.StoredSortedMap
-
Creates a sorted map entity view of a
Database
.
- StoredSortedMap(Database, EntryBinding<K>, EntityBinding<V>, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredSortedMap
-
- StoredSortedValueSet<E> - 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<E>, boolean) - Constructor for class com.sleepycat.collections.StoredSortedValueSet
-
Creates a sorted value set entity view of a
Database
.
- StoredValueSet<E> - 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<E>, boolean) - Constructor for class com.sleepycat.collections.StoredValueSet
-
- StoredValueSet(Database, EntityBinding<E>, boolean) - Constructor for class com.sleepycat.collections.StoredValueSet
-
Creates a value set entity view of a
Database
.
- StoreExistsException - Exception in com.sleepycat.persist
-
Thrown by the
EntityStore
constructor when the
ExclusiveCreate
configuration parameter is
true and the store's internal catalog database already exists.
- StoreExistsException(String) - Constructor for exception com.sleepycat.persist.StoreExistsException
-
- StoreNotFoundException - Exception in com.sleepycat.persist
-
Thrown by the
EntityStore
constructor when the
AllowCreate
configuration parameter is false and
the store's internal catalog database does not exist.
- StoreNotFoundException(String) - Constructor for exception com.sleepycat.persist.StoreNotFoundException
-
- strerror(int) - Static method in class com.sleepycat.db.internal.DbEnv
-
- STRICT_2SITE - Static variable in class com.sleepycat.db.ReplicationConfig
-
Replication Manager observes the strict "majority" rule in managing
elections, even in a group with only 2 sites.
- StringBinding - Class in com.sleepycat.bind.tuple
-
A concrete TupleBinding
for a simple String
value.
- StringBinding() - Constructor for class com.sleepycat.bind.tuple.StringBinding
-
- stringToBytes(String) - Static method in class com.sleepycat.util.UtfOps
-
Converts strings to byte arrays.
- stringToEntry(String, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.StringBinding
-
Converts a simple String
value into an entry buffer.
- subIndex(SK) - Method in class com.sleepycat.persist.SecondaryIndex
-
Returns an index that maps primary key to entity for the subset of
entities having a given secondary key (duplicates).
- 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(K, K) - 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(K, boolean, K, boolean) - Method in class com.sleepycat.collections.StoredSortedMap
-
Returns a view of the portion of this sorted map whose elements are
strictly greater than fromKey and strictly less than toKey,
optionally including fromKey and toKey.
- subRange(DatabaseEntry) - Method in class com.sleepycat.util.keyrange.KeyRange
-
Creates a range for a single key.
- subRange(DatabaseEntry, boolean, DatabaseEntry, boolean) - Method in class com.sleepycat.util.keyrange.KeyRange
-
Creates a range that is the intersection of this range and the given
range parameters.
- subSet(Map.Entry<K, V>, Map.Entry<K, V>) - 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(Map.Entry<K, V>, boolean, Map.Entry<K, V>, 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(K, K) - 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(K, boolean, K, 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(E, E) - 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(E, boolean, E, 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.
- SWAP - Static variable in interface com.sleepycat.asm.Opcodes
-
- swigCMemOwn - Variable in class com.sleepycat.db.internal.Db
-
- swigCMemOwn - Variable in class com.sleepycat.db.internal.Dbc
-
- swigCMemOwn - Variable in class com.sleepycat.db.internal.DbEnv
-
- swigCMemOwn - Variable in class com.sleepycat.db.internal.DbLock
-
- swigCMemOwn - Variable in class com.sleepycat.db.internal.DbLogc
-
- swigCMemOwn - Variable in class com.sleepycat.db.internal.DbMpoolFile
-
- swigCMemOwn - Variable in class com.sleepycat.db.internal.DbSequence
-
- swigCMemOwn - Variable in class com.sleepycat.db.internal.DbTxn
-
- sync() - Method in class com.sleepycat.db.Database
-
Flush any cached information to disk.
- sync(int) - Method in class com.sleepycat.db.internal.Db
-
- syncCache(LogSequenceNumber) - Method in class com.sleepycat.db.Environment
-
Ensure that all modified pages in the cache are flushed to their backing files.
- syncDeferredWrite(Database, boolean) - Static method in class com.sleepycat.compat.DbCompat
-
- syncReplication() - Method in class com.sleepycat.db.Environment
-
Forces synchronization to begin for this client.