- get() - Method in class com.sleepycat.util.ErrorBuffer
-
- get(int) - Method in class com.sleepycat.collections.StoredList
-
Returns the element at the specified position in this list.
- 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(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryDatabase
-
Retrieves the key/data pair with the given key.
- get(Transaction, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Database
-
Retrieves the key/data pair with the given key from the database.
- get(Transaction, K, LockMode) - Method in interface com.sleepycat.persist.EntityIndex
-
Gets an entity via a key of this index.
- get(Transaction, PK, LockMode) - Method in class com.sleepycat.persist.PrimaryIndex
-
- get(Transaction, SK, LockMode) - Method in class com.sleepycat.persist.SecondaryIndex
-
- get(Object) - Method in class com.sleepycat.collections.StoredMap
-
Returns the value to which this map maps the specified key.
- get(K) - 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(SK) - Method in class com.sleepycat.persist.SecondaryIndex
-
- 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_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.
- getAddress() - Method in class com.sleepycat.db.ReplicationManagerSite
-
Get the address of the site.
- getAddress() - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Return the address of the site.
- 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
-
Number of page allocations.
- getAllocBuckets() - Method in class com.sleepycat.db.CacheStats
-
Number of hash buckets checked during allocation.
- getAllocMaxBuckets() - Method in class com.sleepycat.db.CacheStats
-
Maximum number of hash buckets checked during an allocation.
- getAllocMaxPages() - Method in class com.sleepycat.db.CacheStats
-
Maximum number of pages checked during an allocation.
- getAllocPages() - Method in class com.sleepycat.db.CacheStats
-
Number of pages checked during allocation.
- getAllowCreate() - Method in class com.sleepycat.db.BackupOptions
-
Whether the target directory will be created if it does not already exist.
- 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.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
-
Return the database files that need to be archived in order to recover the
database from catastrophic failure.
- getArchiveLogFiles(boolean) - Method in class com.sleepycat.db.Environment
-
Return an array of log files.
- 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..
- getBackupHandler() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the
BackupHandler
used to override default hot backup behavior.
- getBackupReadCount() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the number of pages to read before pausing during the hot backup.
- getBackupReadSleep() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the number of microseconds to sleep between batches of reads during
a hot backup.
- getBackupSize() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the size of the buffer, in megabytes, to read from the database
during a hot backup.
- getBackupSpins() - Method in class com.sleepycat.db.CacheFileStats
-
Spins while trying to back up the file.
- getBackupWriteDirect() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return return true if direct I/O is used when writing pages to the disk
during a hot backup.
- getBaseClass() - Method in class com.sleepycat.bind.serial.SerialBinding
-
Returns the base class for this binding.
- getBdescriptor(Class) - Static method in class com.sleepycat.util.ConfigBeanInfoBase
-
- getBeanDescriptor() - Method in class com.sleepycat.persist.evolve.EvolveConfigBeanInfo
-
- getBeanDescriptor() - Method in class com.sleepycat.persist.StoreConfigBeanInfo
-
- getBeanDescriptor(Class) - Method in class com.sleepycat.util.ConfigBeanInfoBase
-
Gets the bean's BeanDescriptor
s.
- getBFree() - Method in class com.sleepycat.db.HashStats
-
The number of bytes free on bucket pages.
- getBigBFree() - Method in class com.sleepycat.db.HashStats
-
The number of bytes free on hash overflow (big item) pages.
- getBigDecimalByteLength() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Returns the byte length of an unsorted BigDecimal
.
- getBigDecimalMaxByteLength(BigDecimal) - Static method in class com.sleepycat.bind.tuple.TupleOutput
-
- 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
-
- getBigPages() - Method in class com.sleepycat.db.HashStats
-
The number of hash overflow pages (created when key/data is too big for
the page).
- getBlob() - Method in class com.sleepycat.db.DatabaseEntry
-
Deprecated.
- getBlobDir() - Method in class com.sleepycat.db.DatabaseConfig
-
Deprecated.
- getBlobDir() - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- getBlobThreshold() - Method in class com.sleepycat.db.DatabaseConfig
-
Deprecated.
- getBlobThreshold() - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- getBootstrapHelper() - Method in class com.sleepycat.db.ReplicationManagerSite
-
Return if the site is a helper for the local site.
- getBootstrapHelper() - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Return if the site is a helper for the local site.
- getBtreeComparator() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the custom Comparator used for btree keys.
- 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() - Method in class com.sleepycat.db.DatabaseConfig
-
Return true if the Btree is configured to support retrieval by record number.
- getBuckets() - Method in class com.sleepycat.db.HashStats
-
The number of hash buckets.
- getBufferBytes() - Method in class com.sleepycat.util.FastInputStream
-
Returns the underlying data being read.
- getBufferBytes() - Method in class com.sleepycat.util.FastOutputStream
-
Returns the buffer owned by this object.
- getBufferLength() - Method in class com.sleepycat.util.FastInputStream
-
Returns the end of the buffer being read.
- getBufferLength() - Method in class com.sleepycat.util.FastOutputStream
-
Returns the length used in the internal buffer, i.e., the offset at
which data will be written next.
- getBufferOffset() - Method in class com.sleepycat.util.FastInputStream
-
Returns the offset at which data is being read from the buffer.
- getBufferOffset() - Method in class com.sleepycat.util.FastOutputStream
-
Returns the offset of the internal buffer.
- getBulk() - Method in class com.sleepycat.db.TransactionConfig
-
Return true if the Bulk attribute is set.
- 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
-
The number of times the bulk buffer filled up, forcing the buffer content to be sent.
- getBulkOverflows() - Method in class com.sleepycat.db.ReplicationStats
-
The number of times a record was bigger than the entire bulk buffer,
and therefore had to be sent as a singleton.
- getBulkRecords() - Method in class com.sleepycat.db.ReplicationStats
-
The number of records added to a bulk buffer.
- getBulkTransfers() - Method in class com.sleepycat.db.ReplicationStats
-
The number of bulk buffers transferred (via a call to the
application's
ReplicationTransport
function).
- getByteLength(char[]) - Static method in class com.sleepycat.util.UtfOps
-
Returns the byte length of the UTF string that would be created by
converting the given characters to UTF.
- getByteLength(char[], int, int) - Static method in class com.sleepycat.util.UtfOps
-
Returns the byte length of the UTF string that would be created by
converting the given characters to UTF.
- getByteOrder() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the database byte order; a byte order of 4,321 indicates a
big endian order, and a byte order of 1,234 indicates a little
endian order.
- getBytes() - Method in class com.sleepycat.db.CacheStats
-
Bytes of cache (total cache size is st_gbytes + st_bytes).
- getByteSwapped() - Method in class com.sleepycat.db.DatabaseConfig
-
Return if the underlying database files were created on an architecture
of the same byte order as the current one.
- getCacheCount() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the number of shared memory buffer pools, that is, the number
of caches.
- getCacheCount() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the number of shared memory buffer pools, that is, the number
of 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
-
Return statistics for individual files in the cache.
- getCacheHit() - Method in class com.sleepycat.db.CacheFileStats
-
Requested pages found in the cache.
- getCacheHit() - Method in class com.sleepycat.db.CacheStats
-
Requested pages found in the cache.
- getCacheMax() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum size of the cache.
- getCacheMiss() - Method in class com.sleepycat.db.CacheFileStats
-
Requested pages not found in the cache.
- getCacheMiss() - Method in class com.sleepycat.db.CacheStats
-
Requested pages not found in the cache.
- getCachePageSize() - Method in class com.sleepycat.db.EnvironmentConfig
-
Returns the environment's current page size setting.
- 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.LogVerifyConfig
-
Return the internal database environment cache size.
- getCacheSize() - Method in class com.sleepycat.db.SequenceConfig
-
Return the number of elements cached by a sequence handle..
- getCacheSize() - Method in class com.sleepycat.db.SequenceStats
-
The number of values that will be cached in this handle.
- getCacheStats(StatsConfig) - Method in class com.sleepycat.db.Environment
-
Returns the memory pool (that is, the buffer cache) subsystem statistics.
- getCacheTableSize() - Method in class com.sleepycat.db.EnvironmentConfig
-
Returns the environment's current table size setting.
- getCatalog() - Method in class com.sleepycat.collections.TupleSerialFactory
-
Returns the class catalog associated with this factory.
- getCause() - Method in interface com.sleepycat.util.ExceptionWrapper
-
Returns the nested exception or null if none is present.
- getCause() - Method in exception com.sleepycat.util.IOExceptionWrapper
-
- 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 interface com.sleepycat.bind.serial.ClassCatalog
-
Returns the ClassLoader to be used by bindings that use this catalog, or
null if a default class loader should be used.
- 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.
- getClassLoader() - Method in class com.sleepycat.bind.serial.StoredClassCatalog
-
For BDB JE, returns the ClassLoader property of the catalog database
environment.
- getClassLoader(EntityModel) - Static method in class com.sleepycat.persist.model.ModelInternal
-
Internal access method that should not be used by applications.
- 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.
- 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.
- getClassName() - Method in class com.sleepycat.persist.evolve.Mutation
-
Returns the class to which this mutation applies.
- 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.
- getClean() - Method in class com.sleepycat.db.BackupOptions
-
Whether the target backup directory should be cleaned.
- getClear() - Method in class com.sleepycat.db.StatsConfig
-
Return if the statistics operation is configured to reset
statistics after they are returned.
- getClientRerequests() - Method in class com.sleepycat.db.ReplicationStats
-
The number of times this client site received a "re-request" message,
indicating that a request it previously sent to another client could
not be serviced by that client.
- getClientSvcMiss() - Method in class com.sleepycat.db.ReplicationStats
-
The number of "request" type messages received by this client that
could not be processed, forcing the originating requester to try sending
the request to the master (or another client).
- getClientSvcReq() - Method in class com.sleepycat.db.ReplicationStats
-
The number of "request" type messages received by this client.
- getCollection() - Method in class com.sleepycat.collections.StoredIterator
-
Returns the collection associated with this iterator.
- getCommitToken() - Method in class com.sleepycat.db.Transaction
-
Fetch the transaction's commit token.
- 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.DatabaseStream
-
Return this database stream 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.ReplicationManagerSite
-
Get the address and configuration of the site.
- 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.raw.RawStore
-
Returns a copy of the entity store configuration.
- getConnectFail() - Method in class com.sleepycat.db.ReplicationManagerStats
-
The number of times an attempt to open a new TCP/IP connection
failed.
- getConnectionDrop() - Method in class com.sleepycat.db.ReplicationManagerStats
-
The number of existing connections that have been dropped
since the statistics were last reset.
- getConnectionStatus() - Method in class com.sleepycat.db.ReplicationManagerSiteInfo
-
The status of the replication site's connection.
- getContinueAfterFail() - Method in class com.sleepycat.db.LogVerifyConfig
-
Return if continue after a failed check.
- 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.
- 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
-
Return 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
-
The current log file number.
- getCurMaxId() - Method in class com.sleepycat.db.LockStats
-
The current maximum unused locker ID.
- getCurOffset() - Method in class com.sleepycat.db.LogStats
-
The byte offset in the current log file.
- getCurRecno() - Method in class com.sleepycat.db.QueueStats
-
The next available record number.
- getCurrent() - Method in class com.sleepycat.db.SequenceStats
-
The current value of the sequence in the database.
- getCurrent(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryCursor
-
Returns the key/data pair to which the cursor refers.
- 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.
- getCursor() - Method in class com.sleepycat.db.DatabaseStream
-
Return the
Cursor
handle associated
with this database stream.
- 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 interface com.sleepycat.persist.EntityIndex
-
Returns the underlying database for this index.
- getDatabase() - Method in class com.sleepycat.persist.SecondaryIndex
-
Returns the underlying secondary database for this index.
- getDatabaseEntry() - Method in exception com.sleepycat.db.MemoryException
-
Returns the
DatabaseEntry
object with insufficient memory
to complete the operation.
- 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.
- getDbFile() - Method in class com.sleepycat.db.LogVerifyConfig
-
Return the database file name whose logs we will verify.
- getDbName() - Method in class com.sleepycat.db.LogVerifyConfig
-
Return the database name whose logs we will verify.
- getDeadlock() - Method in class com.sleepycat.db.CompactStats
-
If no transaction parameter was specified to
Database.compact
, the number of deadlocks which
occurred.
- 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.
- getDefaultEventIndex() - Method in class com.sleepycat.util.ConfigBeanInfoBase
-
A bean may have a "default" event that is the event that will
mostly commonly be used by human's when using the bean.
- getDefaultPropertyIndex() - Method in class com.sleepycat.util.ConfigBeanInfoBase
-
A bean may have a "default" property that is the property that will
mostly commonly be initially chosen for update by human's who are
customizing the bean.
- getDegree2() - Method in class com.sleepycat.db.CursorConfig
-
Deprecated.
- getDegree2() - Method in class com.sleepycat.db.TransactionConfig
-
Deprecated.
- 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.
- getDetail() - Method in interface com.sleepycat.util.ExceptionWrapper
-
Deprecated.
- getDetail() - Method in exception com.sleepycat.util.IOExceptionWrapper
-
Deprecated.
- getDetail() - Method in exception com.sleepycat.util.RuntimeExceptionWrapper
-
Deprecated.
- 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
-
Deprecated.
- getDirtyRead() - Method in class com.sleepycat.db.DatabaseConfig
-
Deprecated.
- getDirtyRead() - Method in class com.sleepycat.db.TransactionConfig
-
Deprecated.
- getDiskFile() - Method in class com.sleepycat.db.LogStats
-
The log file number of the last record known to be on disk.
- getDiskOffset() - Method in class com.sleepycat.db.LogStats
-
The byte offset of the last record known to be on disk.
- getDsyncDatabases() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment has been configured to flush database
writes to the backing disk before returning from the write system call.
- getDsyncLog() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment has been configured to flush log
writes to the backing disk before returning from the write system
call.
- getDup() - Method in class com.sleepycat.db.HashStats
-
The number of duplicate pages.
- getDupFree() - Method in class com.sleepycat.db.HashStats
-
The number of bytes free on duplicate pages.
- getDuplicateComparator() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the duplicate data item comparison callback.
- getDupmasters() - Method in class com.sleepycat.db.ReplicationStats
-
The number of duplicate master conditions originally detected at this site.
- getDupPages() - Method in class com.sleepycat.db.BtreeStats
-
The number of database duplicate pages.
- getDupPagesFree() - Method in class com.sleepycat.db.BtreeStats
-
The number of bytes free in database duplicate pages.
- getEgen() - Method in class com.sleepycat.db.ReplicationStats
-
The election generation number for the current or next election.
- getEid() - Method in class com.sleepycat.db.ReplicationManagerSite
-
Get the environment id of the site.
- getElectionCurWinner() - Method in class com.sleepycat.db.ReplicationStats
-
The environment ID of the winner of the current or last election.
- getElectionDatagen() - Method in class com.sleepycat.db.ReplicationStats
-
The master data generation number of the winner of the current or last election.
- getElectionGen() - Method in class com.sleepycat.db.ReplicationStats
-
The master generation number of the winner of the current or last election.
- getElectionLsn() - Method in class com.sleepycat.db.ReplicationStats
-
The maximum LSN of the winner of the current or last election.
- getElectionNumSites() - Method in class com.sleepycat.db.ReplicationStats
-
The number of sites responding to this site during the current election.
- getElectionNumVotes() - Method in class com.sleepycat.db.ReplicationStats
-
The number of votes required in the current or last election.
- getElectionPriority() - Method in class com.sleepycat.db.ReplicationStats
-
The priority of the winner of the current or last election.
- getElections() - Method in class com.sleepycat.db.ReplicationStats
-
The number of elections held.
- getElectionSec() - Method in class com.sleepycat.db.ReplicationStats
-
- getElectionStatus() - Method in class com.sleepycat.db.ReplicationStats
-
The current election phase (0 if no election is in progress).
- getElectionsWon() - Method in class com.sleepycat.db.ReplicationStats
-
The number of elections won.
- getElectionTiebreaker() - Method in class com.sleepycat.db.ReplicationStats
-
The tiebreaker value of the winner of the current or last election.
- getElectionUsec() - Method in class com.sleepycat.db.ReplicationStats
-
- getElectionVotes() - Method in class com.sleepycat.db.ReplicationStats
-
The number of votes received during the current election.
- getElectThreads() - Method in class com.sleepycat.db.ReplicationManagerStats
-
Number of currently active election threads.
- 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.
- getEmptyBuckets() - Method in class com.sleepycat.db.CompactStats
-
The number of empty hash buckets that were found during the compaction phase.
- getEmptyPages() - Method in class com.sleepycat.db.BtreeStats
-
The number of empty database pages.
- 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.
- getEncrypted() - Method in class com.sleepycat.persist.StoreConfig
-
Return true if the database has been configured to perform encryption.
- getEndLsn() - Method in class com.sleepycat.db.LogVerifyConfig
-
Return the ending lsn to verify.
- getEndTime() - Method in class com.sleepycat.db.LogVerifyConfig
-
Return the ending time to verify.
- getEntityBinding() - Method in class com.sleepycat.persist.PrimaryIndex
-
Returns the entity binding for this index.
- getEntityBinding(Class<V>) - Method in class com.sleepycat.collections.TupleSerialFactory
-
- 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.
- 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.
- 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.
- 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 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.
- getEnvHome() - Method in class com.sleepycat.db.LogVerifyConfig
-
Return the home directory to use by the log verification internally.
- getEnvId() - Method in class com.sleepycat.db.ReplicationStats
-
The current environment ID.
- getEnvID() - Method in class com.sleepycat.db.ReplicationStatus
-
Return the environment ID associated with the operation.
- getEnvironment() - Method in class com.sleepycat.collections.CurrentTransaction
-
Returns the underlying Berkeley DB environment.
- getEnvironment() - Method in class com.sleepycat.db.Database
-
- 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.raw.RawStore
-
Returns the environment associated with this store.
- getEnvPriority() - Method in class com.sleepycat.db.ReplicationStats
-
The current environment priority.
- getErrno() - Method in exception com.sleepycat.db.DatabaseException
-
Get the error number associated with this exception.
- 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 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.
- getEventSetDescriptors() - Method in class com.sleepycat.util.ConfigBeanInfoBase
-
Gets the bean's EventSetDescriptor
s.
- 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.BackupOptions
-
Whether the target directory will be exclusively created.
- 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.
- getExtDuplicated() - Method in class com.sleepycat.db.ReplicationStats
-
The number of duplicate external file messages.
- getExtentSize() - Method in class com.sleepycat.db.QueueStats
-
The underlying database extent size, in pages.
- getExternalFile() - Method in class com.sleepycat.db.DatabaseEntry
-
Return whether this DatabaseEntry is configured to be stored as an external
file.
- getExternalFileDir() - Method in class com.sleepycat.db.DatabaseConfig
-
Returns the path of a directory where external files are stored.
- getExternalFileDir() - Method in class com.sleepycat.db.EnvironmentConfig
-
Returns the path of a directory where external files are stored.
- getExternalFileThreshold() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the threshold value in bytes beyond which data items are
stored as external files.
- getExternalFileThreshold() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the environment wide default external file threshold value.
- getExtFiles() - Method in class com.sleepycat.db.BtreeStats
-
The number of external files.
- getExtFiles() - Method in class com.sleepycat.db.HashStats
-
The number of external files.
- getExtRecords() - Method in class com.sleepycat.db.ReplicationStats
-
The number of external file messages.
- getExtRereq() - Method in class com.sleepycat.db.ReplicationStats
-
The number of re-requested external file messages.
- getExtUpdateRereq() - Method in class com.sleepycat.db.ReplicationStats
-
The number of re-requested external file update messages.
- getFast() - Method in class com.sleepycat.db.StatsConfig
-
Return if the statistics operation is configured to return only the
values which do not require expensive actions.
- getFeedbackHandler() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the object's methods to be called to provide feedback.
- getFeedbackHandler() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the object's methods to be called to provide feedback.
- getFfactor() - Method in class com.sleepycat.db.HashStats
-
The desired fill factor specified at database-creation time.
- 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 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.
- getFileidInit() - Method in class com.sleepycat.db.LogStats
-
The initial allocated file logging identifiers.
- getFileName() - Method in class com.sleepycat.db.CacheFileStats
-
The name of the file.
- 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.
- getFiles() - Method in class com.sleepycat.db.BackupOptions
-
Whether ordinary files are included in the hot backup.
- getFillPercent() - Method in class com.sleepycat.db.CompactConfig
-
Return the the desired fill percentage.
- 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, 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.
- getFirstRecno() - Method in class com.sleepycat.db.QueueStats
-
The first undeleted record in the database.
- getFlags() - Method in class com.sleepycat.db.SequenceStats
-
The flags value for the sequence.
- getForce() - Method in class com.sleepycat.db.CheckpointConfig
-
Return the configuration of the checkpoint force option.
- getForeignKeyDatabase() - Method in class com.sleepycat.db.SecondaryConfig
-
Returns the database used to check the foreign key integrity constraint,
or null if no foreign key constraint will be checked.
- getForeignKeyDeleteAction() - Method in class com.sleepycat.db.SecondaryConfig
-
Returns the action taken when a referenced record in the foreign key
database is deleted.
- getForeignKeyNullifier() - Method in class com.sleepycat.db.SecondaryConfig
-
Returns the user-supplied object used for setting single-valued foreign
keys to null.
- getForeignMultiKeyNullifier() - Method in class com.sleepycat.db.SecondaryConfig
-
Returns the user-supplied object used for setting multi-valued foreign
keys to null.
- getFree() - Method in class com.sleepycat.db.BtreeStats
-
The number of pages on the free list.
- getFree() - Method in class com.sleepycat.db.HashStats
-
The number of pages on the free list.
- getFreeListOnly() - Method in class com.sleepycat.db.CompactConfig
-
Return true if the whether to skip page compaction.
- getFreeSpace() - Method in class com.sleepycat.db.CompactConfig
-
Return true if the whether to return pages to the filesystem.
- getGbytes() - Method in class com.sleepycat.db.CacheStats
-
Gigabytes of cache (total cache size is st_gbytes + st_bytes).
- getGen() - Method in class com.sleepycat.db.ReplicationStats
-
The current master generation number.
- getGId() - Method in class com.sleepycat.db.TransactionStats.Active
-
- getGID() - Method in class com.sleepycat.db.PreparedTransaction
-
Return the global transaction ID for the transaction.
- getGroupCreator() - Method in class com.sleepycat.db.ReplicationManagerSite
-
Return if the site is a group creator.
- getGroupCreator() - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Return if the site is a group creator.
- getGroupStableLogFile() - Method in class com.sleepycat.db.ReplicationManagerStats
-
Earliest log file still needed by repgroup.
- getHashBuckets() - Method in class com.sleepycat.db.CacheStats
-
Number of hash buckets in the buffer hash table.
- 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
-
Total number of hash elements traversed during hash table lookups.
- getHashFillFactor() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the hash table density.
- getHashLen() - Method in class com.sleepycat.db.LockStats
-
Maximum length of a lock hash bucket.
- getHashLongest() - Method in class com.sleepycat.db.CacheStats
-
The longest chain ever encountered in buffer hash table lookups.
- getHashMaxNowait() - Method in class com.sleepycat.db.CacheStats
-
The number of times a thread of control was able to obtain the
hash bucket lock without waiting on the bucket which had the
maximum number of times that a thread of control needed to wait.
- getHashMaxWait() - Method in class com.sleepycat.db.CacheStats
-
The maximum number of times any hash bucket lock was waited for by
a thread of control.
- getHashMutexes() - Method in class com.sleepycat.db.CacheStats
-
The number of hash bucket mutexes in the buffer hash table.
- getHashNowait() - Method in class com.sleepycat.db.CacheStats
-
The number of times that a thread of control was able to obtain a
hash bucket lock without waiting.
- getHashNumElements() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the estimate of the final size of the hash table.
- getHashSearches() - Method in class com.sleepycat.db.CacheStats
-
Total number of buffer hash table lookups.
- getHashWait() - Method in class com.sleepycat.db.CacheStats
-
The number of times that a thread of control was forced to wait
before obtaining a hash bucket lock.
- getHeapExtFiles() - Method in class com.sleepycat.db.HeapStats
-
The number of external files.
- getHeapMagic() - Method in class com.sleepycat.db.HeapStats
-
Magic number that identifies the file as a Heap file.
- getHeapMetaFlags() - Method in class com.sleepycat.db.HeapStats
-
Reports internal flags.
- getHeapNumBlobs() - Method in class com.sleepycat.db.HeapStats
-
- getHeapNumRecs() - Method in class com.sleepycat.db.HeapStats
-
Reports the number of records in the Heap database.
- getHeapNumRegions() - Method in class com.sleepycat.db.HeapStats
-
The number of regions in the Heap database.
- getHeapPageCount() - Method in class com.sleepycat.db.HeapStats
-
The number of pages in the database.
- getHeapPageSize() - Method in class com.sleepycat.db.HeapStats
-
The underlying database page (and bucket) size, in bytes.
- getHeapRegionSize() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the number of pages in a region of the database.
- getHeapRegionSize() - Method in class com.sleepycat.db.HeapStats
-
The number of pages in a region in the Heap database.
- getHeapsize() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the maximum on-disk database file size.
- getHeapVersion() - Method in class com.sleepycat.db.HeapStats
-
The version of the Heap database.
- getHome() - Method in class com.sleepycat.db.Environment
-
Return the database environment home directory.
- getHost() - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Return the host of the site.
- getHotbackupInProgress() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if a "hot backup" is in progress.
- getIcon(int) - Method in class com.sleepycat.util.ConfigBeanInfoBase
-
This method returns an image object that can be used to
represent the bean in toolboxes, toolbars, etc.
- getId() - Method in class com.sleepycat.db.LockStats
-
The last allocated locker ID.
- getId() - Method in class com.sleepycat.db.Transaction
-
Return the transaction's unique ID.
- 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.
- getIncomingMsgsDropped() - Method in class com.sleepycat.db.ReplicationManagerStats
-
The number of incoming messages that were dropped because the incoming
queue was full.
- getIncomingQueueBytes() - Method in class com.sleepycat.db.ReplicationManagerStats
-
Bytes component of the memory consumption for the messages currently
in the incoming queue.
- getIncomingQueueGbytes() - Method in class com.sleepycat.db.ReplicationManagerStats
-
Gigabytes component of the memory consumption for the messages
currently in the incoming queue.
- getIndex() - Method in class com.sleepycat.db.HeapRecordId
-
Get the index in the offset table where the record can be found.
- getIndex() - Method in exception com.sleepycat.db.LockNotGrantedException
-
- getInitializeCache() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment is configured with a shared
memory buffer pool.
- getInitializeCDB() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment is configured for the Concurrent
Data Store product.
- getInitializeLocking() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment is configured for locking.
- getInitializeLogging() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment is configured for logging.
- getInitializeRegions() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment has been configured to page-fault
shared regions into memory when initially creating or joining a
database environment.
- getInitializeReplication() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment is configured for replication.
- getInitialMutexes() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the number of mutexes allocated when an environment is created.
- getInitialValue() - Method in class com.sleepycat.db.SequenceConfig
-
Return the initial value for a sequence..
- getInitlockers() - Method in class com.sleepycat.db.LockStats
-
The initial number of lockers allocated in lock table.
- getInitlocks() - Method in class com.sleepycat.db.LockStats
-
The initial number of locks allocated in the lock table.
- getInitobjects() - Method in class com.sleepycat.db.LockStats
-
The initial number of lock objects allocated in lock table.
- getInittxns() - Method in class com.sleepycat.db.TransactionStats
-
The initial number of transactions configured.
- getInstance(Environment) - Static method in class com.sleepycat.collections.CurrentTransaction
-
Gets the CurrentTransaction accessor for a specified Berkeley DB
environment.
- getIntPages() - Method in class com.sleepycat.db.BtreeStats
-
The number of database internal pages.
- getIntPagesFree() - Method in class com.sleepycat.db.BtreeStats
-
The number of bytes free in database internal pages.
- getIoWait() - Method in class com.sleepycat.db.CacheStats
-
Number of operations blocked waiting for I/O to complete.
- getIteratorBlockSize() - Method in class com.sleepycat.collections.StoredCollection
-
- 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.
- 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() - Method in class com.sleepycat.db.SecondaryConfig
-
Returns the user-supplied object used for creating single-valued secondary
keys.
- getKeyCreator(Class<V>, String) - Method in class com.sleepycat.collections.TupleSerialFactory
-
Creates a SecondaryKeyCreator
object for use in configuring
a SecondaryDatabase
.
- 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.
- getKnownSpecialClasses() - Method in class com.sleepycat.persist.model.AnnotationModel
-
- getKnownSpecialClasses() - Method in class com.sleepycat.persist.model.EntityModel
-
Returns the names of all known persistent enum and array classes that
may be used to store persistent data.
- 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, 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.
- getLastCkp() - Method in class com.sleepycat.db.TransactionStats
-
The LSN of the last checkpoint.
- getLastTxnId() - Method in class com.sleepycat.db.TransactionStats
-
The last transaction ID allocated.
- getLastValue() - Method in class com.sleepycat.db.SequenceStats
-
The last cached value of the sequence.
- getLeafPages() - Method in class com.sleepycat.db.BtreeStats
-
The number of database leaf pages.
- getLeafPagesFree() - Method in class com.sleepycat.db.BtreeStats
-
The number of bytes free in database leaf pages.
- getLeaseChk() - Method in class com.sleepycat.db.ReplicationStats
-
The number of lease validity checks.
- getLeaseChkMisses() - Method in class com.sleepycat.db.ReplicationStats
-
The number of invalid lease validity checks.
- getLeaseChkRefresh() - Method in class com.sleepycat.db.ReplicationStats
-
The number of lease refresh attempts during lease validity checks.
- getLeaseSends() - Method in class com.sleepycat.db.ReplicationStats
-
The number of live messages sent while using leases.
- getLegacy() - Method in class com.sleepycat.db.ReplicationManagerSite
-
Return if the site is in a legacy group.
- getLegacy() - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Return if the site is in a legacy group.
- getLevels() - Method in class com.sleepycat.db.BtreeStats
-
The number of levels in the database.
- getLevels() - Method in class com.sleepycat.db.CompactStats
-
The number of levels removed from the Btree or Recno database during the
compaction phase.
- getLgBSize() - Method in class com.sleepycat.db.LogStats
-
The in-memory log record cache size.
- getLgSize() - Method in class com.sleepycat.db.LogStats
-
The current log file size.
- getLocalSite() - Method in class com.sleepycat.db.ReplicationManagerSite
-
Return if the site is the local site.
- getLocalSite() - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Return if the site is the local site.
- getLock() - Method in exception com.sleepycat.db.LockNotGrantedException
-
- getLock() - Method in class com.sleepycat.db.LockRequest
-
Return the lock reference.
- getLock(int, boolean, DatabaseEntry, LockRequestMode) - Method in class com.sleepycat.db.Environment
-
Acquire a lock from the lock table returning information about it in the Lock parameter.
- 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.
- getLockerPriority(int) - Method in class com.sleepycat.db.Environment
-
Return the deadlock priority for the given locker.
- getLockers() - Method in class com.sleepycat.db.LockStats
-
The current number of lockers allocated in lock table.
- getLockersNowait() - Method in class com.sleepycat.db.LockStats
-
The number of requests to allocate or deallocate a locker for which the
thread of control did not wait.
- getLockersWait() - Method in class com.sleepycat.db.LockStats
-
The number of requests to allocate or deallocate a locker for which the
thread of control waited.
- getLockNowait() - Method in class com.sleepycat.db.LockStats
-
The number of lock requests not immediately available due to conflicts,
for which the thread of control did not wait.
- getLockPartitions() - Method in class com.sleepycat.db.EnvironmentConfig
-
Returns the number of lock table partitions in the Berkeley DB environment.
- getLocks() - Method in class com.sleepycat.db.LockStats
-
The current number of locks allocated in lock table.
- getLockStats(StatsConfig) - Method in class com.sleepycat.db.Environment
-
Return the database environment's locking statistics.
- getLocksteals() - Method in class com.sleepycat.db.LockStats
-
The maximum number of locks stolen by an empty partition.
- getLockTableSize() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the lock hash table size.
- getLockTimeout() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the database environment lock timeout value, in microseconds;
a timeout of 0 means no timeout is set.
- getLockTimeout() - Method in class com.sleepycat.db.LockStats
-
Lock timeout value.
- getLockWait() - Method in class com.sleepycat.db.LockStats
-
The number of lock requests not immediately available due to conflicts,
for which the thread of control waited.
- getLogAutoRemove() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the system has been configured to to automatically remove log
files that are no longer needed.
- getLogBlobContent() - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- getLogBufferSize() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the size of the in-memory log buffer, in bytes.
- getLogDirectory() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the path of a directory to be used as the location of logging files.
- getLogDuplicated() - Method in class com.sleepycat.db.ReplicationStats
-
The number of duplicate log records received.
- getLogExternalFileContent() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if full logging of external file data is enabled.
- 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.
- getLogNoSync() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the system has been configured to avoid fsync() calls during
log files during flushes.
- getLogQueued() - Method in class com.sleepycat.db.ReplicationStats
-
The number of log records currently queued.
- getLogQueuedMax() - Method in class com.sleepycat.db.ReplicationStats
-
The maximum number of log records ever queued at once.
- getLogQueuedTotal() - Method in class com.sleepycat.db.ReplicationStats
-
The total number of log records queued.
- getLogRecordHandler() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the handler for application-specific log records.
- getLogRecords() - Method in class com.sleepycat.db.ReplicationStats
-
The number of log records received and appended to the log.
- getLogRegionSize() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the size of the underlying logging subsystem region.
- getLogRequested() - Method in class com.sleepycat.db.ReplicationStats
-
The number of times log records were missed and requested.
- 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.TransactionStats.Active
-
The log sequence number of the transaction's first log record.
- 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.
- getMagic() - Method in class com.sleepycat.db.BtreeStats
-
The magic number that identifies the file as a Btree database.
- getMagic() - Method in class com.sleepycat.db.HashStats
-
The magic number that identifies the file as a Hash file.
- getMagic() - Method in class com.sleepycat.db.LogStats
-
The magic number that identifies a file as a log file.
- getMagic() - Method in class com.sleepycat.db.QueueStats
-
The magic number that identifies the file as a Queue file.
- getMap() - Method in class com.sleepycat.db.CacheFileStats
-
Requested pages mapped into the process' address space.
- getMap() - Method in class com.sleepycat.db.CacheStats
-
Requested pages mapped into the process' address space (there is no
available information about whether or not this request caused disk I/O,
although examining the application page fault rate may be helpful).
- getMaster() - Method in class com.sleepycat.db.ReplicationStats
-
The current master environment ID.
- getMasterChanges() - Method in class com.sleepycat.db.ReplicationStats
-
The number of times the master has changed.
- getMax() - Method in class com.sleepycat.db.SequenceStats
-
The maximum permitted value of the sequence.
- getMaxCommitperflush() - Method in class com.sleepycat.db.LogStats
-
The maximum number of commits contained in a single log flush.
- getMaxElectThreads() - Method in class com.sleepycat.db.ReplicationManagerStats
-
The number of election threads for which space is reserved.
- getMaxHlocks() - Method in class com.sleepycat.db.LockStats
-
The maximum number of locks in any hash bucket at any one time.
- getMaxHobjects() - Method in class com.sleepycat.db.LockStats
-
The maximum number of objects in any hash bucket at any one time.
- 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
-
- getMaxLeaseUsec() - Method in class com.sleepycat.db.ReplicationStats
-
- getMaxLockers() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum number of lockers.
- getMaxLockers() - Method in class com.sleepycat.db.LockStats
-
The maximum number of lockers possible.
- getMaxLockObjects() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum number of locked objects.
- getMaxLocks() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum number of locks.
- getMaxLocks() - Method in class com.sleepycat.db.LockStats
-
The maximum number of locks possible.
- getMaxLogFileSize() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum size of a single file in the log, in bytes.
- getMaxLsteals() - Method in class com.sleepycat.db.LockStats
-
The maximum number of lock steals for any one partition.
- getMaxMutexes() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the total number of mutexes allocated.
- getMaxNactive() - Method in class com.sleepycat.db.TransactionStats
-
The maximum number of active transactions at any one time.
- getMaxNfileId() - Method in class com.sleepycat.db.LogStats
-
The maximum number of file logging identifiers used.
- getMaxNlockers() - Method in class com.sleepycat.db.LockStats
-
The maximum number of lockers at any one time.
- getMaxNlocks() - Method in class com.sleepycat.db.LockStats
-
The maximum number of locks at any one time.
- getMaxNobjects() - Method in class com.sleepycat.db.LockStats
-
The maximum number of lock objects at any one time.
- getMaxNsnapshot() - Method in class com.sleepycat.db.TransactionStats
-
The maximum number of transactions on the snapshot list at any one time.
- getMaxNumCache() - Method in class com.sleepycat.db.CacheStats
-
- getMaxObjects() - Method in class com.sleepycat.db.LockStats
-
The maximum number of lock objects possible.
- getMaxOpenfd() - Method in class com.sleepycat.db.CacheStats
-
Maximum number of open file descriptors.
- getMaxOpenFiles() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum number of file descriptors that will be opened concurrently..
- getMaxOsteals() - Method in class com.sleepycat.db.LockStats
-
The maximum number of object steals for any one partition.
- 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
-
The LSN of the maximum permanent log record, or 0 if there are no permanent log records.
- getMaxRetries() - Method in class com.sleepycat.collections.TransactionRunner
-
Returns the maximum number of retries that will be performed when
deadlocks are detected.
- getMaxTxns() - Method in class com.sleepycat.db.TransactionStats
-
The maximum number of active transactions configured.
- getMaxWrite() - Method in class com.sleepycat.db.CacheStats
-
The maximum number of sequential write operations scheduled by the library
when flushing dirty pages from the cache.
- getMaxWrite() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum number of sequential write operations.
- getMaxWriteSleep() - Method in class com.sleepycat.db.CacheStats
-
The number of microseconds the thread of control should pause before
scheduling further write operations.
- getMaxWriteSleep() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the microseconds to pause before scheduling further write operations.
- getMessageHandler() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the function to be called with an informational message.
- getMessageHandler() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the function to be called with an informational message.
- getMessagePrefix() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the prefix string that appears before informational messages.
- getMessagePrefix() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the prefix string that appears before informational messages.
- 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 OutputStream for displaying informational messages.
- getMetadataDir() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the path of a directory to be used as the location to store the
persistent metadata.
- getMetaFlags() - Method in class com.sleepycat.db.BtreeStats
-
Reports internal flags.
- getMetaFlags() - Method in class com.sleepycat.db.HashStats
-
Reports internal flags.
- getMetaFlags() - Method in class com.sleepycat.db.QueueStats
-
Reports internal flags.
- getMin() - Method in class com.sleepycat.db.SequenceStats
-
The minimum permitted value of the sequence.
- getMinCommitperflush() - Method in class com.sleepycat.db.LogStats
-
The minimum number of commits contained in a single log flush that
contained a commit.
- getMinKey() - Method in class com.sleepycat.db.BtreeStats
-
The minimum keys per page.
- getMinutes() - Method in class com.sleepycat.db.CheckpointConfig
-
Return the checkpoint time threshold, in minutes.
- getMmapSize() - Method in class com.sleepycat.db.CacheStats
-
Maximum file size for mmap.
- getMMapSize() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum file size, in bytes, for a file to be mapped into
the process address space.
- getMode() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the mode used to create files.
- getMode() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the mode to use when creating underlying files and shared
memory segments.
- getMode() - Method in exception com.sleepycat.db.LockNotGrantedException
-
- getMode() - Method in class com.sleepycat.db.LockRequest
-
Return the lock mode.
- getMode() - Method in class com.sleepycat.db.LogStats
-
The mode of any created log files.
- getModel() - Method in class com.sleepycat.persist.EntityStore
-
Returns the current entity model for this 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
-
The number of messages received with a bad generation number.
- getMsgsDropped() - Method in class com.sleepycat.db.ReplicationManagerStats
-
The number of outgoing messages that were dropped, because the outgoing
message queue was full.
- getMsgsProcessed() - Method in class com.sleepycat.db.ReplicationStats
-
The number of messages received and processed.
- getMsgsQueued() - Method in class com.sleepycat.db.ReplicationManagerStats
-
The number of outgoing messages which could not be transmitted
immediately, due to a full network buffer, and had to be queued for
later delivery.
- getMsgsRecover() - Method in class com.sleepycat.db.ReplicationStats
-
The number of messages ignored due to pending recovery.
- getMsgsSendFailures() - Method in class com.sleepycat.db.ReplicationStats
-
The number of failed message sends.
- getMsgsSent() - Method in class com.sleepycat.db.ReplicationStats
-
The number of messages sent.
- 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
-
Number of frozen buffers freed.
- getMultiversionFrozen() - Method in class com.sleepycat.db.CacheStats
-
Number of buffers frozen.
- getMultiversionRef() - Method in class com.sleepycat.db.TransactionStats.Active
-
The number of buffer copies created by this transaction that remain in cache.
- getMultiversionReused() - Method in class com.sleepycat.db.CacheStats
-
Number of outdated intermediate versions reused.
- getMultiversionThawed() - Method in class com.sleepycat.db.CacheStats
-
Number of buffers thawed.
- 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.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
-
The mutex alignment, in bytes.
- getMutexAlignment() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the mutex alignment, in bytes.
- getMutexCount() - Method in class com.sleepycat.db.MutexStats
-
The total number of mutexes configured.
- getMutexFree() - Method in class com.sleepycat.db.MutexStats
-
The number of mutexes currently available.
- getMutexIncrement() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the number of additional mutexes to allocate.
- getMutexInit() - Method in class com.sleepycat.db.MutexStats
-
The initial number of mutexes configured.
- getMutexInuse() - Method in class com.sleepycat.db.MutexStats
-
The number of mutexes currently in use.
- getMutexInuseMax() - Method in class com.sleepycat.db.MutexStats
-
The maximum number of mutexes ever in use.
- getMutexMax() - Method in class com.sleepycat.db.MutexStats
-
The maximum number of mutexes.
- getMutexStats(StatsConfig) - Method in class com.sleepycat.db.Environment
-
Return the database environment's mutex statistics.
- getMutexTasSpins() - Method in class com.sleepycat.db.MutexStats
-
The number of times test-and-set mutexes will spin without blocking.
- getMutexTestAndSetSpins() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the test-and-set spin count.
- getNaborts() - Method in class com.sleepycat.db.TransactionStats
-
The number of transactions that have aborted.
- getNactive() - Method in class com.sleepycat.db.TransactionStats
-
The number of transactions that are currently active.
- getName() - Method in class com.sleepycat.db.Transaction
-
Get the user visible name for the transaction.
- getName() - Method in class com.sleepycat.db.TransactionStats.Active
-
The transaction name, including the thread name if available.
- getName() - Method in class com.sleepycat.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
-
The number of new site messages received.
- 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, LockMode) - Method in class com.sleepycat.db.Cursor
-
Move the cursor to the next key/data pair and return that pair.
- getNext(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.JoinCursor
-
Returns the next primary key and data resulting from the join operation.
- getNext(DatabaseEntry, LockMode) - Method in class com.sleepycat.db.JoinCursor
-
Returns the next primary key resulting from the join operation.
- getNext(LogSequenceNumber, DatabaseEntry) - Method in class com.sleepycat.db.LogCursor
-
Return the next LogSequenceNumber and log record.
- 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, 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.
- getNextLsn() - Method in class com.sleepycat.db.ReplicationStats
-
In replication environments configured as masters, the next LSN to be used.
- 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, LockMode) - Method in class com.sleepycat.db.Cursor
-
Move the cursor to the next non-duplicate key/data pair and return
that pair.
- getNextPages() - Method in class com.sleepycat.db.ReplicationStats
-
The next page number we expect to receive.
- getNobjects() - Method in class com.sleepycat.db.LockStats
-
The number of current lock objects.
- 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.
- getNoLogs() - Method in class com.sleepycat.db.BackupOptions
-
Whether log files are included in the backup.
- getNoMMap() - Method in class com.sleepycat.db.DatabaseConfig
-
Return true if the library is configured to not map this database into
memory.
- getNoMMap() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the system has been configured to copy read-only database files
into the local cache instead of potentially mapping them into process
memory.
- getNoOrderCheck() - Method in class com.sleepycat.db.VerifyConfig
-
Return true if the
Database.verify
is configured to skip the
database checks for btree and duplicate sort order and for hashing.
- getNoPanic() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the system has been configured to ignore any panic state in
the database environment.
- getNoSort() - Method in class com.sleepycat.db.JoinConfig
-
Returns whether automatic sorting of the input cursors is disabled.
- getNoSync() - Method in class com.sleepycat.db.TransactionConfig
-
Return if the transaction is configured to not write or synchronously
flush the log it when commits.
- getNowait() - Method in class com.sleepycat.db.SequenceStats
-
The number of times that a thread of control was able to obtain handle
mutex without waiting.
- getNoWait() - Method in class com.sleepycat.db.TransactionConfig
-
Return if the transaction is configured to not wait if a lock
request cannot be immediately granted.
- getNoWaitDbExclusiveLock() - Method in class com.sleepycat.db.DatabaseConfig
-
Return whether the
Database
handle is
configured to obtain a write lock on the entire database.
- 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
-
The number of transactions that have begun.
- getNumBlobs() - Method in class com.sleepycat.db.BtreeStats
-
- getNumBlobs() - Method in class com.sleepycat.db.HashStats
-
- getNumCache() - Method in class com.sleepycat.db.CacheStats
-
Number of caches.
- getNumCommits() - Method in class com.sleepycat.db.TransactionStats
-
The number of transactions that have committed.
- getNumData() - Method in class com.sleepycat.db.BtreeStats
-
The number of key/data pairs or records in the database.
- getNumData() - Method in class com.sleepycat.db.HashStats
-
The number of key/data pairs in the database.
- getNumData() - Method in class com.sleepycat.db.QueueStats
-
The number of records in the database.
- getNumDeadlocks() - Method in class com.sleepycat.db.LockStats
-
The number of deadlocks.
- getNumDowngrade() - Method in class com.sleepycat.db.LockStats
-
The total number of locks downgraded.
- getNumFileId() - Method in class com.sleepycat.db.LogStats
-
The current number of file logging identifiers.
- getNumKeys() - Method in class com.sleepycat.db.BtreeStats
-
The number of keys or records in the database.
- getNumKeys() - Method in class com.sleepycat.db.HashStats
-
The number of unique keys in the database.
- getNumKeys() - Method in class com.sleepycat.db.QueueStats
-
The number of records in the database.
- getNumLockers() - Method in class com.sleepycat.db.LockStats
-
The number of current lockers.
- getNumLockersHit() - Method in class com.sleepycat.db.LockStats
-
The number of hits in the thread locker cache.
- getNumLockersReused() - Method in class com.sleepycat.db.LockStats
-
Total number of lockers reused.
- getNumLocks() - Method in class com.sleepycat.db.LockStats
-
The number of current locks.
- getNumLockTimeouts() - Method in class com.sleepycat.db.LockStats
-
The number of lock requests that have timed out.
- getNumModes() - Method in class com.sleepycat.db.LockStats
-
The number of lock modes.
- getNumReleases() - Method in class com.sleepycat.db.LockStats
-
The total number of locks released.
- getNumRequests() - Method in class com.sleepycat.db.LockStats
-
The total number of locks requested.
- getNumRestores() - Method in class com.sleepycat.db.TransactionStats
-
The number of transactions that have been restored.
- getNumSites() - Method in class com.sleepycat.db.ReplicationStats
-
The number of sites used in the last election.
- getNumSnapshot() - Method in class com.sleepycat.db.TransactionStats
-
The number of transactions on the snapshot list.
- getNumThrottles() - Method in class com.sleepycat.db.ReplicationStats
-
Transmission limited.
- getNumTxnTimeouts() - Method in class com.sleepycat.db.LockStats
-
The number of transactions that have timed out.
- getNumUpgrade() - Method in class com.sleepycat.db.LockStats
-
The total number of locks upgraded.
- getObj() - Method in exception com.sleepycat.db.LockNotGrantedException
-
- getObj() - Method in class com.sleepycat.db.LockRequest
-
Return the lock object.
- getObjects() - Method in class com.sleepycat.db.LockStats
-
The current number of lock objects allocated in lock table.
- getObjectsteals() - Method in class com.sleepycat.db.LockStats
-
The maximum number of objects stolen by an empty partition.
- getObjsNowait() - Method in class com.sleepycat.db.LockStats
-
The number of requests to allocate or deallocate an object for which the
thread of control did not wait.
- getObjsWait() - Method in class com.sleepycat.db.LockStats
-
The number of requests to allocate or deallocate an object for which the
thread of control waited.
- 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.
- getOrderCheckOnly() - Method in class com.sleepycat.db.VerifyConfig
-
- getOutdated() - Method in class com.sleepycat.db.ReplicationStats
-
The number of outdated conditions detected.
- getOverflows() - Method in class com.sleepycat.db.HashStats
-
The number of bucket overflow pages (bucket overflow pages are created when
items did not fit on the main bucket page).
- getOverPages() - Method in class com.sleepycat.db.BtreeStats
-
The number of database overflow pages.
- getOverPagesFree() - Method in class com.sleepycat.db.BtreeStats
-
The number of bytes free in database overflow pages.
- getOverwrite() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the system has been configured to overwrite files stored in
encrypted formats before deleting them.
- getOvflFree() - Method in class com.sleepycat.db.HashStats
-
The number of bytes free on bucket overflow pages.
- 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
-
Clean pages currently in the cache.
- getPageCount() - Method in class com.sleepycat.db.BtreeStats
-
The number of pages in the database.
- getPageCount() - Method in class com.sleepycat.db.HashStats
-
The number of pages in the database.
- getPageCreate() - Method in class com.sleepycat.db.CacheFileStats
-
Pages created in the cache.
- getPageCreate() - Method in class com.sleepycat.db.CacheStats
-
Pages created in the cache.
- getPageDirty() - Method in class com.sleepycat.db.CacheStats
-
Dirty pages currently in the cache.
- getPageIn() - Method in class com.sleepycat.db.CacheFileStats
-
Pages read into the cache.
- getPageIn() - Method in class com.sleepycat.db.CacheStats
-
Pages read into the cache.
- getPageNumber() - Method in class com.sleepycat.db.HeapRecordId
-
Get the database page number where the record is stored.
- getPageOut() - Method in class com.sleepycat.db.CacheFileStats
-
Pages written from the cache to the backing file.
- getPageOut() - Method in class com.sleepycat.db.CacheStats
-
Pages written from the cache to the backing file.
- getPages() - Method in class com.sleepycat.db.CacheStats
-
Pages in the cache.
- getPages() - Method in class com.sleepycat.db.QueueStats
-
The number of pages in the database.
- getPagesDuplicated() - Method in class com.sleepycat.db.ReplicationStats
-
The number of duplicate pages received.
- getPagesExamine() - Method in class com.sleepycat.db.CompactStats
-
The number of database pages reviewed during the compaction phase.
- getPagesFree() - Method in class com.sleepycat.db.CompactStats
-
The number of database pages free during the compaction phase.
- getPagesFree() - Method in class com.sleepycat.db.QueueStats
-
The number of bytes free in database pages.
- getPageSize() - Method in class com.sleepycat.db.BtreeStats
-
The underlying database page size, in bytes.
- getPageSize() - Method in class com.sleepycat.db.CacheFileStats
-
Page size in bytes.
- getPageSize() - Method in class com.sleepycat.db.CacheStats
-
Page size in bytes.
- getPageSize() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the size of the pages used to hold items in the database, in bytes.
- getPageSize() - Method in class com.sleepycat.db.HashStats
-
The underlying Hash database page (and bucket) size, in bytes.
- getPageSize() - Method in class com.sleepycat.db.QueueStats
-
The underlying database page size, in bytes.
- getPagesRecords() - Method in class com.sleepycat.db.ReplicationStats
-
The number of pages received and stored.
- getPagesRequested() - Method in class com.sleepycat.db.ReplicationStats
-
The number of pages missed and requested from the master.
- getPagesTruncated() - Method in class com.sleepycat.db.CompactStats
-
The number of database pages returned to the filesystem.
- getPageTrickle() - Method in class com.sleepycat.db.CacheStats
-
- getPanicHandler() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the function to be called if the database environment panics.
- getPanicHandler() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the function to be called if the database environment panics.
- getParentId() - Method in class com.sleepycat.db.TransactionStats.Active
-
The transaction ID of the parent transaction (or 0, if no parent).
- 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
-
The number of lock table partitions.
- getPartMaxNowait() - Method in class com.sleepycat.db.LockStats
-
The number of times that a thread of control was able to obtain any one
lock partition mutex without waiting.
- getPartMaxWait() - Method in class com.sleepycat.db.LockStats
-
The maximum number of times that a thread of control was forced to wait
before obtaining any one lock partition mutex.
- getPartNowait() - Method in class com.sleepycat.db.LockStats
-
The number of times that a thread of control was able to obtain a lock
partition mutex without waiting.
- getPartWait() - Method in class com.sleepycat.db.LockStats
-
The number of times that a thread of control was forced to wait before
obtaining a lock partition mutex.
- getPassword() - Method in class com.sleepycat.db.DatabaseConfig
-
- getPassword() - Method in class com.sleepycat.persist.StoreConfig
-
- getPdescriptor(Class) - Static method in class com.sleepycat.util.ConfigBeanInfoBase
-
- getPeer() - Method in class com.sleepycat.db.ReplicationManagerSite
-
Return if the site is peer to local site.
- getPeer() - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Return if the site is peer.
- getPermFailed() - Method in class com.sleepycat.db.ReplicationManagerStats
-
The number of times a message critical for maintaining database
integrity (for example, a transaction commit), originating at this site,
did not receive sufficient acknowledgement from clients, according to
the configured acknowledgement policy and acknowledgement timeout
- 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
-
The process ID of the process that owns the transaction.
- getPollingMethod() - Method in class com.sleepycat.db.ReplicationManagerStats
-
Polling method.
- getPort() - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Return the port of the site.
- 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, 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.
- 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, 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.
- 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, LockMode) - Method in class com.sleepycat.db.Cursor
-
Move the cursor to the previous non-duplicate key/data pair and return
that pair.
- getPrimaryConfig(Class) - Method in class com.sleepycat.persist.EntityStore
-
Returns the default primary database Berkeley DB engine API
configuration for an entity class.
- getPrimaryDatabase() - Method in class com.sleepycat.db.SecondaryDatabase
-
Returns the primary database associated with this secondary database.
- getPrimaryIndex() - Method in class com.sleepycat.persist.SecondaryIndex
-
Returns the primary index associated with this secondary index.
- 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(String) - Method in class com.sleepycat.persist.raw.RawStore
-
Opens the primary index for a given entity class.
- 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.
- getPriority() - Method in class com.sleepycat.db.Transaction
-
Get the transaction's deadlock priority.
- getPriority() - Method in class com.sleepycat.db.TransactionStats.Active
-
This transaction's deadlock resolution priority.
- getPrivate() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment is configured to only be accessed
by a single process.
- getPropertiesInfo(Class) - Static method in class com.sleepycat.util.ConfigBeanInfoBase
-
- getPropertyDescriptors() - Method in class com.sleepycat.persist.evolve.EvolveConfigBeanInfo
-
- getPropertyDescriptors() - Method in class com.sleepycat.persist.StoreConfigBeanInfo
-
- getPropertyDescriptors(Class) - Method in class com.sleepycat.util.ConfigBeanInfoBase
-
Gets the bean's PropertyDescriptor
s.
- 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
-
The number of times the log has been read from disk.
- getReadCommitted() - Method in class com.sleepycat.db.CursorConfig
-
Return if the cursor is configured for read committed isolation.
- getReadCommitted() - Method in class com.sleepycat.db.TransactionConfig
-
Return if the transaction is configured for read committed isolation.
- getReadIntLength(byte[], int) - Static method in class com.sleepycat.util.PackedInteger
-
- getReadLongLength(byte[], int) - Static method in class com.sleepycat.util.PackedInteger
-
- getReadLsn() - Method in class com.sleepycat.db.TransactionStats.Active
-
The log sequence number of reads for snapshot transactions.
- getReadOnly() - Method in class com.sleepycat.db.DatabaseConfig
-
Return true if the database is configured in read-only mode.
- getReadOnly() - Method in class com.sleepycat.db.DatabaseEntry
-
Return whether this DatabaseEntry is configured as read only.
- getReadOnly() - Method in class com.sleepycat.db.DatabaseStreamConfig
-
Return true if the database stream is read only.
- getReadOnly() - Method in class com.sleepycat.persist.StoreConfig
-
Returns the read-only configuration property.
- getReadSortedIntLength(byte[], int) - Static method in class com.sleepycat.util.PackedInteger
-
- getReadSortedLongLength(byte[], int) - Static method in class com.sleepycat.util.PackedInteger
-
- getReadUncommitted() - Method in class com.sleepycat.db.CursorConfig
-
Return if read operations performed by the cursor are configured to
return modified but not yet committed data.
- getReadUncommitted() - Method in class com.sleepycat.db.DatabaseConfig
-
Return true if the database is configured to support read uncommitted.
- getReadUncommitted() - Method in class com.sleepycat.db.TransactionConfig
-
Return if read operations performed by the transaction are configured to
return modified but not yet committed data.
- getRecord() - Method in class com.sleepycat.db.LogStats
-
The number of records written to this log.
- getRecordDelimiter() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the delimiting byte used to mark the end of a record in the
backing source file for the Recno access method.
- getRecordLength() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the database record length, in bytes.
- getRecordNumber() - 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.
- getRecordNumber(DatabaseEntry, LockMode) - Method in class com.sleepycat.db.Cursor
-
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.
- getRegionDirectory() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the path of a directory to be used as the location of region files.
- getRegionMemoryInitialSize(RegionResourceType) - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the inital memory configuration for a region resource.
- getRegionMemoryMax() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the maximum amount of memory that can be used by shared structures
in the main environment region.
- getRegionNowait() - Method in class com.sleepycat.db.CacheStats
-
The number of times that a thread of control was able to obtain a
cache region mutex without waiting.
- getRegionNowait() - Method in class com.sleepycat.db.LockStats
-
The number of times that a thread of control was able to obtain the lock
region mutex without waiting.
- getRegionNowait() - Method in class com.sleepycat.db.LogStats
-
The number of times that a thread of control was able to obtain
the log region mutex without waiting.
- getRegionNowait() - Method in class com.sleepycat.db.MutexStats
-
The number of times that a thread of control was able to obtain
the mutex region mutex without waiting.
- getRegionNowait() - Method in class com.sleepycat.db.TransactionStats
-
The number of times that a thread of control was able to obtain the
transaction region mutex without waiting.
- getRegionWait() - Method in class com.sleepycat.db.CacheStats
-
The number of times that a thread of control was forced to wait
before obtaining a cache region mutex.
- getRegionWait() - Method in class com.sleepycat.db.LockStats
-
The number of times that a thread of control was forced to wait before
obtaining the lock region mutex.
- getRegionWait() - Method in class com.sleepycat.db.LogStats
-
The number of times that a thread of control was forced to wait
before obtaining the log region mutex.
- getRegionWait() - Method in class com.sleepycat.db.MutexStats
-
The number of times that a thread of control was forced to wait before
obtaining the mutex region mutex.
- getRegionWait() - Method in class com.sleepycat.db.TransactionStats
-
The number of times that a thread of control was forced to wait before
obtaining the transaction region mutex.
- getRegister() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the check for process failure when the environment is opened.
- getRegmax() - Method in class com.sleepycat.db.CacheStats
-
The maximum size, in bytes, of the mutex region.
- getRegmax() - Method in class com.sleepycat.db.MutexStats
-
The max size of the mutex region size.
- getRegSize() - Method in class com.sleepycat.db.CacheStats
-
Individual cache size.
- getRegSize() - Method in class com.sleepycat.db.LockStats
-
The size of the lock region.
- getRegSize() - Method in class com.sleepycat.db.LogStats
-
The size of the region.
- getRegSize() - Method in class com.sleepycat.db.MutexStats
-
The size of the mutex region, in bytes.
- getRegSize() - Method in class com.sleepycat.db.TransactionStats
-
The size of the region.
- 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
-
The length of fixed-length records.
- getReLen() - Method in class com.sleepycat.db.QueueStats
-
The length of the records.
- 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() - Method in class com.sleepycat.db.DatabaseConfig
-
Return true if the logical record numbers are mutable, and change as
records are added to and deleted from the database.
- getRePad() - Method in class com.sleepycat.db.BtreeStats
-
The padding byte value for fixed-length records.
- getRePad() - Method in class com.sleepycat.db.QueueStats
-
The padding byte value for the records.
- 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.
- getReplicationInMemory() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if internal replication information is stored in memory only.
- 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.
- getReplicationManagerIncomingQueueMax() - Method in class com.sleepycat.db.EnvironmentConfig
-
Get the maximum amount of dynamic memory used by the Replication Manager
incoming queue.
- getReplicationManagerLocalSite() - Method in class com.sleepycat.db.Environment
-
Return a handle for the local replication site.
- getReplicationManagerSite(int) - Method in class com.sleepycat.db.Environment
-
Return a site known to the replication manager by its eid.
- getReplicationManagerSite(String, long) - Method in class com.sleepycat.db.Environment
-
Return a site in the replication manager by its host and port.
- getReplicationManagerSiteList() - Method in class com.sleepycat.db.Environment
-
Return an array of all the 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.Environment
-
Get the number of sites in a replication group.
- getReplicationNumSites() - Method in class com.sleepycat.db.EnvironmentConfig
-
Get the total number of sites configured in this EnvironmentConfig object.
- 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.
- getReplicationViewHandler() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the function name used by replication views to determine whether
a database file is replicated to the local site.
- 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
-
Clean pages forced from the cache.
- getRunFatalRecovery() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the handle is configured to run catastrophic recovery on
the database environment before opening it for use.
- getRunRecovery() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the handle is configured to run normal recovery on the
database environment before opening it for use.
- getRwEvict() - Method in class com.sleepycat.db.CacheStats
-
Dirty pages forced from the cache.
- getSalvage() - Method in class com.sleepycat.db.VerifyConfig
-
Return true if the
Database.verify
is configured to write the
key/data pairs from all databases in the file to the file stream
named by the outfile parameter..
- getSCount() - Method in class com.sleepycat.db.LogStats
-
The number of times the log has been flushed to disk.
- getSearchBoth(DatabaseEntry, DatabaseEntry, 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(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, 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(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.
- 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, LockMode) - Method in class com.sleepycat.db.Cursor
-
Move the cursor to the specified key and matching data item of the database.
- 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, 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.
- 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, 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.
- 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(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, DatabaseEntry, LockMode) - Method in class com.sleepycat.db.SecondaryDatabase
-
Retrieves the key/data pair associated with the specific numbered record of the database.
- 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.
- 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.
- 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(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.
- getSequenceConfig(String) - Method in class com.sleepycat.persist.EntityStore
-
Returns the default Berkeley DB engine API configuration for a named key
sequence.
- 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.
- getSingleDir() - Method in class com.sleepycat.db.BackupOptions
-
Whether all backed up files are to be placed in a single directory.
- getSiteParticipants() - Method in class com.sleepycat.db.ReplicationManagerStats
-
Number of replication group participant sites.
- getSiteTotal() - Method in class com.sleepycat.db.ReplicationManagerStats
-
Total number of replication group sites.
- getSiteViews() - Method in class com.sleepycat.db.ReplicationManagerStats
-
Number of replication group view sites.
- getSize() - Method in class com.sleepycat.db.DatabaseEntry
-
Return the byte size of the data array.
- getSliceCallback() - Method in class com.sleepycat.db.DatabaseConfig
-
Get the Slice callback.
- getSliceCount() - Method in class com.sleepycat.db.Environment
-
Get the number of slices in the environment.
- getSliced() - Method in class com.sleepycat.db.DatabaseConfig
-
- getSlices() - Method in class com.sleepycat.db.Database
-
Get the Database handles of the underlying slices of the database.
- getSlices() - Method in class com.sleepycat.db.Environment
-
Gets the Environment handles for the underlying slice environments.
- getSliceTxns() - Method in class com.sleepycat.db.TransactionStats.Active
-
An array of transaction ids of slices' active subordinate transactions.
- 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.
- getSortedBigDecimalByteLength() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Returns the byte length of a sorted BigDecimal
.
- getSortedBigDecimalMaxByteLength(BigDecimal) - Static method in class com.sleepycat.bind.tuple.TupleOutput
-
- getSortedDuplicates() - Method in class com.sleepycat.db.DatabaseConfig
-
Return true if the database is configured to support sorted duplicate data
items.
- getSortedPackedIntByteLength() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Returns the byte length of a sorted packed integer.
- getSortedPackedLongByteLength() - Method in class com.sleepycat.bind.tuple.TupleInput
-
Returns the byte length of a sorted packed long integer.
- getStartLsn() - Method in class com.sleepycat.db.LogVerifyConfig
-
Return the starting lsn to verify.
- getStartSyncDelayed() - Method in class com.sleepycat.db.ReplicationStats
-
The number of times the client had to delay the start of a cache flush
operation (initiated by the master for an impending checkpoint) because
it was missing some previous log record(s).
- getStartTime() - Method in class com.sleepycat.db.LogVerifyConfig
-
Return the starting time to verify.
- getStartupComplete() - Method in class com.sleepycat.db.ReplicationStats
-
The client site has completed its startup procedures and is now handling live records from the master.
- getStats() - Method in class com.sleepycat.persist.evolve.EvolveEvent
-
The cumulative statistics gathered during eager evolution.
- getStats(StatsConfig) - Method in class com.sleepycat.db.Sequence
-
Return statistical information about the sequence.
- getStats(Transaction, StatsConfig) - Method in class com.sleepycat.db.Database
-
Return database statistics.
- getStatus() - Method in class com.sleepycat.db.ReplicationStats
-
The current replication mode.
- getStoreName() - Method in class com.sleepycat.persist.EntityStore
-
Returns the name of this 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 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
-
Number of mpool sync operations interrupted.
- getSyncPerWrite() - Method in class com.sleepycat.db.DatabaseStreamConfig
-
Return if the database stream is configured to sync the external file
on each write.
- 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.
- getTableSize() - Method in class com.sleepycat.db.LockStats
-
The size of object hash table.
- getTakeovers() - Method in class com.sleepycat.db.ReplicationManagerStats
-
The number of times a subordinate process took over as the replication
process after a previous replication process has finished successfully.
- getTemporaryDirectory() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the path of a directory to be used as the location of
temporary files.
- getterAndSetterMethods - Static variable in class com.sleepycat.util.ConfigBeanInfoBase
-
- getTestAndSetSpins() - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- getThreaded() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the handle is configured to be free-threaded.
- getTimeCkp() - Method in class com.sleepycat.db.TransactionStats
-
The time the last completed checkpoint finished (as the number of
seconds since the Epoch, returned by the IEEE/ANSI Std 1003.1
(POSIX) time interface).
- getTimeout() - Method in class com.sleepycat.db.CompactConfig
-
Return the the lock timeout set for implicit transactions, in microseconds.
- getTimeout() - Method in class com.sleepycat.db.LockRequest
-
Return the lock timeout value.
- getTransaction() - Method in class com.sleepycat.collections.CurrentTransaction
-
Returns the transaction associated with the current thread for this
environment, or null if no transaction is active.
- getTransaction() - Method in class com.sleepycat.db.PreparedTransaction
-
Return the transaction handle for the transaction.
- 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(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.
- 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(Double) - Method in class com.sleepycat.bind.tuple.SortedDoubleBinding
-
- getTupleOutput(Float) - Method in class com.sleepycat.bind.tuple.FloatBinding
-
- getTupleOutput(Float) - Method in class com.sleepycat.bind.tuple.SortedFloatBinding
-
- getTupleOutput(Integer) - Method in class com.sleepycat.bind.tuple.IntegerBinding
-
- getTupleOutput(Integer) - Method in class com.sleepycat.bind.tuple.PackedIntegerBinding
-
- getTupleOutput(Integer) - Method in class com.sleepycat.bind.tuple.SortedPackedIntegerBinding
-
- getTupleOutput(Long) - Method in class com.sleepycat.bind.tuple.LongBinding
-
- getTupleOutput(Long) - Method in class com.sleepycat.bind.tuple.PackedLongBinding
-
- getTupleOutput(Long) - Method in class com.sleepycat.bind.tuple.SortedPackedLongBinding
-
- getTupleOutput(Short) - Method in class com.sleepycat.bind.tuple.ShortBinding
-
- getTupleOutput(String) - Method in class com.sleepycat.bind.tuple.StringBinding
-
- getTupleOutput(BigDecimal) - Method in class com.sleepycat.bind.tuple.BigDecimalBinding
-
- getTupleOutput(BigDecimal) - Method in class com.sleepycat.bind.tuple.SortedBigDecimalBinding
-
- getTupleOutput(BigInteger) - Method in class com.sleepycat.bind.tuple.BigIntegerBinding
-
- getTxnarray() - Method in class com.sleepycat.db.TransactionStats
-
An array of Active
objects, describing the currently active transactions.
- getTxnId() - Method in class com.sleepycat.db.TransactionStats.Active
-
The transaction ID of the transaction.
- getTxnMaxActive() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the minimum number of simultaneously active transactions supported
by the database environment.
- getTxnNoSync() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the system has been configured to not write or synchronously
flush the log on transaction commit.
- 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
-
The number of transactions applied.
- getTxnSnapshot() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the handle is configured to run all transactions at snapshot
isolation.
- getTxnTimeout() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the database environment transaction timeout value, in
microseconds; a timeout of 0 means no timeout is set.
- getTxnTimeout() - Method in class com.sleepycat.db.LockStats
-
Transaction timeout value.
- getTxnTimestamp() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return the time to which recovery will be done, or 0 if recovery will
be done to the most current possible date.
- getTxnWriteNoSync() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the system has been configured to write, but not synchronously
flush, the log on transaction commit.
- getType() - Method in class com.sleepycat.db.DatabaseConfig
-
Return the type of the database.
- getType() - Method in 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() - Method in class com.sleepycat.db.DatabaseConfig
-
Return true if the database is configured to support duplicate data items.
- getUpdate() - Method in class com.sleepycat.db.BackupOptions
-
Whether an incremental backup will be performed.
- getUseEnvironment() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment is configured to accept information
from the process environment when naming files.
- getUseEnvironmentRoot() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the database environment is configured to accept information
from the process environment when naming files if the process has
appropriate permissions.
- getUserBuffer() - Method in class com.sleepycat.db.DatabaseEntry
-
Return true if the whether the buffer in this entry is owned by the
application.
- getUserBufferLength() - Method in class com.sleepycat.db.DatabaseEntry
-
Return the length of the application's buffer.
- getValue() - Method in class com.sleepycat.collections.MapEntryParameter
-
Returns the value of this entry.
- getValue() - Method in class com.sleepycat.db.SequenceStats
-
The current cached value of the sequence.
- 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() - Method in class com.sleepycat.db.LogVerifyConfig
-
Return if print verbose information.
- getVerbose(VerboseConfig) - Method in class com.sleepycat.db.EnvironmentConfig
-
Return if the database environment is configured to display
a given type of verbose information.
- getVerboseDeadlock() - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- getVerboseRecovery() - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- getVerboseRegister() - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- getVerboseReplication() - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- getVerboseWaitsFor() - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- getVersion() - Method in class com.sleepycat.db.BtreeStats
-
The version of the Btree database.
- getVersion() - Method in class com.sleepycat.db.HashStats
-
The version of the Hash database.
- getVersion() - Method in class com.sleepycat.db.LogStats
-
The version of the log file type.
- getVersion() - Method in class com.sleepycat.db.QueueStats
-
The version of the Queue database.
- getVersion() - Method in class com.sleepycat.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.
- getVersionFamily() - Static method in class com.sleepycat.db.Environment
-
Return the release's Oracle family number.
- getVersionFullString() - Static method in class com.sleepycat.db.Environment
-
Return the full release version information, suitable for display.
- 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.
- getVersionRelease() - Static method in class com.sleepycat.db.Environment
-
Return the release's Oracle release number.
- getVersionString() - Static method in class com.sleepycat.db.Environment
-
Return the release version information, suitable for display.
- getView() - Method in class com.sleepycat.db.ReplicationStats
-
True if the site is a view and false if not.
- getWait() - Method in class com.sleepycat.db.SequenceStats
-
The number of times a thread of control was forced to wait on the
handle mutex.
- 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
-
The LSN of the first log record we have after missing log records being waited
for, or 0 if no log records are currently missing.
- getWaitingPages() - Method in class com.sleepycat.db.ReplicationStats
-
The page number of the first page we have after missing pages being
waited for, or 0 if no pages are currently missing.
- getWBytes() - Method in class com.sleepycat.db.LogStats
-
- getWcBytes() - Method in class com.sleepycat.db.LogStats
-
The number of bytes over and above
LogStats.getWcMbytes
written to this log since the last checkpoint.
- getWcMbytes() - Method in class com.sleepycat.db.LogStats
-
The number of megabytes written to this log since the last checkpoint.
- getWCount() - Method in class com.sleepycat.db.LogStats
-
The number of times the log has been written to disk.
- getWCountFill() - Method in class com.sleepycat.db.LogStats
-
The number of times the log has been written to disk because the
in-memory log record cache filled up.
- getWMbytes() - Method in class com.sleepycat.db.LogStats
-
The number of megabytes written to this log.
- getWrap() - Method in class com.sleepycat.db.SequenceConfig
-
Return true if the sequence will wrap around when it is incremented
(decremented) past the specified maximum (minimum) value.
- getWriteCursor() - Method in class com.sleepycat.db.CursorConfig
-
Return if the Concurrent Data Store environment cursor will be used to
update the database.
- getWriteIntLength(int) - Static method in class com.sleepycat.util.PackedInteger
-
- 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.
- getWriteOpsForwarded() - Method in class com.sleepycat.db.ReplicationManagerStats
-
The number of write operations forwarded.
- getWriteOpsReceived() - Method in class com.sleepycat.db.ReplicationManagerStats
-
The number of write operations received.
- getWriteSortedIntLength(int) - Static method in class com.sleepycat.util.PackedInteger
-
- getWriteSortedLongLength(long) - Static method in class com.sleepycat.util.PackedInteger
-
- getYieldCPU() - Method in class com.sleepycat.db.EnvironmentConfig
-
Return true if the system has been configured to yield the processor
immediately after each page or mutex acquisition.
- getZeroTerminatedByteLength(byte[], int) - Static method in class com.sleepycat.util.UtfOps
-
Returns the byte length of a null terminated UTF string, not including
the terminator.
- greater - Variable in class com.sleepycat.db.KeyRange
-
A value between 0 and 1, the proportion of keys greater than the
specified key.
- 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.
- sendMessage(Set) - Method in class com.sleepycat.db.ReplicationChannel
-
Send a message on the message channel asynchronously.
- sendRequest(Set, DatabaseEntry, long) - Method in class com.sleepycat.db.ReplicationChannel
-
Send request on the message channel.
- sequence() - Method in annotation type com.sleepycat.persist.model.PrimaryKey
-
The name of a sequence from which to assign primary key values
automatically.
- 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(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(E) - Method in class com.sleepycat.collections.StoredIterator
-
Replaces the last element returned by next or previous with the
specified element (optional operation).
- setAddress(ReplicationHostAddress) - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Configure the address for a site in replication group.
- 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.BackupOptions
-
Sets whether the target directory will be created if it does not
already exist.
- 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.
- setAllowCreateVoid(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
The void return setter for use by Bean editors.
- 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.
- setBackupHandler(BackupHandler) - Method in class com.sleepycat.db.EnvironmentConfig
-
Sets the
BackupHandler
interface to be used when performing hot backups.
- setBackupReadCount(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configures the number of pages to read during a hot backup before pausing.
- setBackupReadSleep(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configures the number of microseconds to sleep between batches of reads during
a hot backup.
- setBackupSize(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configures the size of the buffer, in bytes, to read from the database
during a hot backup.
- setBackupWriteDirect(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configures whether direct I/O is used when writing pages to the disk during a
hot backup.
- setBlob(boolean) - Method in class com.sleepycat.db.DatabaseEntry
-
Deprecated.
- setBlobDir(File) - Method in class com.sleepycat.db.DatabaseConfig
-
Deprecated.
- setBlobDir(File) - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- setBlobThreshold(int) - Method in class com.sleepycat.db.DatabaseConfig
-
Deprecated.
- setBlobThreshold(int) - Method in class com.sleepycat.db.Environment
-
Deprecated.
- setBlobThreshold(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- setBootstrapHelper(boolean) - Method in class com.sleepycat.db.ReplicationManagerSite
-
Set the site to be a helper site.
- setBootstrapHelper(boolean) - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Set the site to be a helper site.
- 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(boolean) - Method in class com.sleepycat.db.DatabaseConfig
-
Configure the Btree to support retrieval by record number.
- setBulk(boolean) - Method in class com.sleepycat.db.TransactionConfig
-
Configures the transaction to enable the transactional bulk insert
optimization.
- 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
-
Sets the page size used to allocate the hash table and the number of mutexes
expected to be needed by the buffer pool.
- setCacheSize(int) - Method in class com.sleepycat.db.LogVerifyConfig
-
Set the internal database environment cache size.
- setCacheSize(int) - Method in class com.sleepycat.db.SequenceConfig
-
Set the
Configure the number of elements cached by a sequence handle.
- 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.
- setCacheTableSize(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Overrides the calculated hash table size.
- setCatalog(PersistCatalog) - Method in class com.sleepycat.persist.model.EntityModel
-
Internal access method that should not be used by applications.
- 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.
- setClassLoader(EntityModel, ClassLoader) - Static method in class com.sleepycat.persist.model.ModelInternal
-
Internal access method that should not be used by applications.
- setClean(boolean) - Method in class com.sleepycat.db.BackupOptions
-
Sets whether to clean the target backup directory.
- 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.
- setContinueAfterFail(boolean) - Method in class com.sleepycat.db.LogVerifyConfig
-
Set if continue after a failed check.
- 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
-
Set the path of a directory to be used as the location to create the
access method database files.
- setData(byte[]) - Method in class com.sleepycat.db.DatabaseEntry
-
Sets the byte array.
- setData(byte[], int, int) - Method in class com.sleepycat.db.DatabaseEntry
-
Sets the byte array, offset and size.
- setDatabaseNamer(DatabaseNamer) - Method in class com.sleepycat.persist.StoreConfig
-
Specifies the object reponsible for naming of files and databases.
- setDatabaseNamerVoid(DatabaseNamer) - Method in class com.sleepycat.persist.StoreConfig
-
The void return setter for use by Bean editors.
- setDataNIO(ByteBuffer) - Method in class com.sleepycat.db.DatabaseEntry
-
Sets the java.nio.ByteBuffer.
- setDataNIO(ByteBuffer, int, int) - Method in class com.sleepycat.db.DatabaseEntry
-
Sets the java.nio.ByteBuffer (or the backing array if passed a non-direct
ByteBuffer,) offset and size.
- setDbFile(String) - Method in class com.sleepycat.db.LogVerifyConfig
-
Set the database file name whose logs we will verify.
- setDbName(String) - Method in class com.sleepycat.db.LogVerifyConfig
-
Set the database name whose logs we will verify.
- setDecrement(boolean) - Method in class com.sleepycat.db.SequenceConfig
-
Specify that the sequence should be decremented.
- setDegree2(boolean) - Method in class com.sleepycat.db.CursorConfig
-
Deprecated.
- setDegree2(boolean) - Method in class com.sleepycat.db.TransactionConfig
-
Deprecated.
- setDirectDatabaseIO(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure the database environment to not buffer database files.
- setDirectLogIO(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure the database environment to not buffer log files.
- setDirtyRead(boolean) - Method in class com.sleepycat.db.CursorConfig
-
Deprecated.
- setDirtyRead(boolean) - Method in class com.sleepycat.db.DatabaseConfig
-
Deprecated.
- setDirtyRead(boolean) - Method in class com.sleepycat.db.TransactionConfig
-
Deprecated.
- 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.
- setEncrypted(String) - Method in class com.sleepycat.persist.StoreConfig
-
Set the password used to perform encryption and decryption.
- setEndLsn(LogSequenceNumber) - Method in class com.sleepycat.db.LogVerifyConfig
-
Set the ending lsn to verify.
- setEndTime(Date) - Method in class com.sleepycat.db.LogVerifyConfig
-
Set the ending lsn to verify.
- setEnvHome(String) - Method in class com.sleepycat.db.LogVerifyConfig
-
Set the home directory to use by the log verification internally.
- 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.
- setEvolveListenerVoid(EvolveListener) - Method in class com.sleepycat.persist.evolve.EvolveConfig
-
The void return setter for use by Bean editors.
- setExclusiveCreate(boolean) - Method in class com.sleepycat.db.BackupOptions
-
Sets whether the target directory will be exclusively created.
- 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.
- setExclusiveCreateVoid(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
The void return setter for use by Bean editors.
- setExternalFile(boolean) - Method in class com.sleepycat.db.DatabaseEntry
-
Configure this DatabaseEntry to be stored as an external file.
- setExternalFileDir(File) - Method in class com.sleepycat.db.DatabaseConfig
-
Sets the path of a directory where external files are stored.
- setExternalFileDir(File) - Method in class com.sleepycat.db.EnvironmentConfig
-
Sets the path of a directory where external files are stored.
- setExternalFileThreshold(int) - Method in class com.sleepycat.db.DatabaseConfig
-
Set the size in bytes which is used to determine when a data item will be
stored as an external file.
- setExternalFileThreshold(int) - Method in class com.sleepycat.db.Environment
-
Set the external file threshold size.
- setExternalFileThreshold(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set the default external file threshold for databases opened in this
environment.
- 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.
- setFiles(boolean) - Method in class com.sleepycat.db.BackupOptions
-
Sets whether all ordinary files will be backed up.
- 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
-
Defines a foreign key integrity constraint for a given foreign key
database.
- setForeignKeyDeleteAction(ForeignKeyDeleteAction) - Method in class com.sleepycat.db.SecondaryConfig
-
Specifies the action taken when a referenced record in the foreign key
database is deleted.
- setForeignKeyNullifier(ForeignKeyNullifier) - Method in class com.sleepycat.db.SecondaryConfig
-
Specifies the user-supplied object used for setting single-valued
foreign keys to null.
- setForeignMultiKeyNullifier(ForeignMultiKeyNullifier) - Method in class com.sleepycat.db.SecondaryConfig
-
Specifies the user-supplied object used for setting multi-valued foreign
keys to null.
- 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.
- setGroupCreator(boolean) - Method in class com.sleepycat.db.ReplicationManagerSite
-
Set the site to be a group creator.
- setGroupCreator(boolean) - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Set the site to be a group creator.
- 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.
- setHeapRegionSize(int) - Method in class com.sleepycat.db.DatabaseConfig
-
Sets the number of pages in a region of a database configured to use
the Heap access method.
- setHeapsize(long) - Method in class com.sleepycat.db.DatabaseConfig
-
Set the maximum on-disk database file size used by a database configured to
use the Heap access method.
- setHost(String) - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Configure the host of the site.
- setHotbackupInProgress(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
When a "hot backup" copy of a database environment is taken, this
attribute should be configured in the environment prior to copying.
- setImmutableSecondaryKey(boolean) - Method in class com.sleepycat.db.SecondaryConfig
-
Specifies whether the secondary key is immutable.
- setIndex(short) - Method in class com.sleepycat.db.HeapRecordId
-
Set the index in the offset table where the record can be found.
- setInitializeCache(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure a shared memory buffer pool in the database environment.
- setInitializeCDB(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure the database environment for the Concurrent Data Store
product.
- setInitializeLocking(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure the database environment for locking.
- setInitializeLogging(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure the database environment for logging.
- setInitializeRegions(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure the database environment to page-fault shared regions into
memory when initially creating or joining a database environment.
- setInitializeReplication(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure the database environment for replication.
- setInitialMutexes(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set the number of mutexes to allocate when an environment is created.
- 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.
- setLegacy(boolean) - Method in class com.sleepycat.db.ReplicationManagerSite
-
Specify the site in a legacy group.
- setLegacy(boolean) - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Specify the site in a legacy group.
- setLocalSite(boolean) - Method in class com.sleepycat.db.ReplicationManagerSite
-
Set the site to be the local site.
- setLocalSite(boolean) - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Set the site to be the local site.
- setLock(Lock) - Method in class com.sleepycat.db.LockRequest
-
Set the lock reference.
- setLockConflicts(byte[][]) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure the locking conflicts matrix.
- setLockDetectMode(LockDetectMode) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure if the deadlock detector is to be run whenever a lock
conflict occurs.
- setLockDown(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure the database environment to lock shared environment files
and memory-mapped databases into memory.
- setLockerPriority(int, int) - Method in class com.sleepycat.db.Environment
-
Assign a deadlock priority to a locker.
- setLockPartitions(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set the number of lock table partitions in the Berkeley DB environment.
- setLockTableSize(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set the size for the hash table that contains references to locks.
- 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.
- setLogBlobContent(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- 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.
- setLogExternalFileContent(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Enable full logging of external file data.
- 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.
- setLogNoSync(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Configure the system to avoid fsync() calls during log file flushes.
- 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.
- setMessagePrefix(String) - Method in class com.sleepycat.db.DatabaseConfig
-
Set the prefix string that appears before informational messages.
- setMessagePrefix(String) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set the prefix string that appears before informational messages.
- 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.
- setMetadataDir(File) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set the path of a directory to be used as the location to store the
persistent metadata files.
- 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.
- setModelVoid(EntityModel) - Method in class com.sleepycat.persist.StoreConfig
-
The void return setter for use by Bean editors.
- setMsgfile(File) - Method in class com.sleepycat.db.Database
-
Sets the path of a file to store statistical information.
- setMsgfile(File) - Method in class com.sleepycat.db.DatabaseConfig
-
Sets the path of a file to store statistical information.
- setMsgfile(File) - Method in class com.sleepycat.db.Environment
-
Sets the path of a file to store statistical information.
- setMsgfile(File) - Method in class com.sleepycat.db.EnvironmentConfig
-
Sets the path of a file to store statistical information.
- 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.
- setMutationsVoid(Mutations) - Method in class com.sleepycat.persist.StoreConfig
-
The void return setter for use by Bean editors.
- 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.
- setNoLogs(boolean) - Method in class com.sleepycat.db.BackupOptions
-
Sets whether log files are skipped in the backup.
- 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.
- setNoWaitDbExclusiveLock(Boolean) - Method in class com.sleepycat.db.DatabaseConfig
-
Configure the
Database
handle to obtain a
write lock on the entire database.
- 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.
- setPageNumber(int) - Method in class com.sleepycat.db.HeapRecordId
-
Set the database page number where the record is stored.
- 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.
- setPeer(boolean) - Method in class com.sleepycat.db.ReplicationManagerSite
-
Set the site to be peer to local site.
- setPeer(boolean) - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Set the site to be peer to local site.
- setPort(long) - Method in class com.sleepycat.db.ReplicationManagerSiteConfig
-
Configure the port of the site.
- setPrimaryConfig(Class, DatabaseConfig) - Method in class com.sleepycat.persist.EntityStore
-
Configures the primary database for an entity class using the Berkeley
DB engine API.
- setPrintable(boolean) - Method in class com.sleepycat.db.VerifyConfig
-
- setPriority(int) - Method in class com.sleepycat.db.Transaction
-
Set the deadlock priority for this transaction.
- 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.
- 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.db.DatabaseEntry
-
Configure this DatabaseEntry as read only.
- setReadOnly(boolean) - Method in class com.sleepycat.db.DatabaseStreamConfig
-
Configure the database stream as read only.
- setReadOnly(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Sets the read-only configuration property.
- setReadOnlyVoid(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
The void return setter for use by Bean editors.
- setReadUncommitted(boolean) - Method in class com.sleepycat.db.CursorConfig
-
Configure read operations performed by the cursor to return modified
but not yet committed data.
- setReadUncommitted(boolean) - Method in class com.sleepycat.db.DatabaseConfig
-
Configure the database to support read uncommitted.
- setReadUncommitted(boolean) - Method in class com.sleepycat.db.TransactionConfig
-
Configure read operations performed by the transaction to return modified
but not yet committed data.
- setRecordDelimiter(int) - Method in class com.sleepycat.db.DatabaseConfig
-
Set the delimiting byte used to mark the end of a record in the backing
source file for the Recno access method.
- setRecordLength(int) - Method in class com.sleepycat.db.DatabaseConfig
-
Specify the database record length, in bytes.
- setRecordNumber(int) - Method in class com.sleepycat.db.DatabaseEntry
-
Initialize the entry from a logical record number.
- setRecordNumberAppender(RecordNumberAppender) - Method in class com.sleepycat.db.DatabaseConfig
-
Configure
Database.append
to call the function after the
record number has been selected but before the data has been stored
into the database.
- setRecordPad(int) - Method in class com.sleepycat.db.DatabaseConfig
-
Set the padding character for short, fixed-length records for the Queue
and Recno access methods.
- setRecordSource(File) - Method in class com.sleepycat.db.DatabaseConfig
-
Set the underlying source file for the Recno access method.
- setRegionDirectory(File) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set the path of a directory to be used as the location of region files.
- setRegionMemoryInitialSize(RegionResourceType, int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Assign an initial count for a particular resource within the shared region
of Berkeley DB.
- setRegionMemoryMax(long) - Method in class com.sleepycat.db.EnvironmentConfig
-
This method sets the maximum amount of memory to be used by shared
structures in the main environment region.
- setRegister(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Check if a process has failed while using the database environment, that
is, if a process has exited with an open
Environment
handle.
- setRenumbering(boolean) - Method in class com.sleepycat.db.DatabaseConfig
-
Configure the logical record numbers to be mutable, and change as
records are added to and deleted from the database.
- 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.
- setReplicationInMemory(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
If set, store internal replication information in memory only.
- 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.
- setReplicationManagerIncomingQueueMax(long) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set the maximum amount of dynamic memory used by the Replication Manager
incoming queue.
- setReplicationManagerMessageDispatch(ReplicationManagerMessageDispatch, int) - Method in class com.sleepycat.db.Environment
-
Set the message dispatch function.
- setReplicationManagerSSLconfiguration(String, String, String, String, String, int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set the ssl configuration used by the replication manager.
- setReplicationManagerSSLdisabled(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Enable or disable the SSL for Replication Manager.
- setReplicationNumSites(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set the total number of sites the replication group is configured for.
- 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.
- setReplicationView(ReplicationViewHandler) - Method in class com.sleepycat.db.EnvironmentConfig
-
Set the function to be used by replication views to determine whether a
database file is replicated to the local site.
- 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.
- 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.
- setSecondaryBulkLoadVoid(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
The void return setter for use by Bean editors.
- 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.
- 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.
- setSerialBufferSize(int) - Method in class com.sleepycat.bind.serial.SerialBase
-
- setSingleDir(boolean) - Method in class com.sleepycat.db.BackupOptions
-
Sets whether all backed up files are to be placed in a single directory.
- setSize(int) - Method in class com.sleepycat.db.DatabaseEntry
-
Set the byte size of the data array.
- setSliceCallback(Slice) - Method in class com.sleepycat.db.DatabaseConfig
-
Set the slice callback.
- setSliced(boolean) - Method in class com.sleepycat.db.DatabaseConfig
-
- 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(boolean) - Method in class com.sleepycat.db.DatabaseConfig
-
Configure the database to support sorted, duplicate data items.
- setStartLsn(LogSequenceNumber) - Method in class com.sleepycat.db.LogVerifyConfig
-
Set the starting lsn to verify.
- setStartTime(Date) - Method in class com.sleepycat.db.LogVerifyConfig
-
Set the starting time to verify.
- setSync(boolean) - Method in class com.sleepycat.db.TransactionConfig
-
Configure the transaction to write and synchronously flush the log
it when commits.
- setSyncPerWrite(boolean) - Method in class com.sleepycat.db.DatabaseStreamConfig
-
Configure the database stream to sync the external file on each write.
- 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
-
Deprecated.
- setTestAndSetSpins(int) - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- 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.
- setTimeout(long) - Method in class com.sleepycat.db.ReplicationChannel
-
Sets the default timeout value for the channel.
- 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.
- setTransactionalVoid(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
The void return setter for use by Bean editors.
- 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.
- 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.
- setUnlink(boolean) - Method in class com.sleepycat.db.CacheFile
-
Remove the file when the last reference to it is closed.
- setUnsortedDuplicates(boolean) - Method in class com.sleepycat.db.DatabaseConfig
-
Configure the database to support unsorted duplicate data items.
- setUpdate(boolean) - Method in class com.sleepycat.db.BackupOptions
-
Sets whether to perform an incremental back up.
- 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(boolean) - Method in class com.sleepycat.db.LogVerifyConfig
-
Set if print verbose information.
- setVerbose(VerboseConfig, boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Display verbose information.
- setVerboseDeadlock(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- setVerboseRecovery(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- setVerboseRegister(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- setVerboseReplication(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- setVerboseWaitsFor(boolean) - Method in class com.sleepycat.db.EnvironmentConfig
-
Deprecated.
- 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(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.
- ShortBinding - Class in com.sleepycat.bind.tuple
-
A concrete TupleBinding
for a Short
primitive
wrapper or a short
primitive.
- ShortBinding() - Constructor for class com.sleepycat.bind.tuple.ShortBinding
-
- shortToEntry(short, DatabaseEntry) - Static method in class com.sleepycat.bind.tuple.ShortBinding
-
Converts a simple short
value into an entry buffer.
- size() - Method in class com.sleepycat.collections.StoredCollection
-
- size() - Method in class com.sleepycat.collections.StoredContainer
-
Returns 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.db.DatabaseStream
-
Return the size in bytes of the external file accessed by the database
stream.
- 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.
- slice(Database, DatabaseEntry, DatabaseEntry) - Method in interface com.sleepycat.db.Slice
-
The application-specific database slice callback.
- Slice - Interface in com.sleepycat.db
-
An interface specifying in which slice database records are
read or written based on the given key.
- SLICE - Static variable in class com.sleepycat.db.VerboseConfig
-
Display detailed information about slice databases.
- SliceCorruptException - Exception in com.sleepycat.db
-
Thrown when a slice environment or database is missing or corrupt.
- sliceLookup(DatabaseEntry) - Method in class com.sleepycat.db.Database
-
Get the Database handle of the slice that contains the given key.
- slices_enabled() - Static method in class com.sleepycat.db.Environment
-
- SNAPSHOT - Static variable in class com.sleepycat.db.CursorConfig
-
- SortedBigDecimalBinding - Class in com.sleepycat.bind.tuple
-
A concrete TupleBinding
for a sorted BigDecimal
value.
- SortedBigDecimalBinding() - Constructor for class com.sleepycat.bind.tuple.SortedBigDecimalBinding
-
- SortedDoubleBinding - Class in com.sleepycat.bind.tuple
-
A concrete TupleBinding
for a sorted Double
primitive wrapper or a sorted double
primitive.
- SortedDoubleBinding() - Constructor for class com.sleepycat.bind.tuple.SortedDoubleBinding
-
- SortedFloatBinding - Class in com.sleepycat.bind.tuple
-
A concrete TupleBinding
for a sorted Float
primitive wrapper or sorted 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
-
- SortedPackedIntegerBinding - Class in com.sleepycat.bind.tuple
-
A concrete TupleBinding
for a sorted Integer
primitive wrapper or a sorted int
primitive, that stores the
value in the smallest number of bytes possible.
- SortedPackedIntegerBinding() - Constructor for class com.sleepycat.bind.tuple.SortedPackedIntegerBinding
-
- SortedPackedLongBinding - Class in com.sleepycat.bind.tuple
-
A concrete TupleBinding
for a sorted Long
primitive wrapper or a sorted long
primitive, that stores the
value in the smallest number of bytes possible.
- SortedPackedLongBinding() - Constructor for class com.sleepycat.bind.tuple.SortedPackedLongBinding
-
- 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.
- 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.
- StoreConfig - Class in com.sleepycat.persist
-
- StoreConfig() - Constructor for class com.sleepycat.persist.StoreConfig
-
Creates an entity store configuration object with default properties.
- StoreConfigBeanInfo - Class in com.sleepycat.persist
-
- StoreConfigBeanInfo() - Constructor for class com.sleepycat.persist.StoreConfigBeanInfo
-
- 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, EntityBinding<E>, boolean) - Constructor for class com.sleepycat.collections.StoredList
-
Creates a list entity view of a
Database
.
- StoredList(Database, EntityBinding<E>, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredList
-
- StoredList(Database, EntryBinding<E>, boolean) - Constructor for class com.sleepycat.collections.StoredList
-
- StoredList(Database, EntryBinding<E>, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredList
-
- StoredMap<K,V> - Class in com.sleepycat.collections
-
- 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
-
- 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
-
- 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>, 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
-
- 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
-
- 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, EntityBinding<E>, boolean) - Constructor for class com.sleepycat.collections.StoredValueSet
-
Creates a value set entity view of a
Database
.
- StoredValueSet(Database, EntryBinding<E>, boolean) - Constructor for class com.sleepycat.collections.StoredValueSet
-
- 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
-
- Stream(InputStream, ClassLoader) - Constructor for class com.sleepycat.util.ClassResolver.Stream
-
- 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, 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.
- 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.
- 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.
- 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(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(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(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(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.
- SUCCESS - Static variable in class com.sleepycat.db.OperationStatus
-
The operation was successful.
- sync() - Method in class com.sleepycat.db.Database
-
Flush any cached information to disk.
- syncCache(LogSequenceNumber) - Method in class com.sleepycat.db.Environment
-
Ensure that all modified pages in the cache are flushed to their backing files.
- syncReplication() - Method in class com.sleepycat.db.Environment
-
Forces master synchronization to begin for this client.