Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
- get(Object) - Method in class com.sleepycat.collections.StoredMap
-
Returns the value to which this map maps the specified key.
- get(DatabaseEntry, DatabaseEntry, Get, ReadOptions) - Method in class com.sleepycat.je.Cursor
-
Moves the cursor to a record according to the specified
Get
type.
- get(Transaction, DatabaseEntry, DatabaseEntry, Get, ReadOptions) - Method in class com.sleepycat.je.Database
-
Retrieves a record according to the specified
Get
type.
- get(Transaction, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Database
-
Retrieves the key/data pair with the given key.
- get(DatabaseEntry, DatabaseEntry, Get, ReadOptions) - Method in class com.sleepycat.je.DiskOrderedCursor
-
- get(DatabaseEntry, DatabaseEntry, Get, ReadOptions) - Method in interface com.sleepycat.je.ForwardCursor
-
Moves the cursor to a record according to the specified
Get
type.
- Get - Enum in com.sleepycat.je
-
The operation type passed to "get" methods on databases and cursors.
- get(DatabaseEntry, DatabaseEntry, Get, ReadOptions) - Method in class com.sleepycat.je.JoinCursor
-
Returns the next primary key and data resulting from the join operation.
- get() - Method in class com.sleepycat.je.rep.util.AtomicLongMax
-
Gets the current value.
- get(DatabaseEntry, DatabaseEntry, Get, ReadOptions) - Method in class com.sleepycat.je.SecondaryCursor
-
Moves the cursor to a record according to the specified
Get
type.
- get(DatabaseEntry, DatabaseEntry, DatabaseEntry, Get, ReadOptions) - Method in class com.sleepycat.je.SecondaryCursor
-
Moves the cursor to a record according to the specified
Get
type.
- get(Transaction, DatabaseEntry, DatabaseEntry, Get, ReadOptions) - Method in class com.sleepycat.je.SecondaryDatabase
-
Moves the cursor to a record according to the specified
Get
type.
- get(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, Get, ReadOptions) - Method in class com.sleepycat.je.SecondaryDatabase
-
Retrieves a record according to the specified
Get
type.
- get(Transaction, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryDatabase
-
- get(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryDatabase
-
Retrieves the key/data pair with the given key.
- get(Transaction, int) - Method in class com.sleepycat.je.Sequence
-
Returns the next available element in the sequence and changes the
sequence value by delta
.
- get(Get, ReadOptions) - Method in interface com.sleepycat.persist.EntityCursor
-
Moves the cursor according to the specified
Get
type and returns
the value at the updated position.
- get(K) - Method in interface com.sleepycat.persist.EntityIndex
-
Gets an entity via a key of this index.
- get(Transaction, K, LockMode) - Method in interface com.sleepycat.persist.EntityIndex
-
Gets an entity via a key of this index.
- get(Transaction, K, Get, ReadOptions) - Method in interface com.sleepycat.persist.EntityIndex
-
Gets an entity via a key of this index, using Get type and ReadOptions
parameters, and returning an EntityResult.
- get(PK) - Method in class com.sleepycat.persist.PrimaryIndex
-
- get(Transaction, PK, LockMode) - Method in class com.sleepycat.persist.PrimaryIndex
-
- get(Transaction, PK, Get, ReadOptions) - Method in class com.sleepycat.persist.PrimaryIndex
-
- get(SK) - Method in class com.sleepycat.persist.SecondaryIndex
-
- get(Transaction, SK, LockMode) - Method in class com.sleepycat.persist.SecondaryIndex
-
- get(Transaction, SK, Get, ReadOptions) - Method in class com.sleepycat.persist.SecondaryIndex
-
- getAcks() - Method in class com.sleepycat.je.rep.arbiter.ArbiterStats
-
The number of transactions that has been
acknowledged.
- getAckWaitMs() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The total time in milliseconds that the master spent waiting for the
Durability.ReplicaAckPolicy
to be satisfied during successful transaction
commits.
- getActiveFeeders() - Method in class com.sleepycat.je.rep.NodeState
-
Returns the number of current active Feeders running on this node.
- getActiveLogSize() - Method in class com.sleepycat.je.EnvironmentStats
-
"Bytes used by all active data files: files required for basic JE operation."
- getActiveTxns() - Method in class com.sleepycat.je.TransactionStats
-
Return the array of active transactions.
- getAdminBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of bytes of JE main cache used for cleaner and checkpointer metadata, in bytes."
- getAggressive() - Method in class com.sleepycat.je.VerifyConfig
-
Returns true if the
Environment.verify
and
Database.verify
are configured to perform fine granularity consistency
checking that includes verifying in memory constructs.
- getAllowCreate() - Method in class com.sleepycat.je.DatabaseConfig
-
- getAllowCreate() - Method in class com.sleepycat.je.EnvironmentConfig
-
Returns a flag that specifies if we may create this environment.
- getAllowCreate() - Method in class com.sleepycat.je.SequenceConfig
-
Returns 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.je.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.
- getAppState() - Method in interface com.sleepycat.je.rep.AppStateMonitor
-
Return a byte array which holds information about the application's
state.
- getAppState() - Method in class com.sleepycat.je.rep.NodeState
-
- getArbiterHome() - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Gets the Arbiter home directory.
- getArbiterMutableConfig() - Method in class com.sleepycat.je.rep.arbiter.Arbiter
-
Returns the Arbiter mutable attributes.
- getArbiterNodes() - Method in class com.sleepycat.je.rep.ReplicationGroup
-
Returns the subset of nodes in the group that participates in elections
but does not have a copy of the data and cannot become a master.
- getAttribute(String) - Method in class com.sleepycat.je.jmx.JEDiagnostics
-
- getAttribute(Environment, String) - Method in class com.sleepycat.je.jmx.JEMBeanHelper
-
Deprecated.
Get an attribute value for the given environment.
- getAttribute(String) - Method in class com.sleepycat.je.jmx.JEMonitor
-
- getAttributeList() - Method in class com.sleepycat.je.jmx.JEDiagnostics
-
- getAttributeList() - Method in class com.sleepycat.je.jmx.JEMBean
-
Get attribute metadata for this MBean.
- getAttributeList(Environment) - Method in class com.sleepycat.je.jmx.JEMBeanHelper
-
Deprecated.
Get MBean attribute metadata for this environment.
- getAttributeList() - Method in class com.sleepycat.je.jmx.JEMonitor
-
- getAttributes(String[]) - Method in class com.sleepycat.je.jmx.JEDiagnostics
-
- getAttributes(String[]) - Method in class com.sleepycat.je.jmx.JEMonitor
-
- getAutoCommitNoSync() - Method in class com.sleepycat.je.SequenceConfig
-
Returns true if the auto-commit operations on the sequence are configure
to not flush the transaction log..
- getAvailableLogSize() - Method in class com.sleepycat.je.EnvironmentStats
-
"Bytes available for write operations when unprotected reserved files are deleted: free space + reservedLogSize - protectedLogSize."
- getAvailableReplicas() - Method in exception com.sleepycat.je.rep.InsufficientReplicasException
-
Returns the set of Replicas that were in contact with the master at the
time of the commit operation.
- getAvgBatchCacheMode() - Method in class com.sleepycat.je.EnvironmentStats
-
- getAvgBatchCritical() - Method in class com.sleepycat.je.EnvironmentStats
-
- getAvgBatchDaemon() - Method in class com.sleepycat.je.EnvironmentStats
-
- getAvgBatchEvictorThread() - Method in class com.sleepycat.je.EnvironmentStats
-
- getAvgBatchManual() - Method in class com.sleepycat.je.EnvironmentStats
-
- getBaseClass() - Method in class com.sleepycat.bind.serial.SerialBinding
-
Returns the base class for this binding.
- getBatchDelay(TimeUnit) - Method in class com.sleepycat.je.VerifyConfig
-
Returns the batch delay.
- getBatchSize() - Method in class com.sleepycat.je.VerifyConfig
-
Returns the batchSize value.
- getBdescriptor(Class) - Static method in class com.sleepycat.util.ConfigBeanInfoBase
-
- getBeanDescriptor() - Method in class com.sleepycat.je.rep.monitor.MonitorConfigBeanInfo
-
- 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.
- 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
-
- getBINEntriesHistogram() - Method in class com.sleepycat.je.BtreeStats
-
Returns an array representing a histogram of the number of Bottom
Internal Nodes with various percentages of non-deleted entry counts.
- getBINsByLevel() - Method in class com.sleepycat.je.BtreeStats
-
Returns the count of Bottom Internal Nodes per level, indexed by level.
- getBINsOnly() - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
Returns true if the DiskOrderedCursor is configured to scan BINs only,
returning all record keys and only those record data that are embedded
in the BINs.
- getBottomInternalNodeCount() - Method in class com.sleepycat.je.BtreeStats
-
Returns the number of Bottom Internal Nodes in the database tree.
- getBtreeComparator() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns the Comparator used for key comparison on this database.
- getBtreeComparatorByClassName() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns true if the btree comparator is set by class name, not by
serializable Comparator object
- getBufferBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
The total memory currently consumed by log buffers, in bytes.
- getBufferBytes() - Method in class com.sleepycat.util.FastInputStream
-
Returns the underlying data being read.
- getBufferBytes() - Method in class com.sleepycat.util.FastOutputStream
-
Returns the buffer owned by this object.
- getBufferLength() - Method in class com.sleepycat.util.FastInputStream
-
Returns the end of the buffer being read.
- getBufferLength() - Method in class com.sleepycat.util.FastOutputStream
-
Returns the length used in the internal buffer, i.e., the offset at
which data will be written next.
- getBufferOffset() - Method in class com.sleepycat.util.FastInputStream
-
Returns the offset at which data is being read from the buffer.
- getBufferOffset() - Method in class com.sleepycat.util.FastOutputStream
-
Returns the offset of the internal buffer.
- getByteLength(char[]) - Static method in class com.sleepycat.util.UtfOps
-
Returns the byte length of the UTF string that would be created by
converting the given characters to UTF.
- getByteLength(char[], int, int) - Static method in class com.sleepycat.util.UtfOps
-
Returns the byte length of the UTF string that would be created by
converting the given characters to UTF.
- getCacheDataBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
- getCacheMode() - Method in class com.sleepycat.je.Cursor
-
Returns the default CacheMode
used for subsequent operations
performed using this cursor.
- getCacheMode() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns the default CacheMode
used for operations performed on
this database, or null if the environment default is used.
- getCacheMode() - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
Returns the default
CacheMode
used for operations performed in
this environment, or null if
CacheMode.DEFAULT
is used.
- getCacheMode() - Method in class com.sleepycat.je.ReadOptions
-
Returns the CacheMode
to be used for the operation, or null
if the Cursor, Database or Environment default will be used.
- getCacheMode() - Method in class com.sleepycat.je.WriteOptions
-
Returns the CacheMode
to be used for the operation, or null
if the Cursor, Database or Environment default will be used.
- getCacheMode() - Method in interface com.sleepycat.persist.EntityCursor
-
Returns the default CacheMode
used for subsequent operations
performed using this cursor.
- getCachePercent() - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
- getCacheSize() - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
Returns the memory available to the database system, in bytes.
- getCacheSize() - Method in class com.sleepycat.je.SequenceConfig
-
Returns the number of elements cached by a sequence handle..
- getCacheSize() - Method in class com.sleepycat.je.SequenceStats
-
Returns the number of values that will be cached in this handle.
- getCacheTotalBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
"Total amount of JE main cache in use, in bytes."
- 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
-
- getChangeType() - Method in class com.sleepycat.je.rep.monitor.GroupChangeEvent
-
Returns the type of the change (the addition of a new member or the
removal of an existing member) made to the group.
- 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.
- 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() - Method in class com.sleepycat.je.EnvironmentConfig
-
Returns the ClassLoader for loading user-supplied classes by name, or
null if no specified ClassLoader is configured.
- getClassMetadata(String) - Method in class com.sleepycat.persist.model.AnnotationModel
-
- getClassMetadata(String) - Method in class com.sleepycat.persist.model.EntityModel
-
Returns the metadata for a given persistent class name, including proxy
classes and entity classes.
- getClassMetadata() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns the original model class metadata used to create this class, or
null if this is not a model class.
- getClassName() - Method in class com.sleepycat.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.
- getCleanerBacklog() - Method in class com.sleepycat.je.EnvironmentStats
-
- getClear() - Method in class com.sleepycat.je.StatsConfig
-
Returns true if the statistics operation is configured to reset
statistics after they are returned.
- getCollection() - Method in class com.sleepycat.collections.StoredIterator
-
Returns the collection associated with this iterator.
- getCommitPolicy() - Method in exception com.sleepycat.je.rep.InsufficientReplicasException
-
Returns the Replica ack policy that was in effect for the transaction.
- getCommitToken() - Method in class com.sleepycat.je.rep.CommitPointConsistencyPolicy
-
Return the CommitToken
used to create this consistency
policy.
- getCommitToken() - Method in class com.sleepycat.je.Transaction
-
This method is intended for use with a replicated environment.
- 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.je.Cursor
-
Returns this cursor's configuration.
- getConfig() - Method in class com.sleepycat.je.Database
-
Returns this Database object's configuration.
- getConfig() - Method in class com.sleepycat.je.DiskOrderedCursor
-
Returns this cursor's configuration.
- getConfig() - Method in class com.sleepycat.je.Environment
-
Returns this object's configuration.
- getConfig() - Method in class com.sleepycat.je.JoinCursor
-
Returns this object's configuration.
- getConfig() - Method in class com.sleepycat.je.SecondaryDatabase
-
Returns a copy of the secondary configuration of this database.
- 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.
- getConfigParam(String) - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
Returns the value for this configuration parameter.
- getConfigParam(String) - Method in class com.sleepycat.je.rep.ReplicationMutableConfig
-
Return the value for this parameter.
- getConnection(String, EnvironmentConfig) - Method in interface com.sleepycat.je.jca.ra.JEConnectionFactory
-
- getConnection(String, EnvironmentConfig, TransactionConfig) - Method in interface com.sleepycat.je.jca.ra.JEConnectionFactory
-
- getConsistencyPolicy() - Method in exception com.sleepycat.je.rep.ReplicaConsistencyException
-
Returns the Replica consistency policy that could not be satisfied.
- getConsistencyPolicy() - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Returns the default consistency policy associated with the
configuration.
- getConsistencyPolicy() - Method in class com.sleepycat.je.TransactionConfig
-
Returns the consistency policy associated with the configuration.
- getConsoleLoggingLevel() - Method in class com.sleepycat.je.rep.arbiter.ArbiterMutableConfig
-
Gets the console logging level.
- getConstructors() - Method in class com.sleepycat.je.jmx.JEMBean
-
Get constructor metadata for this MBean.
- 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.
- getCorrectedAvgLNSize() - Method in class com.sleepycat.je.EnvironmentStats
-
- getCurrent(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
Returns the key/data pair to which the cursor refers.
- getCurrent(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.DiskOrderedCursor
-
- getCurrent(DatabaseEntry, DatabaseEntry, LockMode) - Method in interface com.sleepycat.je.ForwardCursor
-
Returns the key/data pair to which the cursor refers.
- getCurrent(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.JoinCursor
-
This operation is not allowed on a join cursor.
- getCurrent(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Returns the key/data pair to which the cursor refers.
- getCurrent(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Returns the key/data pair to which the cursor refers.
- getCurrent() - Method in class com.sleepycat.je.SequenceStats
-
Returns the current value of the sequence in the database.
- getCurrentMaxUtilization() - Method in class com.sleepycat.je.EnvironmentStats
-
"The current maximum (upper bound) log utilization as a percentage."
- getCurrentMinUtilization() - Method in class com.sleepycat.je.EnvironmentStats
-
"The current minimum (lower bound) log utilization as a percentage."
- getCurrentTxnEndVLSN() - Method in class com.sleepycat.je.rep.NodeState
-
Returns the latest transaction end VLSN on this replication node.
- getCursorConfig() - Method in class com.sleepycat.collections.StoredContainer
-
Returns the cursor configuration that is used for all operations
performed via this container.
- getCursorsBins() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of BINs encountered by the INCompressor that had cursors
referring to them when the compressor ran.
- getCustomStats() - Method in class com.sleepycat.je.EnvironmentConfig
-
Gets the custom statstics object.
- getData() - Method in class com.sleepycat.je.DatabaseEntry
-
Returns the byte array.
- getDataAdminBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
"Amount of JE main cache used for holding per-database cleaner utilization metadata, in bytes."
- getDatabase() - Method in class com.sleepycat.je.Cursor
-
Returns the Database handle associated with this Cursor.
- getDatabase() - Method in class com.sleepycat.je.DiskOrderedCursor
-
Returns the Database handle for the database that contains the
latest record returned by getNext().
- getDatabase() - Method in interface com.sleepycat.je.ForwardCursor
-
Returns the Database handle associated with this ForwardCursor.
- getDatabase() - Method in class com.sleepycat.je.JoinCursor
-
Returns the primary database handle associated with this cursor.
- getDatabase() - Method in exception com.sleepycat.je.rep.DatabasePreemptedException
-
Returns the database handle that was forcibly closed.
- getDatabase() - Method in class com.sleepycat.je.SecondaryCursor
-
Returns the Database handle associated with this Cursor.
- getDatabase() - Method in class com.sleepycat.je.Sequence
-
Returns 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.
- getDatabaseName() - Method in class com.sleepycat.je.Database
-
Returns the database name.
- getDatabaseName() - Method in exception com.sleepycat.je.rep.DatabasePreemptedException
-
Returns the name of the database that was forcibly closed.
- getDatabaseNames() - Method in class com.sleepycat.je.Environment
-
Returns a List of database names for the database environment.
- getDataBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
"Amount of JE main cache used for holding data, keys and internal Btree nodes, in bytes."
- getDataNodes() - Method in class com.sleepycat.je.rep.ReplicationGroup
-
Returns the subset of nodes in the group that store replication data.
- getDbClosedBins() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of BINs encountered by the INCompressor that had their
database closed between the time they were put on the compressor queue
and when the compressor ran.
- getDBINsByLevel() - Method in class com.sleepycat.je.BtreeStats
-
- 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.je.SequenceConfig
-
Returns 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.
- getDeferredWrite() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns the deferred-write option.
- getDeferredWrite() - Method in class com.sleepycat.persist.StoreConfig
-
Returns the deferred-write configuration property.
- 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.
- getDeletedLeafNodeCount() - Method in class com.sleepycat.je.BtreeStats
-
Returns the number of deleted data records in the database tree that
are pending removal by the compressor.
- 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.
- getDesignatedPrimary() - Method in class com.sleepycat.je.rep.ReplicationMutableConfig
-
Determines whether this node is the currently designated Primary.
- getDetail() - Method in interface com.sleepycat.util.ExceptionWrapper
-
- getDetail() - Method in exception com.sleepycat.util.IOExceptionWrapper
-
- getDetail() - Method in exception com.sleepycat.util.RuntimeExceptionWrapper
-
- getDimensions() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns the number of array dimensions, or zero if this is not an array
type.
- getDINsByLevel() - Method in class com.sleepycat.je.BtreeStats
-
- getDirtyLRUSize() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of INs in the dirty/priority-2 LRU "
- getDOSBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
"Amount of JE main cache consumed by disk-ordered cursor and Database.count operations, in bytes."
- getDTVLSN() - Method in class com.sleepycat.je.rep.arbiter.ArbiterStats
-
The highest commit DTVLSN that has been
acknowledged.
- getDupCountLeafNodeCount() - Method in class com.sleepycat.je.BtreeStats
-
- getDuplicateBottomInternalNodeCount() - Method in class com.sleepycat.je.BtreeStats
-
- getDuplicateComparator() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns the Comparator used for duplicate record comparison on this
database.
- getDuplicateComparatorByClassName() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns true if the duplicate comparator is set by class name, not by
serializable Comparator object.
- getDuplicateInternalNodeCount() - Method in class com.sleepycat.je.BtreeStats
-
- getDuplicateTreeMaxDepth() - Method in class com.sleepycat.je.BtreeStats
-
- getDurability() - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
- getDurability() - Method in class com.sleepycat.je.TransactionConfig
-
Returns the durability associated with the configuration.
- getEarliestTransactionCommitTime() - Method in exception com.sleepycat.je.rep.RollbackException
-
Return the time in milliseconds of the earliest transaction commit that
has been rolled back.
- getEarliestTransactionCommitTime() - Method in exception com.sleepycat.je.rep.RollbackProhibitedException
-
- getEarliestTransactionId() - Method in exception com.sleepycat.je.rep.RollbackException
-
Return the id of the earliest transaction commit that has been
rolled back.
- getEarliestTransactionId() - Method in exception com.sleepycat.je.rep.RollbackProhibitedException
-
- getElectableGroupSizeOverride() - Method in class com.sleepycat.je.rep.ReplicationMutableConfig
-
Returns the value associated with the override.
- getElectableNodes() - Method in class com.sleepycat.je.rep.ReplicationGroup
-
Returns the subset of nodes in the group with replicated environments
that participate in elections and can become masters, ignoring node
priority.
- 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.
- getEndOfLog() - Method in class com.sleepycat.je.EnvironmentStats
-
The location of the next entry to be written to the log.
- getEntityBinding(Class<V>) - Method in class com.sleepycat.collections.TupleSerialFactory
-
- getEntityBinding() - Method in class com.sleepycat.persist.PrimaryIndex
-
Returns the entity binding for this index.
- getEntityClass() - Method in class com.sleepycat.persist.PrimaryIndex
-
Returns the entity class for this index.
- getEntityClassName() - Method in class com.sleepycat.persist.evolve.EvolveEvent
-
The class name of the current entity class being converted.
- getEntityMetadata(String) - Method in class com.sleepycat.persist.model.AnnotationModel
-
- getEntityMetadata(String) - Method in class com.sleepycat.persist.model.EntityModel
-
Returns the metadata for a given entity class name.
- getEntityMetadata() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns the original model entity metadata used to create this class, or
null if this is not an entity class.
- getEnum() - Method in class com.sleepycat.persist.raw.RawObject
-
Returns the enum constant String for an enum type, or null for a complex
type or an array type.
- getEnumConstants() - Method in 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.
- getEnvironment() - Method in class com.sleepycat.collections.CurrentTransaction
-
Returns the underlying Berkeley DB environment.
- getEnvironment() - Method in class com.sleepycat.je.Database
-
- getEnvironment() - Method in class com.sleepycat.je.jca.ra.JEConnection
-
- 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.
- getEnvironmentCreationTime() - Method in class com.sleepycat.je.EnvironmentStats
-
The time the Environment was created.
- getEnvironmentHome() - Method in class com.sleepycat.je.jmx.JEMBeanHelper
-
Deprecated.
Return the target environment directory.
- getEnvironmentOpenConfig() - Method in class com.sleepycat.je.jmx.JEMBeanHelper
-
Deprecated.
If the helper was instantiated with canConfigure==true, it shows
environment configuration attributes.
- getEstimatedAvgLNSize() - Method in class com.sleepycat.je.EnvironmentStats
-
- getEvent() - Method in exception com.sleepycat.je.rep.StateChangeException
-
Returns the event that resulted in this exception.
- getEventSetDescriptors() - Method in class com.sleepycat.util.ConfigBeanInfoBase
-
Gets the bean's EventSetDescriptor
s.
- getEventTime() - Method in class com.sleepycat.je.rep.StateChangeEvent
-
Returns the time (in nano second units) the event occurred, as reported
by System.nanoTime()
- getEvolveListener() - Method in class com.sleepycat.persist.evolve.EvolveConfig
-
Returns the progress listener that is notified each time an entity is
read.
- getException() - Method in class com.sleepycat.je.ExceptionEvent
-
Returns the exception in the event.
- getExceptionListener() - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
Returns the exception listener, if set.
- getExclusiveCreate() - Method in class com.sleepycat.je.DatabaseConfig
-
- getExclusiveCreate() - Method in class com.sleepycat.je.SequenceConfig
-
- getExclusiveCreate() - Method in class com.sleepycat.persist.StoreConfig
-
Returns whether opening an existing store is prohibited.
- getExpirationTime() - Method in class com.sleepycat.je.OperationResult
-
Returns the expiration time of the record, in milliseconds, or zero
if the record has no TTL and does not expire.
- getExpirationTime() - Method in exception com.sleepycat.je.SecondaryReferenceException
-
Returns the expiration time of the record being accessed during the
failure.
- getFast() - Method in class com.sleepycat.je.StatsConfig
-
Returns true if the statistics operation is configured to return only
the values which do not require expensive actions.
- 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.
- getFieldNames() - Method in interface com.sleepycat.je.CustomStats
-
The field names that are output to the je.stats.csv file.
- 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).
- getFieldValues() - Method in interface com.sleepycat.je.CustomStats
-
The field values that are output to the je.stats.csv file.
- getFileDeletionBacklog() - Method in class com.sleepycat.je.EnvironmentStats
-
- getFileLoggingLevel() - Method in class com.sleepycat.je.rep.arbiter.ArbiterMutableConfig
-
Gets the file logging level.
- getFirst(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
Moves the cursor to the first key/data pair of the database, and returns
that pair.
- getFirst(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Moves the cursor to the first key/data pair of the database, and returns
that pair.
- getFirst(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Move the cursor to the first key/data pair of the database, and return
that pair.
- getForce() - Method in class com.sleepycat.je.CheckpointConfig
-
Returns the configuration of the checkpoint force option.
- getForeignKeyDatabase() - Method in class com.sleepycat.je.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.je.SecondaryConfig
-
Returns the action taken when a referenced record in the foreign key
database is deleted.
- getForeignKeyNullifier() - Method in class com.sleepycat.je.SecondaryConfig
-
Returns the user-supplied object used for setting single-valued foreign
keys to null.
- getForeignMultiKeyNullifier() - Method in class com.sleepycat.je.SecondaryConfig
-
Returns the user-supplied object used for setting multi-valued foreign
keys to null.
- getFSyncMaxTime() - Method in class com.sleepycat.je.EnvironmentStats
-
The maximum number of milliseconds used to perform a single fsync.
- getFSyncs() - Method in class com.sleepycat.je.rep.arbiter.ArbiterStats
-
The number of file fsyncs.
- getFSyncTime() - Method in class com.sleepycat.je.EnvironmentStats
-
The total number of milliseconds used to perform fsyncs.
- getGroup() - Method in class com.sleepycat.je.rep.monitor.Monitor
-
Returns the current composition of the group.
- getGroup() - Method in class com.sleepycat.je.rep.ReplicatedEnvironment
-
Returns a description of the replication group as known by this node.
- getGroup() - Method in class com.sleepycat.je.rep.util.ReplicationGroupAdmin
-
Returns the current composition of the group from the Master.
- getGroupName() - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Gets the name associated with the replication group.
- getGroupName() - Method in class com.sleepycat.je.rep.monitor.Monitor
-
Returns the name of the group associated with the Monitor.
- getGroupName() - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Gets the name associated with the replication group.
- getGroupName() - Method in class com.sleepycat.je.rep.NodeState
-
Returns the name of the group which the node joins.
- getGroupName() - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Gets the name associated with the replication group.
- getGroupName() - Method in class com.sleepycat.je.rep.util.ReplicationGroupAdmin
-
Returns the name of the replication group.
- getHeartbeatInterval() - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Gets the heartbeat interval in milliseconds.
- getHelperHosts() - Method in class com.sleepycat.je.rep.arbiter.ArbiterMutableConfig
-
Returns the string identifying one or more helper host and port pairs in
this format:
- getHelperHosts() - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Returns the string identifying one or more helper host and port pairs in
this format:
- getHelperHosts() - Method in class com.sleepycat.je.rep.ReplicationMutableConfig
-
Returns the string identifying one or more helper host and port pairs in
this format:
- getHelperSockets() - Method in class com.sleepycat.je.rep.util.ReplicationGroupAdmin
-
Returns the helper sockets being used to contact a replication group
member, in order to query for the information.
- getHome() - Method in class com.sleepycat.je.Environment
-
Returns the database environment's home directory.
- getHostName() - Method in interface com.sleepycat.je.rep.ReplicationNode
-
Returns the host name associated with the node.
- 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.je.Transaction
-
Return the transaction's unique ID.
- getId() - Method in class com.sleepycat.je.TransactionStats.Active
-
The transaction ID of the transaction.
- getId() - Method in interface com.sleepycat.persist.raw.RawType
-
Returns the internal unique ID for this type.
- getImmutableSecondaryKey() - Method in class com.sleepycat.je.SecondaryConfig
-
Returns whether the secondary key is immutable.
- getInCompQueueSize() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of entries in the INCompressor queue when the getStats()
call was made.
- getInitialValue() - Method in class com.sleepycat.je.SequenceConfig
-
Returns the initial value for a sequence..
- getINsByLevel() - Method in class com.sleepycat.je.BtreeStats
-
Returns the count of Internal Nodes per level, indexed by level.
- getInstance(Environment) - Static method in class com.sleepycat.collections.CurrentTransaction
-
Gets the CurrentTransaction accessor for a specified Berkeley DB
environment.
- getInternalMemoryLimit() - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
Returns the maximum amount of JE Cache Memory that the
DiskOrderedScan can use at one time.
- getInternalMemoryLimit() - Method in class com.sleepycat.je.PreloadConfig
-
Returns the maximum amount of non JE Cache Memory that preload can use at
one time.
- getInternalNodeCount() - Method in class com.sleepycat.je.BtreeStats
-
Returns the number of Internal Nodes in the database tree.
- getInvalidatingException() - Method in class com.sleepycat.je.Environment
-
Returns the exception that caused the environment to be invalidated, or
null if the environment was not invalidated by an exception.
- getIteratorBlockSize() - Method in class com.sleepycat.collections.StoredCollection
-
- getJEVersion() - Method in class com.sleepycat.je.rep.NodeState
-
Returns the current JEVersion that this node runs on.
- getJoinTime() - Method in class com.sleepycat.je.rep.monitor.JoinGroupEvent
-
Returns the time at which the node joined the group.
- getJoinTime() - Method in class com.sleepycat.je.rep.monitor.LeaveGroupEvent
-
- getJoinTime() - Method in class com.sleepycat.je.rep.NodeState
-
Returns the time when this node joins the replication group.
- getKBytes() - Method in class com.sleepycat.je.CheckpointConfig
-
Returns 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.je.Sequence
-
Returns 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(Class<V>, String) - Method in class com.sleepycat.collections.TupleSerialFactory
-
Creates a SecondaryKeyCreator
object for use in configuring
a SecondaryDatabase
.
- getKeyCreator() - Method in class com.sleepycat.je.SecondaryConfig
-
Returns the user-supplied object used for creating single-valued
secondary keys.
- getKeyName() - Method in class com.sleepycat.persist.model.SecondaryKeyMetadata
-
Returns the key name, which may be different from the field name.
- getKeyPrefixing() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns the key prefixing configuration.
- 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
.
- getKeysOnly() - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
Returns true if the DiskOrderedCursor is configured to return only
keys.
- 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.
- getKnownMasterTxnEndVLSN() - Method in class com.sleepycat.je.rep.NodeState
-
Returns the transaction end VLSN on the master known by this node.
- 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, LockMode) - Method in class com.sleepycat.je.Cursor
-
Moves the cursor to the last key/data pair of the database, and returns
that pair.
- getLast(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Moves the cursor to the last key/data pair of the database, and returns
that pair.
- getLast(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Move the cursor to the last key/data pair of the database, and return
that pair.
- getLastCheckpointEnd() - Method in class com.sleepycat.je.EnvironmentStats
-
The location in the log of the last checkpoint end.
- getLastCheckpointId() - Method in class com.sleepycat.je.EnvironmentStats
-
The Id of the last checkpoint.
- getLastCheckpointInterval() - Method in class com.sleepycat.je.EnvironmentStats
-
Byte length from last checkpoint start to the previous checkpoint start.
- getLastCheckpointStart() - Method in class com.sleepycat.je.EnvironmentStats
-
The location in the log of the last checkpoint start.
- getLastCommitTimestamp() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The commit timestamp of the last committed transaction on the master, or
0 if not known or this node is not the master.
- getLastCommitVLSN() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The VLSN of the last committed transaction on the master, or 0 if not
known or this node is not the master.
- getLastFileInBackupSet() - Method in class com.sleepycat.je.util.DbBackup
-
Can only be called in backup mode, after startBackup() has been called.
- getLastKnownUtilization() - Method in class com.sleepycat.je.EnvironmentStats
-
- getLastValue() - Method in class com.sleepycat.je.SequenceStats
-
Returns the last cached value of the sequence.
- getLeafNodeCount() - Method in class com.sleepycat.je.BtreeStats
-
Returns the number of leaf nodes in the database tree, which can equal
the number of records.
- getLeaveReason() - Method in class com.sleepycat.je.rep.monitor.LeaveGroupEvent
-
Returns the reason why the node left the group.
- getLeaveTime() - Method in class com.sleepycat.je.rep.monitor.LeaveGroupEvent
-
Returns the time at which the node left the group.
- getLNSizeCorrectionFactor() - Method in class com.sleepycat.je.EnvironmentStats
-
- getLoadLNs() - Method in class com.sleepycat.je.PreloadConfig
-
Return the configuration of the preload load LNs option.
- getLocalSync() - Method in class com.sleepycat.je.Durability
-
Returns the transaction synchronization policy to be used locally when
committing a transaction.
- getLocalWrite() - Method in class com.sleepycat.je.TransactionConfig
-
Returns whether local-write is configured for this transaction.
- getLockBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of bytes of JE cache used for holding locks and transactions, in bytes."
- getLocking() - Method in class com.sleepycat.je.EnvironmentConfig
-
Returns true if the database environment is configured for locking.
- getLockMode() - Method in class com.sleepycat.je.ReadOptions
-
Returns the LockMode
to be used for the operation.
- getLockStats(StatsConfig) - Method in class com.sleepycat.je.Environment
-
- getLockTimeout(TimeUnit) - Method in class com.sleepycat.je.EnvironmentConfig
-
Returns the lock timeout setting.
- getLockTimeout() - Method in class com.sleepycat.je.EnvironmentConfig
-
- getLockTimeout(TimeUnit) - Method in class com.sleepycat.je.Transaction
-
Returns the lock request timeout value for the transaction.
- getLogFilesInBackupSet() - Method in class com.sleepycat.je.util.DbBackup
-
Get the minimum list of files that must be copied for this backup.
- getLogFilesInBackupSet(long) - Method in class com.sleepycat.je.util.DbBackup
-
- getLogFilesInSnapshot() - Method in class com.sleepycat.je.util.DbBackup
-
Get the list of all active files that are needed for the environment at
the point of time when backup mode started, i.e., the current snapshot.
- getLoggingHandler() - Method in class com.sleepycat.je.EnvironmentConfig
-
Returns the custom java.util.logging.Handler specified by the
application.
- getLoggingHandler() - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Returns the custom java.util.logging.Handler specified by the
application.
- getLogProviders() - Method in exception com.sleepycat.je.rep.InsufficientLogException
-
Returns the members of the replication group that can serve as candidate
log providers to supply the logs needed by this node.
- getLogProviders() - Method in class com.sleepycat.je.rep.NetworkRestoreConfig
-
Returns the candidate list of data nodes, either ELECTABLE or SECONDARY
members, that may be used to obtain log files.
- getLogVersion() - Method in class com.sleepycat.je.rep.NodeState
-
Returns the log version of this node.
- getLSNBatchSize() - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
Returns the maximum number of LSNs to be sorted that this
DiskOrderedCursor is configured for.
- getLSNBatchSize() - Method in class com.sleepycat.je.PreloadConfig
-
Preload is implemented to optimize I/O cost by fetching the records of
a Database by disk order, so that disk access is are sequential rather
than random.
- getMainTreeMaxDepth() - Method in class com.sleepycat.je.BtreeStats
-
Returns the maximum depth of the main database tree.
- getMajor() - Method in class com.sleepycat.je.JEVersion
-
Major number of the release version.
- getMaster() - Method in class com.sleepycat.je.rep.arbiter.ArbiterStats
-
The current master node.
- getMasterName() - Method in class com.sleepycat.je.rep.monitor.MemberChangeEvent
-
Returns the name of the master at the time of this event.
- getMasterName() - Method in class com.sleepycat.je.rep.NodeState
-
Returns the name of the current
master
known by this node.
- getMasterNodeName() - Method in class com.sleepycat.je.rep.monitor.Monitor
-
Identifies the master of the replication group, resulting from the last
successful election.
- getMasterNodeName() - Method in class com.sleepycat.je.rep.StateChangeEvent
-
Returns the node name identifying the master at the time of the event.
- getMasterNodeName() - Method in class com.sleepycat.je.rep.util.ReplicationGroupAdmin
-
Returns the node name associated with the master
- getMax() - Method in class com.sleepycat.je.SequenceStats
-
Returns the maximum permitted value of the sequence.
- getMaxBytes() - Method in class com.sleepycat.je.PreloadConfig
-
Return the number of bytes in the cache to stop the preload at.
- getMaxClockDelta(TimeUnit) - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Returns the maximum acceptable clock skew between this Replica and its
Feeder, which is the node that is the source of its replication stream.
- getMaxDisk() - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
- getMaxMillisecs() - Method in class com.sleepycat.je.PreloadConfig
-
Return the number of millisecs to stop the preload after.
- getMaxRetries() - Method in class com.sleepycat.collections.TransactionRunner
-
Returns the maximum number of retries that will be performed when
deadlocks are detected.
- getMaxSeedMillisecs() - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
- getMaxSeedNodes() - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
- getMBeanInfo() - Method in class com.sleepycat.je.jmx.JEMBean
-
- getMember(String) - Method in class com.sleepycat.je.rep.ReplicationGroup
-
Get administrative information about a node by its node name.
- getMessage() - Method in exception com.sleepycat.je.DatabaseException
-
- getMessage() - Method in exception com.sleepycat.je.EnvironmentFailureException
-
- getMin() - Method in class com.sleepycat.je.SequenceStats
-
Returns the minimum permitted value of the sequence.
- getMinimizeRecoveryTime() - Method in class com.sleepycat.je.CheckpointConfig
-
Returns the configuration of the minimize recovery time option.
- getMinor() - Method in class com.sleepycat.je.JEVersion
-
Minor number of the release version.
- getMinutes() - Method in class com.sleepycat.je.CheckpointConfig
-
Returns the checkpoint time threshold, in minutes.
- getMixedLRUSize() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of INs in the mixed/priority-1 LRU "
- 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.
- getMonitorNodes() - Method in class com.sleepycat.je.rep.ReplicationGroup
-
Returns the subset of nodes in the group that monitor group membership
but do not maintain replicated environments.
- getMonitorSocketAddress() - Method in class com.sleepycat.je.rep.monitor.Monitor
-
Returns the socket used by this monitor to listen for group changes
- getMultiKeyCreator() - Method in class com.sleepycat.je.SecondaryConfig
-
Returns the user-supplied object used for creating multi-valued
secondary keys.
- getMutableConfig() - Method in class com.sleepycat.je.Environment
-
Returns database environment attributes.
- 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.
- getNAborts() - Method in class com.sleepycat.je.TransactionStats
-
The number of transactions that have aborted.
- getNAcquiresNoWaiters() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of acquires of lock table latch with no contention.
- getNAcquiresNoWaiters() - Method in class com.sleepycat.je.LockStats
-
Deprecated.
Number of acquires of lock table latch with no contention.
- getNAcquiresNoWaitSuccessful() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of successful no-wait acquires of the lock table latch.
- getNAcquiresNoWaitSuccessful() - Method in class com.sleepycat.je.LockStats
-
Deprecated.
Number of successful no-wait acquires of the lock table latch.
- getNAcquiresNoWaitUnSuccessful() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of unsuccessful no-wait acquires of the lock table latch.
- getNAcquiresNoWaitUnSuccessful() - Method in class com.sleepycat.je.LockStats
-
Deprecated.
Number of unsuccessful no-wait acquires of the lock table latch.
- getNAcquiresSelfOwned() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of acquires of lock table latch when it was already owned
by the caller.
- getNAcquiresSelfOwned() - Method in class com.sleepycat.je.LockStats
-
Deprecated.
Number of acquires of lock table latch when it was already owned
by the caller.
- getNAcquiresWithContention() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of acquires of lock table latch when it was already owned by
another thread.
- getNAcquiresWithContention() - Method in class com.sleepycat.je.LockStats
-
Deprecated.
Number of acquires of lock table latch when it was already owned by
another thread.
- getNActive() - Method in class com.sleepycat.je.TransactionStats
-
The number of transactions that are currently active.
- getName() - Method in class com.sleepycat.je.rep.CommitPointConsistencyPolicy
-
- getName() - Method in class com.sleepycat.je.rep.NoConsistencyRequiredPolicy
-
- getName() - Method in class com.sleepycat.je.rep.ReplicationGroup
-
Returns the name associated with the group.
- getName() - Method in interface com.sleepycat.je.rep.ReplicationNode
-
Returns the unique name associated with the node.
- getName() - Method in class com.sleepycat.je.rep.TimeConsistencyPolicy
-
- getName() - Method in interface com.sleepycat.je.ReplicaConsistencyPolicy
-
Returns the name used to identify the policy.
- getName() - Method in class com.sleepycat.je.Transaction
-
Get the user visible name for the transaction.
- getName() - Method in class com.sleepycat.je.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.
- getNBatchesCacheMode() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNBatchesCritical() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNBatchesDaemon() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNBatchesEvictorThread() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNBatchesManual() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNBegins() - Method in class com.sleepycat.je.TransactionStats
-
The number of transactions that have begun.
- getNBINDeltaBlindOps() - Method in class com.sleepycat.je.EnvironmentStats
-
"The number of operations performed blindly in BIN deltas"
- getNBinDeltaDeleteOps() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of user (non-internal) Cursor and Database delete operations
performed in BIN deltas.
- getNBinDeltaGetOps() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of user (non-internal) Cursor and Database get operations
performed in BIN deltas.
- getNBinDeltaInsertOps() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of user (non-internal) Cursor and Database insert operations
performed in BIN deltas (these are insertions performed via the various
put methods).
- getNBINDeltasCleaned() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of BIN-deltas cleaned."
- getNBINDeltasDead() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of BIN-deltas that were not found in the tree anymore (deleted)."
- getNBINDeltasFetchMiss() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of BIN-deltas (partial BINs) fetched to satisfy btree operations that were not in main cache."
- getNBINDeltasMigrated() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of BIN-deltas migrated."
- getNBINDeltasObsolete() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of BIN-deltas obsolete."
- getNBinDeltaUpdateOps() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of user (non-internal) Cursor and Database update operations
performed in BIN deltas (these are updates performed via the various
put methods).
- getNBINsEvictedCacheMode() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNBINsEvictedCritical() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNBINsEvictedDaemon() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNBINsEvictedEvictorThread() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNBINsEvictedManual() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNBINsFetch() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of BINs (bottom internal nodes) and BIN-deltas requested by btree operations."
- getNBINsFetchMiss() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of full BINs (bottom internal nodes) and BIN-deltas fetched to satisfy btree operations that were not in main cache."
- getNBINsFetchMissRatio() - Method in class com.sleepycat.je.EnvironmentStats
-
"The BIN fetch miss ratio (nBINsFetchMiss / nBINsFetch)"
- getNBINsLoaded() - Method in class com.sleepycat.je.PreloadStats
-
Returns the number of BINs that were loaded into the cache during the
preload() operation.
- getNBINsMutated() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNBINsStripped() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNBytesEvictedCacheMode() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of bytes evicted by operations for which CacheMode.EVICT_BIN is specified."
- getNBytesEvictedCritical() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of bytes evicted in the application thread because the cache is over budget."
- getNBytesEvictedDeamon() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of bytes evicted by JE deamon threads."
- getNBytesEvictedEvictorThread() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of bytes evicted by evictor pool threads."
- getNBytesEvictedManual() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of bytes evicted by the Environment.evictMemory or during Environment startup."
- getNBytesReadFromWriteQueue() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of bytes read to fulfill file read operations by reading out
of the pending write queue.
- getNBytesWrittenFromWriteQueue() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of bytes written from the pending write queue.
- getNCachedBINDeltas() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of BIN-deltas (partial BINs) in main cache. This is a subset of the nCachedBINs value."
- getNCachedBINs() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of BINs (bottom internal nodes) and BIN-deltas in main cache."
- getNCachedGets() - Method in class com.sleepycat.je.SequenceStats
-
Returns the number of times that Sequence.get was called and a cached
value was returned.
- getNCachedUpperINs() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of upper INs (non-bottom internal nodes) in main cache."
- getNCacheMiss() - Method in class com.sleepycat.je.EnvironmentStats
-
The total number of requests for database objects which were not in
memory.
- getNCheckpoints() - Method in class com.sleepycat.je.EnvironmentStats
-
The total number of checkpoints run so far.
- getNCleanerDeletions() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of cleaner file deletions."
- getNCleanerDiskRead() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of disk reads by the cleaner."
- getNCleanerEntriesRead() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of log entries read by the cleaner."
- getNCleanerProbeRuns() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNCleanerRevisalRuns() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of cleaner runs that ended in revising expiration info, but not in any cleaning."
- getNCleanerRuns() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of cleaner runs, including two-pass runs."
- getNCleanerTwoPassRuns() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of cleaner two-pass runs."
- getNClusterLNsProcessed() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of LNs processed because they qualify for clustering."
- getNCommits() - Method in class com.sleepycat.je.TransactionStats
-
The number of transactions that have committed.
- getNConverted() - Method in class com.sleepycat.persist.evolve.EvolveStats
-
The total number of entities converted during eager evolution.
- getNCountMemoryExceeded() - Method in class com.sleepycat.je.PreloadStats
-
- getNDBINsLoaded() - Method in class com.sleepycat.je.PreloadStats
-
- getNDeltaINFlush() - Method in class com.sleepycat.je.EnvironmentStats
-
The accumulated number of Delta INs flushed to the log.
- getNDINsLoaded() - Method in class com.sleepycat.je.PreloadStats
-
- getNDirtyNodesEvicted() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of dirty target nodes logged and evicted."
- getNDupCountLNsLoaded() - Method in class com.sleepycat.je.PreloadStats
-
- getNeedReset() - Method in class com.sleepycat.je.jmx.JEMBeanHelper
-
Deprecated.
Tell the MBean if the available set of functionality has changed.
- getNEmbeddedLNs() - Method in class com.sleepycat.je.PreloadStats
-
Returns the number of embedded LNs encountered during the preload()
operation.
- getNEvictionRuns() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of times the background eviction thread is awoken."
- getNEvictPasses() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNewName() - Method in class com.sleepycat.persist.evolve.Renamer
-
Returns the new class or field name specified in the constructor.
- getNext(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
Moves the cursor to the next key/data pair and returns that pair.
- getNext(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.DiskOrderedCursor
-
- getNext(DatabaseEntry, DatabaseEntry, LockMode) - Method in interface com.sleepycat.je.ForwardCursor
-
Moves the cursor to the next key/data pair and returns that pair.
- getNext(DatabaseEntry, LockMode) - Method in class com.sleepycat.je.JoinCursor
-
Returns the next primary key resulting from the join operation.
- getNext(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.JoinCursor
-
Returns the next primary key and data resulting from the join operation.
- getNext(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Moves the cursor to the next key/data pair and returns that pair.
- getNext(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Move the cursor to the next key/data pair and return that pair.
- getNextDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
If the next key/data pair of the database is a duplicate data record for
the current key/data pair, moves the cursor to the next key/data pair of
the database and returns that pair.
- getNextDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
If the next key/data pair of the database is a duplicate data record for
the current key/data pair, moves the cursor to the next key/data pair of
the database and returns that pair.
- getNextDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.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.
- getNextNoDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
Moves the cursor to the next non-duplicate key/data pair and returns
that pair.
- getNextNoDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Moves the cursor to the next non-duplicate key/data pair and returns
that pair.
- getNextNoDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Move the cursor to the next non-duplicate key/data pair and return that
pair.
- getNFeedersCreated() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of Feeder threads since this node was started.
- getNFeedersShutdown() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of Feeder threads that were shut down, either because this
node, or the Replica terminated the connection.
- getNFileOpens() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of times a log file has been opened.
- getNFSyncRequests() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of fsyncs requested through the group commit manager.
- getNFSyncs() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of fsyncs issued through the group commit manager.
- getNFSyncTimeouts() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of fsync requests submitted to the group commit manager which
timed out.
- getNFullBINFlush() - Method in class com.sleepycat.je.EnvironmentStats
-
The accumulated number of full BINs flushed to the log.
- getNFullBINsMiss() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of times a BIN-delta had to be mutated to a full BIN (and as a result a full BIN had to be read in from the log)."
- getNFullINFlush() - Method in class com.sleepycat.je.EnvironmentStats
-
The accumulated number of full INs flushed to the log.
- getNGets() - Method in class com.sleepycat.je.SequenceStats
-
Returns the number of times that Sequence.get was called successfully.
- getNINCompactKeyIN() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of INs that use a compact key representation to minimize the key object representation overhead."
- getNINNoTarget() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of INs that use a compact representation when none of its child nodes are in the main cache."
- getNINsCleaned() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of INs cleaned."
- getNINsDead() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of INs that were not found in the tree anymore (deleted)."
- getNINsLoaded() - Method in class com.sleepycat.je.PreloadStats
-
Returns the number of INs that were loaded into the cache during the
preload() operation.
- getNINsMigrated() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of INs migrated."
- getNINsObsolete() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of INs obsolete."
- getNINSparseTarget() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of INs that use a compact sparse array representation to point to child nodes in the main cache."
- getNLNQueueHits() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of LNs processed without a tree lookup."
- getNLNsCleaned() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of LNs cleaned."
- getNLNsDead() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of LNs that were not found in the tree anymore (deleted)."
- getNLNsEvicted() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of LNs evicted as a result of LRU-based eviction (but not CacheMode.EVICT_LN)."
- getNLNsExpired() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of obsolete LNs that were expired."
- getNLNsFetch() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of LNs (data records) requested by btree operations."
- getNLNsFetchMiss() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of LNs (data records) requested by btree operations that were not in main cache."
- getNLNsLoaded() - Method in class com.sleepycat.je.PreloadStats
-
Returns the number of LNs that were loaded into the cache during the
preload() operation.
- getNLNsLocked() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of LNs encountered that were locked."
- getNLNsMarked() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of LNs in temporary DBs that were dirtied by the cleaner and subsequently logging during checkpoint/eviction."
- getNLNsMigrated() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of LNs that were migrated forward in the log by the cleaner."
- getNLNsObsolete() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of LNs obsolete."
- getNLogBuffers() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of log buffers currently instantiated.
- getNLogFSyncs() - Method in class com.sleepycat.je.EnvironmentStats
-
The total number of fsyncs of the JE log.
- getNMarkedLNsProcessed() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of LNs processed because they were previously marked for migration."
- getNMaxReplicaLag() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The lag (in VLSNs) associated with the replica that's farthest behind in
replaying the replication stream.
- getNMaxReplicaLagName() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The name of the replica that's farthest behind in replaying the
replication stream.
- getNNodesEvicted() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of target nodes (INs) evicted from the main cache."
- getNNodesExplicitlyEvicted() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNNodesMovedToDirtyLRU() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of nodes (INs) moved from the mixed/priority-1 to the dirty/priority-2 LRU list."
- getNNodesMutated() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of target BINs mutated to BIN-deltas."
- getNNodesPutBack() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of target nodes (INs) moved to the cold end of the LRU list without any action taken on them."
- getNNodesScanned() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNNodesSelected() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNNodesSkipped() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of nodes (INs) that did not require any action."
- getNNodesStripped() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of target BINs whose child LNs were evicted (stripped)."
- getNNodesTargeted() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of nodes (INs) selected as eviction targets."
- getNNotResident() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of requests for database objects not contained within the
in memory data structures.
- getNodeHostname() - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Returns the hostname component of the nodeHost property.
- getNodeHostname() - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Returns the hostname component of the nodeHost property.
- getNodeHostPort() - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Returns the hostname and port associated with this node.
- getNodeHostPort() - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Returns the hostname and port associated with this node.
- getNodeHostPort() - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Returns the hostname and port associated with this node.
- getNodeMaxDupTreeEntries() - Method in class com.sleepycat.je.DatabaseConfig
-
- getNodeMaxEntries() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns the maximum number of children a B+Tree node can have.
- getNodeName() - Method in class com.sleepycat.je.EnvironmentConfig
-
Returns the user defined nodeName for the Environment.
- getNodeName() - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Returns the unique name associated with this Arbiter.
- getNodeName() - Method in class com.sleepycat.je.rep.monitor.Monitor
-
Returns the group-wide unique name associated with the monitor
- getNodeName() - Method in class com.sleepycat.je.rep.monitor.MonitorChangeEvent
-
Returns the name of the node associated with the event.
- getNodeName() - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Returns the unique name associated with this monitor.
- getNodeName() - Method in class com.sleepycat.je.rep.NodeState
-
Returns the name of the node whose state is requested.
- getNodeName() - Method in class com.sleepycat.je.rep.ReplicatedEnvironment
-
Returns the unique name used to identify this replicated environment.
- getNodeName() - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Returns the unique name associated with this node.
- getNodePort() - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Returns the port component of the nodeHost property.
- getNodePort() - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Returns the port component of the nodeHost property.
- getNodePriority() - Method in class com.sleepycat.je.rep.ReplicationMutableConfig
-
Returns the election priority associated with the node.
- getNodes() - Method in class com.sleepycat.je.rep.ReplicationGroup
-
Returns the set of all nodes in the group.
- getNodeState() - Method in class com.sleepycat.je.rep.NodeState
-
Returns the replication
state
of
this node.
- getNodeState() - Method in class com.sleepycat.je.rep.util.DbPing
-
- getNodeState(ReplicationNode, int) - Method in class com.sleepycat.je.rep.util.ReplicationGroupAdmin
-
Returns the
state
of a replicated
node and
state
of the application where the node is
running in.
- getNodeType() - Method in class com.sleepycat.je.rep.ReplicationConfig
-
- getNonEmptyBins() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of BINs encountered by the INCompressor that were not
actually empty when the compressor ran.
- getNonSticky() - Method in class com.sleepycat.je.CursorConfig
-
Returns the non-sticky setting.
- getNOpenFiles() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of files currently open in the file cache.
- getNoSort() - Method in class com.sleepycat.je.JoinConfig
-
Returns whether automatic sorting of the input cursors is disabled.
- getNoSync() - Method in class com.sleepycat.je.TransactionConfig
-
- getNotificationInfo() - Method in class com.sleepycat.je.jmx.JEMBean
-
Get notification metadata for this MBean.
- getNotificationInfo(Environment) - Method in class com.sleepycat.je.jmx.JEMBeanHelper
-
Deprecated.
No notifications are supported.
- getNoWait() - Method in class com.sleepycat.je.TransactionConfig
-
Returns true if the transaction is configured to not wait if a lock
request cannot be immediately granted.
- getNOwners() - Method in class com.sleepycat.je.EnvironmentStats
-
Total lock owners in lock table.
- getNOwners() - Method in class com.sleepycat.je.LockStats
-
Deprecated.
Total lock owners in lock table.
- getNPendingLNsLocked() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of pending LNs that could not be locked for migration because of a long duration application lock."
- getNPendingLNsProcessed() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of LNs processed because they were previously locked."
- getNProtocolBytesRead() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of bytes of Replication Stream read over the network.
- getNProtocolBytesWritten() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of Replication Stream bytes written over the network.
- getNProtocolEntriesWrittenOldVersion() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
Returns the number of messages containing log entries that were written
to the replication stream using the previous log format to support
replication to a replica running an earlier version during an upgrade.
- getNProtocolMessageBatches() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of Replication Stream message batches written to the network.
- getNProtocolMessagesBatched() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of Replication Stream messages that were written as part
of a message batch instead of being written individually.
- getNProtocolMessagesRead() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of Replication Stream messages read over the network.
- getNProtocolMessagesWritten() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The total number of Replication Stream messages written over the
network.
- getNRandomReadBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of bytes read which required repositioning the disk head
more than 1MB from the previous file position.
- getNRandomReads() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of disk reads which required repositioning the disk head
more than 1MB from the previous file position.
- getNRandomWriteBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of bytes written which required repositioning the disk head
more than 1MB from the previous file position.
- getNRandomWrites() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of disk writes which required repositioning the disk head by
more than 1MB from the previous file position.
- getNRead() - Method in class com.sleepycat.persist.evolve.EvolveStats
-
The total number of entities read during eager evolution.
- getNReadLocks() - Method in class com.sleepycat.je.EnvironmentStats
-
Total read locks currently held.
- getNReadLocks() - Method in class com.sleepycat.je.LockStats
-
Deprecated.
Total read locks currently held.
- getNReadsFromWriteQueue() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of file read operations which were fulfilled by reading out
of the pending write queue.
- getNReleases() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of releases of the lock table latch.
- getNReleases() - Method in class com.sleepycat.je.LockStats
-
Deprecated.
Number of releases of the lock table latch.
- getNRepeatFaultReads() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of reads which had to be repeated when faulting in an object
from disk because the read chunk size controlled by je.log.faultReadSize
is too small.
- getNRepeatIteratorReads() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of attempts to read a log entry larger than the read buffer size during which the log buffer couldn\'t be grown enough to accommodate the object."
- getNReplayAborts() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of abort records which were replayed while the node was in
the Replica state.
- getNReplayCommitAcks() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of commit log records that needed to be acknowledged to the
Master by this node when it was a Replica.
- getNReplayCommitNoSyncs() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of commitNoSync() calls executed when satisfying transaction
commit acknowledgment requests from the Master.
- getNReplayCommits() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of commit log records that were replayed by this node when
it was a Replica.
- getNReplayCommitSyncs() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of commitSync() calls executed when satisfying transaction
commit acknowledgment requests from the Master.
- getNReplayCommitWriteNoSyncs() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of commitNoSync() calls executed when satisfying transaction
commit acknowledgment requests from the Master.
- getNReplayGroupCommitMaxExceeded() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of group commits that were initiated due the
max group size
being
exceeded.
- getNReplayGroupCommits() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of group commit operations.
- getNReplayGroupCommitTimeouts() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
- getNReplayGroupCommitTxns() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of replay transaction commits that were part of a group
commit operation.
- getNReplayLNs() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of data records (creation, update, deletion) which were
replayed while the node was in the Replica state.
- getNReplayNameLNs() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of NameLN records which were replayed while the node was in
the Replica state.
- getNRequests() - Method in class com.sleepycat.je.EnvironmentStats
-
Total number of lock requests to date.
- getNRequests() - Method in class com.sleepycat.je.LockStats
-
Deprecated.
Total number of lock requests to date.
- getNRootNodesEvicted() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of database root nodes (INs) evicted."
- getNSequentialReadBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of bytes read which did not require repositioning the disk
head more than 1MB from the previous file position.
- getNSequentialReads() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of disk reads which did not require repositioning the disk
head more than 1MB from the previous file position.
- getNSequentialWriteBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of bytes written which did not require repositioning the
disk head more than 1MB from the previous file position.
- getNSequentialWrites() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of disk writes which did not require repositioning the disk
head by more than 1MB from the previous file position.
- getNSharedCacheEnvironments() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of Environments sharing the main cache."
- getNTempBufferWrites() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of writes which had to be completed using the temporary
marshalling buffer because the fixed size log buffers specified by
je.log.totalBufferBytes and je.log.numBuffers were not large enough.
- getNThreadUnavailable() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of eviction tasks that were submitted to the background evictor pool, but were refused because all eviction threads were busy."
- getNToBeCleanedLNsProcessed() - Method in class com.sleepycat.je.EnvironmentStats
-
"Accumulated number of LNs processed because they are soon to be cleaned."
- getNTotalLocks() - Method in class com.sleepycat.je.EnvironmentStats
-
Total locks currently in lock table.
- getNTotalLocks() - Method in class com.sleepycat.je.LockStats
-
Deprecated.
Total locks currently in lock table.
- getNTxnsAcked() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of transactions that were successfully acknowledged based
upon the
Durability.ReplicaAckPolicy
policy associated with the
transaction commit.
- getNTxnsNotAcked() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of transactions that were not acknowledged as required by the
Durability.ReplicaAckPolicy
policy associated with the transaction commit.
- getNumericVersionString() - Method in class com.sleepycat.je.JEVersion
-
The numeric version string, without the patch tag.
- getNumRetries() - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Returns the number of times a ping thread attempts to contact a node
before deeming it unreachable.
- getNUpperINsEvictedCacheMode() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNUpperINsEvictedCritical() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNUpperINsEvictedDaemon() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNUpperINsEvictedEvictorThread() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNUpperINsEvictedManual() - Method in class com.sleepycat.je.EnvironmentStats
-
- getNUpperINsFetch() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of Upper INs (non-bottom internal nodes) requested by btree operations."
- getNUpperINsFetchMiss() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of Upper INs (non-bottom internal nodes) requested by btree operations that were not in main cache."
- getNWaiters() - Method in class com.sleepycat.je.EnvironmentStats
-
Total transactions waiting for locks.
- getNWaiters() - Method in class com.sleepycat.je.LockStats
-
Deprecated.
Total transactions waiting for locks.
- getNWaits() - Method in class com.sleepycat.je.EnvironmentStats
-
Total number of lock waits to date.
- getNWaits() - Method in class com.sleepycat.je.LockStats
-
Deprecated.
Total number of lock waits to date.
- getNWriteLocks() - Method in class com.sleepycat.je.EnvironmentStats
-
Total write locks currently held.
- getNWriteLocks() - Method in class com.sleepycat.je.LockStats
-
Deprecated.
Total write locks currently held.
- getNWriteQueueOverflow() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of writes operations which would overflow the Write Queue.
- getNWriteQueueOverflowFailures() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of writes operations which would overflow the Write Queue
and could not be queued.
- getNWritesFromWriteQueue() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of file writes operations executed from the pending write
queue.
- getNXAAborts() - Method in class com.sleepycat.je.TransactionStats
-
The number of XA transactions that have aborted.
- getNXACommits() - Method in class com.sleepycat.je.TransactionStats
-
The number of XA transactions that have committed.
- getNXAPrepares() - Method in class com.sleepycat.je.TransactionStats
-
The number of XA transactions that have been prepared.
- getOffHeapAllocFailures() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of off-heap allocation failures due to lack of system memory."
- getOffHeapAllocOverflows() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of off-heap allocation attempts that exceeded the cache size."
- getOffHeapBINsLoaded() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of BINs loaded from the off-heap cache."
- getOffHeapBINsStored() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of BINs stored into the off-heap cache."
- getOffHeapCachedBINDeltas() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of BIN-deltas residing in the off-heap cache."
- getOffHeapCachedBINs() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of BINs (full BINs and BIN-deltas) residing in the off-heap cache."
- getOffHeapCachedLNs() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of LNs residing in the off-heap cache."
- getOffHeapCacheSize() - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
- getOffHeapCriticalNodesTargeted() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of nodes targeted in \'critical eviction\' mode."
- getOffHeapDirtyNodesEvicted() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of target BINs evicted from the off-heap cache that were dirty and therefore were logged."
- getOffHeapLNsEvicted() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of LNs evicted from the off-heap cache as a result of BIN stripping."
- getOffHeapLNsLoaded() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of LNs loaded from the off-heap cache."
- getOffHeapLNsStored() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of LNs stored into the off-heap cache."
- getOffHeapLRUSize() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of LRU entries used for the off-heap cache."
- getOffHeapNodesEvicted() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of target BINs (including BIN-deltas) evicted from the off-heap cache."
- getOffHeapNodesMutated() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of off-heap target BINs mutated to BIN-deltas."
- getOffHeapNodesSkipped() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of off-heap target BINs on which no action was taken."
- getOffHeapNodesStripped() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of target BINs whose off-heap child LNs were evicted (stripped)."
- getOffHeapNodesTargeted() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of BINs selected as off-heap eviction targets."
- getOffHeapThreadUnavailable() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of eviction tasks that were submitted to the background off-heap evictor pool, but were refused because all eviction threads were busy."
- getOffHeapTotalBlocks() - Method in class com.sleepycat.je.EnvironmentStats
-
"Total number of memory blocks in off-heap cache."
- getOffHeapTotalBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
"Total number of estimated bytes in off-heap cache."
- getOffset() - Method in class com.sleepycat.je.DatabaseEntry
-
Returns the byte offset into the data array.
- getOperationList(Environment) - Method in class com.sleepycat.je.jmx.JEMBeanHelper
-
Deprecated.
Get mbean operation metadata for this environment.
- getOverrideBtreeComparator() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns the override setting for the btree comparator.
- getOverrideDuplicateComparator() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns the override setting for the duplicate comparator.
- getOwnerTxnIds() - Method in exception com.sleepycat.je.LockConflictException
-
Returns an array of longs containing transaction ids of owners at the
the time of the timeout.
- 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.
- getParentId() - Method in class com.sleepycat.je.TransactionStats.Active
-
The transaction ID of the parent transaction (or 0, if no parent).
- getPartial() - Method in class com.sleepycat.je.DatabaseEntry
-
Returns whether this DatabaseEntry is configured to read or write
partial records.
- getPartialLength() - Method in class com.sleepycat.je.DatabaseEntry
-
Returns the byte length of the partial record being read or written by
the application, in bytes.
- getPartialOffset() - Method in class com.sleepycat.je.DatabaseEntry
-
Returns the offset of the partial record being read or written by the
application, in bytes.
- getPatch() - Method in class com.sleepycat.je.JEVersion
-
Patch number of the release version.
- getPdescriptor(Class) - Static method in class com.sleepycat.util.ConfigBeanInfoBase
-
- getPendingLNQueueSize() - Method in class com.sleepycat.je.EnvironmentStats
-
"Number of LNs pending because they were locked and could not be migrated."
- getPermissibleLag(TimeUnit) - Method in class com.sleepycat.je.rep.TimeConsistencyPolicy
-
Returns the allowed time lag associated with this policy.
- 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.
- getPort() - Method in interface com.sleepycat.je.rep.ReplicationNode
-
Returns the port number associated with the node.
- getPrev(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
Moves the cursor to the previous key/data pair and returns that pair.
- getPrev(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Moves the cursor to the previous key/data pair and returns that pair.
- getPrev(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Move the cursor to the previous key/data pair and return that pair.
- getPrevDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
If the previous key/data pair of the database is a duplicate data record
for the current key/data pair, moves the cursor to the previous key/data
pair of the database and returns that pair.
- getPrevDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
If the previous key/data pair of the database is a duplicate data record
for the current key/data pair, moves the cursor to the previous key/data
pair of the database and returns that pair.
- getPrevDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.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.
- getPrevNoDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
Moves the cursor to the previous non-duplicate key/data pair and returns
that pair.
- getPrevNoDup(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Moves the cursor to the previous non-duplicate key/data pair and returns
that pair.
- getPrevNoDup(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Move the cursor to the previous non-duplicate key/data pair and return
that pair.
- getPriDeleteFailOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of failed primary DB deletion operations.
- getPriDeleteOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of successful primary DB deletion operations.
- getPriInsertFailOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of failed primary DB insertion operations.
- getPriInsertOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of successful primary DB insertion operations.
- 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.je.SecondaryCursor
-
Returns the primary
Database
associated with this cursor.
- getPrimaryDatabase() - Method in class com.sleepycat.je.SecondaryDatabase
-
Returns the primary database associated with this secondary database.
- getPrimaryIndex(Class<PK>, Class<E>) - Method in class com.sleepycat.persist.EntityStore
-
Returns the primary index for a given entity class, opening it if
necessary.
- getPrimaryIndex(String) - Method in class com.sleepycat.persist.raw.RawStore
-
Opens the primary index for a given entity class.
- getPrimaryIndex() - Method in class com.sleepycat.persist.SecondaryIndex
-
Returns the primary index associated with this secondary index.
- getPrimaryKey() - Method in exception com.sleepycat.je.SecondaryReferenceException
-
Returns the primary key being accessed during the failure.
- 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.
- getPrintInfo() - Method in class com.sleepycat.je.VerifyConfig
-
- getPriPositionOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of successful primary DB position operations.
- getPriSearchFailOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of failed primary DB key search operations.
- getPriSearchOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of successful primary DB key search operations.
- getPriUpdateOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of successful primary DB update operations.
- getProcessedBins() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of BINs that were successfully processed by the IN
Compressor.
- getProgressListener() - Method in class com.sleepycat.je.PreloadConfig
-
Return the ProgressListener for this PreloadConfig.
- getPropagateExceptions() - Method in class com.sleepycat.je.VerifyConfig
-
- getPropertiesInfo(Class) - Static method in class com.sleepycat.util.ConfigBeanInfoBase
-
- getPropertyDescriptors() - Method in class com.sleepycat.je.rep.monitor.MonitorConfigBeanInfo
-
- 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.
- getProps() - Method in class com.sleepycat.je.rep.arbiter.ArbiterMutableConfig
-
- getProtectedLogSize() - Method in class com.sleepycat.je.EnvironmentStats
-
"Bytes used by all protected data files: the subset of reserved files that are temporarily protected and cannot be deleted."
- getProtectedLogSizeMap() - Method in class com.sleepycat.je.EnvironmentStats
-
"A breakdown of protectedLogSize as a map of protecting entity name to protected size in bytes."
- getProtocolBytesReadRate() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
Bytes read throughput, in terms of bytes received from the replication
network channels per second.
- getProtocolBytesWriteRate() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
Bytes written throughput, in terms of bytes written to the replication
network channels per second.
- getProtocolMessageReadRate() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
Incoming replication message throughput, in terms of messages received
from the replication network channels per second.
- getProtocolMessageWriteRate() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
Outgoing message throughput, in terms of message written to the
replication network channels per second.
- getProtocolReadNanos() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of nanoseconds spent reading from the network channel.
- getProtocolWriteNanos() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The number of nanoseconds spent writing to the network channel.
- 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.
- getQueueSize() - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
Returns the maximum number of entries in the queue before the
DiskOrderedCursor producer thread blocks.
- getRangeMax() - Method in class com.sleepycat.je.SequenceConfig
-
Returns the maximum value for the sequence.
- getRangeMin() - Method in class com.sleepycat.je.SequenceConfig
-
Returns 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.
- getReadCommitted() - Method in class com.sleepycat.je.CursorConfig
-
Returns true if read operations performed by the cursor are configured
to obey read committed isolation.
- getReadCommitted() - Method in class com.sleepycat.je.TransactionConfig
-
Returns true 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
-
- getReadOnly() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns true if the database is configured in read-only mode.
- getReadOnly() - Method in class com.sleepycat.je.EnvironmentConfig
-
Returns true if the database environment is configured to be read only.
- getReadOnly() - Method in class com.sleepycat.je.TransactionConfig
-
Returns whether read-only is configured for this transaction.
- 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.je.CursorConfig
-
Returns true if read operations performed by the cursor are configured
to return modified but not yet committed data.
- getReadUncommitted() - Method in class com.sleepycat.je.TransactionConfig
-
Returns true if read operations performed by the transaction are
configured to return modified but not yet committed data.
- getReceiveBufferSize() - Method in class com.sleepycat.je.rep.NetworkRestoreConfig
-
Returns the size of the receive buffer associated with the socket used
to transfer files during the NetworkRestore operation.
- getRecoveryProgressListener() - Method in class com.sleepycat.je.EnvironmentConfig
-
Return the ProgressListener to be used at this environment startup.
- getRelatches() - Method in class com.sleepycat.je.BtreeStats
-
Returns the number of latch upgrades (relatches) required while
operating on this database's BTree.
- getRelatchesRequired() - Method in class com.sleepycat.je.EnvironmentStats
-
Returns the number of latch upgrades (relatches) required while
operating on this Environment.
- 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.
- 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.
- getRepConfig() - Method in class com.sleepycat.je.rep.ReplicatedEnvironment
-
Return the replication configuration that has been used to create this
handle.
- getRepenvUUID() - Method in class com.sleepycat.je.CommitToken
-
- getRepGroup() - Method in class com.sleepycat.je.rep.monitor.GroupChangeEvent
-
Returns the current description of the replication group.
- getReplayElapsedTxnTime() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The total elapsed time in milliseconds spent replaying committed and
aborted transactions.
- getReplayMaxCommitProcessingNanos() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The maximum time taken to replay a transaction commit operation.
- getReplayMinCommitProcessingNanos() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The minimum time taken to replay a transaction commit operation.
- getReplayQueueOverflow() - Method in class com.sleepycat.je.rep.arbiter.ArbiterStats
-
The number of attempts to queue a response when
the queue was full.
- getReplayTotalCommitProcessingNanos() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The total time spent to replay all commit operations.
- getReplicaAck() - Method in class com.sleepycat.je.Durability
-
Returns the replica acknowledgment policy used by the master when
committing changes to a replicated environment.
- getReplicaAckTimeout(TimeUnit) - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Returns the configured replica timeout value.
- getReplicaDelayMap() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
Returns a map from replica node name to the delay, in milliseconds,
between when a transaction was committed on the master and when the
master learned that the transaction was processed on the replica, if
known.
- getReplicaLastCommitTimestampMap() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
Returns a map from replica node name to the commit timestamp of the last
committed transaction that was processed on the replica, if known.
- getReplicaLastCommitVLSNMap() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
Returns a map from replica node name to the VLSN of the last committed
transaction that was processed on the replica, if known.
- getReplicaSync() - Method in class com.sleepycat.je.Durability
-
Returns the transaction synchronization policy to be used by the replica
as it replays a transaction that needs an acknowledgment.
- getReplicated() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns the replicated property for the database.
- getReplicated() - Method in class com.sleepycat.persist.StoreConfig
-
Returns the replicated property for the store.
- getReplicaVLSNLagMap() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
Returns a map from replica node name to the lag, in VLSNs, between the
replication state of the replica and the master, if known.
- getReplicaVLSNRateMap() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
Returns a map from replica node name to a moving average of the rate, in
VLSNs per minute, that the replica is processing replication data, if
known.
- getRepMutableConfig() - Method in class com.sleepycat.je.rep.ReplicatedEnvironment
-
- getRepStats(StatsConfig) - Method in class com.sleepycat.je.rep.ReplicatedEnvironment
-
Returns statistics associated with this environment.
- getRequiredEvictBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
- getRequiredNodeCount() - Method in exception com.sleepycat.je.rep.InsufficientReplicasException
-
Returns the number of nodes (including the master) that were
required to be active in order to satisfy the Replica ack
policy.
- getReservedLogSize() - Method in class com.sleepycat.je.EnvironmentStats
-
"Bytes used by all reserved data files: files that have beencleaned and can be deleted if they are not protected."
- getRetainLogFiles() - Method in class com.sleepycat.je.rep.NetworkRestoreConfig
-
Returns a boolean indicating whether existing log files should be
retained or deleted.
- getRetryInterval() - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Returns the number of milliseconds between ping thread retries.
- getRootSplits() - Method in class com.sleepycat.je.BtreeStats
-
The number of times the root of the BTree was split.
- getSearchBoth(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
Moves the cursor to the specified key/data pair, where both the key and
data items must match.
- getSearchBoth(Transaction, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Database
-
Retrieves the key/data pair with the given key and data value, that is,
both the key and data items must match.
- getSearchBoth(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
This operation is not allowed with this method signature.
- getSearchBoth(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Move the cursor to the specified secondary and primary key, where both
the primary and secondary key items must match.
- getSearchBoth(Transaction, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryDatabase
-
This operation is not allowed with this method signature.
- getSearchBoth(Transaction, DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryDatabase
-
Retrieves the key/data pair with the specified secondary and primary
key, that is, both the primary and secondary key items must match.
- getSearchBothRange(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
Moves the cursor to the specified key and closest matching data item of
the database.
- getSearchBothRange(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
This operation is not allowed with this method signature.
- getSearchBothRange(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Move the cursor to the specified secondary key and closest matching
primary key of the database.
- getSearchKey(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
Moves the cursor to the given key of the database, and returns the datum
associated with the given key.
- getSearchKey(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Moves the cursor to the given key of the database, and returns the datum
associated with the given key.
- getSearchKey(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Move the cursor to the given key of the database, and return the datum
associated with the given key.
- getSearchKeyRange(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
Moves the cursor to the closest matching key of the database, and
returns the data item associated with the matching key.
- getSearchKeyRange(DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Moves the cursor to the closest matching key of the database, and
returns the data item associated with the matching key.
- getSearchKeyRange(DatabaseEntry, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.SecondaryCursor
-
Move the cursor to the closest matching key of the database, and return
the data item associated with the matching key.
- getSecDeleteOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of successful secondary DB deletion operations.
- getSecInsertOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of successful secondary DB insertion operations.
- getSecondaryBulkLoad() - Method in class com.sleepycat.persist.StoreConfig
-
Returns the bulk-load-secondaries configuration property.
- getSecondaryConfig() - Method in class com.sleepycat.je.SecondaryDatabase
-
- 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.
- getSecondaryDatabaseName() - Method in exception com.sleepycat.je.SecondaryReferenceException
-
Returns the name of the secondary database being accessed during the
failure.
- getSecondaryDatabases() - Method in class com.sleepycat.je.Database
-
- getSecondaryDatabases() - Method in class com.sleepycat.je.SecondaryDatabase
-
Returns an empty list, since this database is itself a secondary
database.
- 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.
- getSecondaryKey() - Method in exception com.sleepycat.je.SecondaryReferenceException
-
Returns the secondary key being accessed during the failure.
- 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.
- getSecondaryNodes() - Method in class com.sleepycat.je.rep.ReplicationGroup
-
Returns the subset of nodes in the group with replicated environments
that do not participate in elections and cannot become masters.
- getSecPositionOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of successful secondary DB position operations.
- getSecSearchFailOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of failed secondary DB key search operations.
- getSecSearchOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of successful secondary DB key search operations.
- getSecUpdateOps() - Method in class com.sleepycat.je.EnvironmentStats
-
Number of successful secondary DB update operations.
- 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.
- getSerializableIsolation() - Method in class com.sleepycat.je.TransactionConfig
-
Returns true if the transaction has been explicitly configured to have
serializable (degree 3) isolation.
- 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.
- getSharedCache() - Method in class com.sleepycat.je.EnvironmentConfig
-
- getSharedCacheTotalBytes() - Method in class com.sleepycat.je.EnvironmentStats
-
"Total amount of the shared JE main cache in use, in bytes."
- getShowProgressInterval() - Method in class com.sleepycat.je.StatsConfig
-
Returns the showProgressInterval value, if set.
- getShowProgressInterval() - Method in class com.sleepycat.je.VerifyConfig
-
Returns the showProgressInterval value, if set.
- getShowProgressStream() - Method in class com.sleepycat.je.StatsConfig
-
Returns the PrintStream on which the progress messages will be displayed
during long running statistics gathering operations.
- getShowProgressStream() - Method in class com.sleepycat.je.VerifyConfig
-
Returns the PrintStream on which the progress messages will be displayed
during long running verify operations.
- getSize() - Method in class com.sleepycat.je.DatabaseEntry
-
Returns the byte size of the data array.
- getSocketAddress() - Method in class com.sleepycat.je.rep.monitor.NewMasterEvent
-
Returns the socket address associated with the new master
- getSocketAddress() - Method in interface com.sleepycat.je.rep.ReplicationNode
-
The socket address used by other nodes in the replication group to
communicate with this node.
- getSocketConnectTimeout() - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Returns the socketConnection timeout, in milliseconds, used
when the ping thread attempts to establish a connection with a
replication node.
- 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.je.DatabaseConfig
-
Returns true if the database is configured to support records with
duplicate keys.
- 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.
- getSplitBins() - Method in class com.sleepycat.je.EnvironmentStats
-
The number of BINs encountered by the INCompressor that were split
between the time they were put on the compressor queue and when the
compressor ran.
- getState() - Method in class com.sleepycat.je.rep.arbiter.Arbiter
-
Gets the Arbiter state.
- getState() - Method in class com.sleepycat.je.rep.arbiter.ArbiterStats
-
The ReplicatedEnvironment.State of the node.
- getState() - Method in class com.sleepycat.je.rep.ReplicatedEnvironment
-
Returns the current state of the node associated with this replication
environment.
- getState() - Method in class com.sleepycat.je.rep.StateChangeEvent
-
Returns the state that the node has transitioned to.
- getState() - Method in class com.sleepycat.je.Transaction
-
Returns the current state of the transaction.
- getStateChangeListener() - Method in class com.sleepycat.je.rep.ReplicatedEnvironment
-
Returns the listener used to receive asynchronous replication node state
change events.
- getStats(StatsConfig) - Method in class com.sleepycat.je.Database
-
Returns database statistics.
- getStats(StatsConfig) - Method in class com.sleepycat.je.Environment
-
Returns the general database environment statistics.
- getStats(StatsConfig) - Method in class com.sleepycat.je.rep.arbiter.Arbiter
-
Gets the Arbiter statistics.
- getStats(StatsConfig) - Method in class com.sleepycat.je.Sequence
-
Returns statistical information about the sequence.
- getStats() - Method in class com.sleepycat.persist.evolve.EvolveEvent
-
The cumulative statistics gathered during eager evolution.
- getStatsConfig(Object[]) - Method in class com.sleepycat.je.jmx.JEMBean
-
Helper for creating a StatsConfig object to use as an operation
parameter.
- getStatus() - Method in class com.sleepycat.je.PreloadStats
-
Returns the PreloadStatus value for the preload() operation.
- 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.
- getStoreNames(Environment) - Static method in class com.sleepycat.persist.EntityStore
-
Returns the names of all entity stores in the given environment.
- 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.je.TransactionConfig
-
Returns true if the transaction is configured to write and synchronously
flush the log it when commits.
- getSyncupProgressListener() - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Return the ProgressListener to be used at this environment startup.
- getSystemLoad() - Method in class com.sleepycat.je.rep.NodeState
-
Returns the system load average for the last minute.
- getTemporary() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns the temporary database option.
- getTemporary() - Method in class com.sleepycat.persist.StoreConfig
-
Returns the temporary configuration property.
- getterAndSetterMethods - Static variable in class com.sleepycat.util.ConfigBeanInfoBase
-
- getThreadName() - Method in class com.sleepycat.je.ExceptionEvent
-
Returns the name of the daemon thread that threw the exception.
- getThreadTransaction() - Method in class com.sleepycat.je.Environment
-
Returns the transaction associated with this thread if implied
transactions are being used.
- getTimeout(TimeUnit) - Method in class com.sleepycat.je.rep.CommitPointConsistencyPolicy
-
Return the timeout specified when creating this consistency policy.
- getTimeout(TimeUnit) - Method in class com.sleepycat.je.rep.NoConsistencyRequiredPolicy
-
Always returns 0, no timeout is needed for this policy.
- getTimeout(TimeUnit) - Method in class com.sleepycat.je.rep.TimeConsistencyPolicy
-
Returns the consistency timeout associated with this policy.
- getTimeout(TimeUnit) - Method in interface com.sleepycat.je.ReplicaConsistencyPolicy
-
The timeout associated with the consistency policy.
- getTips() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
- getTotalLogSize() - Method in class com.sleepycat.je.EnvironmentStats
-
"Total bytes used by data files on disk: activeLogSize + reservedLogSize."
- getTotalTxnMs() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
The total time in milliseconds spent in replicated transactions.
- getTrackerLagConsistencyWaitMs() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
- getTrackerLagConsistencyWaits() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
- getTrackerVLSNConsistencyWaitMs() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
- getTrackerVLSNConsistencyWaits() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
- 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.je.jca.ra.JEConnection
-
- getTransactional() - Method in class com.sleepycat.je.DatabaseConfig
-
Returns true if the database open is enclosed within a transaction.
- getTransactional() - Method in class com.sleepycat.je.EnvironmentConfig
-
Returns 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
-
- getTransactionStats(StatsConfig) - Method in class com.sleepycat.je.Environment
-
Returns the database environment's transactional statistics.
- getTransactionTimeout() - Method in class com.sleepycat.je.XAEnvironment
-
- getTruncationFileNumber() - Method in exception com.sleepycat.je.rep.RollbackProhibitedException
-
- getTruncationFileOffset() - Method in exception com.sleepycat.je.rep.RollbackProhibitedException
-
The JE log must be truncated to this offset in the specified
file in order for this node to rejoin the group.
- getTTL() - Method in class com.sleepycat.je.WriteOptions
-
Returns the Time-To-Live property for a 'put' operation.
- getTTLUnit() - Method in class com.sleepycat.je.WriteOptions
-
Returns the Time-To-Live time unit for a 'put' operation.
- getTupleBufferSize() - Method in class com.sleepycat.bind.tuple.TupleBase
-
Returns the initial byte size of the output buffer.
- getTupleOutput(BigDecimal) - Method in class com.sleepycat.bind.tuple.BigDecimalBinding
-
- getTupleOutput(BigInteger) - Method in class com.sleepycat.bind.tuple.BigIntegerBinding
-
- getTupleOutput(Boolean) - Method in class com.sleepycat.bind.tuple.BooleanBinding
-
- getTupleOutput(Byte) - Method in class com.sleepycat.bind.tuple.ByteBinding
-
- getTupleOutput(Character) - Method in class com.sleepycat.bind.tuple.CharacterBinding
-
- getTupleOutput(Double) - Method in class com.sleepycat.bind.tuple.DoubleBinding
-
- getTupleOutput(Float) - Method in class com.sleepycat.bind.tuple.FloatBinding
-
- getTupleOutput(Integer) - Method in class com.sleepycat.bind.tuple.IntegerBinding
-
- getTupleOutput(Long) - Method in class com.sleepycat.bind.tuple.LongBinding
-
- getTupleOutput(Integer) - Method in class com.sleepycat.bind.tuple.PackedIntegerBinding
-
- getTupleOutput(Long) - Method in class com.sleepycat.bind.tuple.PackedLongBinding
-
- getTupleOutput(Short) - Method in class com.sleepycat.bind.tuple.ShortBinding
-
- getTupleOutput(BigDecimal) - Method in class com.sleepycat.bind.tuple.SortedBigDecimalBinding
-
- getTupleOutput(Double) - Method in class com.sleepycat.bind.tuple.SortedDoubleBinding
-
- getTupleOutput(Float) - Method in class com.sleepycat.bind.tuple.SortedFloatBinding
-
- getTupleOutput(Integer) - Method in class com.sleepycat.bind.tuple.SortedPackedIntegerBinding
-
- getTupleOutput(Long) - Method in class com.sleepycat.bind.tuple.SortedPackedLongBinding
-
- getTupleOutput(String) - Method in class com.sleepycat.bind.tuple.StringBinding
-
- getTupleOutput(E) - Method in class com.sleepycat.bind.tuple.TupleBase
-
Returns an empty TupleOutput instance that will be used by the tuple
binding or key creator.
- getTxnNoSync() - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
- getTxnSerializableIsolation() - Method in class com.sleepycat.je.EnvironmentConfig
-
- getTxnTimeout(TimeUnit) - Method in class com.sleepycat.je.EnvironmentConfig
-
- getTxnTimeout() - Method in class com.sleepycat.je.EnvironmentConfig
-
- getTxnTimeout(TimeUnit) - Method in class com.sleepycat.je.Transaction
-
Returns the timeout value for the transaction lifetime.
- getTxnWriteNoSync() - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
- getType() - Method in interface com.sleepycat.je.rep.ReplicationNode
-
Returns the type associated with the node.
- 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.
- getUnknownStateTimeout(TimeUnit) - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Returns the Unknown state timeout.
- getUpdateTTL() - Method in class com.sleepycat.je.WriteOptions
-
Returns the update-TTL property for a 'put' operation.
- getUseExistingConfig() - Method in class com.sleepycat.je.DatabaseConfig
-
Return the value of the useExistingConfig property.
- getValue() - Method in class com.sleepycat.collections.MapEntryParameter
-
Returns the value of this entry.
- getValue() - Method in class com.sleepycat.je.SequenceStats
-
Returns 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.persist.model.ClassEnhancer
-
Gets verbose mode.
- getVerifyDataRecords() - Method in class com.sleepycat.je.VerifyConfig
-
Returns the verifyDataRecords value.
- getVerifySecondaries() - Method in class com.sleepycat.je.VerifyConfig
-
Returns the verifySecondaries value.
- 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.
- getVersionString() - Method in class com.sleepycat.je.JEVersion
-
Release version, suitable for display.
- getVLSN() - Method in class com.sleepycat.je.CommitToken
-
- getVLSN() - Method in class com.sleepycat.je.rep.arbiter.ArbiterStats
-
The highest commit VLSN that has been
acknowledged.
- getVLSNRate() - Method in class com.sleepycat.je.rep.ReplicatedEnvironmentStats
-
A moving average of the rate replication data is being generated by the
master, in VLSNs per minute, or 0 if not known or this node is not the
master.
- getWaiterTxnIds() - Method in exception com.sleepycat.je.LockConflictException
-
Returns an array of longs containing transaction ids of waiters at the
the time of the timeout.
- getWrap() - Method in class com.sleepycat.je.SequenceConfig
-
Returns true if the sequence will wrap around when it is incremented
(decremented) past the specified maximum (minimum) value.
- 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.je.TransactionConfig
-
- getWrites() - Method in class com.sleepycat.je.rep.arbiter.ArbiterStats
-
The number of file writes.
- getWriteSortedIntLength(int) - Static method in class com.sleepycat.util.PackedInteger
-
- getWriteSortedLongLength(long) - Static method in class com.sleepycat.util.PackedInteger
-
- 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.
- GROUP_NAME - Static variable in class com.sleepycat.je.rep.ReplicationConfig
-
The name for the replication group.
- GroupChangeEvent - Class in com.sleepycat.je.rep.monitor
-
The event generated when the group composition changes.
- GroupChangeEvent.GroupChangeType - Enum in com.sleepycat.je.rep.monitor
-
The kind of GroupChangeEvent.
- GroupShutdownException - Exception in com.sleepycat.je.rep
-
- SecondaryConfig - Class in com.sleepycat.je
-
The configuration properties of a SecondaryDatabase
extend
those of a primary Database
.
- SecondaryConfig() - Constructor for class com.sleepycat.je.SecondaryConfig
-
Creates an instance with the system's default settings.
- SecondaryConstraintException - Exception in com.sleepycat.je
-
Base class for exceptions thrown when a write operation fails because of a
secondary constraint.
- SecondaryCursor - Class in com.sleepycat.je
-
A database cursor for a secondary database.
- SecondaryDatabase - Class in com.sleepycat.je
-
A secondary database handle.
- 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
.
- SecondaryIntegrityException - Exception in com.sleepycat.je
-
Thrown when an integrity problem is detected while accessing a secondary
database, including access to secondaries while writing to a primary
database.
- SecondaryKey - Annotation Type in com.sleepycat.persist.model
-
Indicates a secondary key field of an entity class.
- SecondaryKeyCreator - Interface in com.sleepycat.je
-
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.je
-
The interface implemented for extracting multi-valued secondary keys from
primary records.
- SecondaryReferenceException - Exception in com.sleepycat.je
-
Base class for exceptions thrown when a read or write operation fails
because of a secondary constraint or integrity problem.
- Sequence - Class in com.sleepycat.je
-
A Sequence handle is used to manipulate a sequence record in a
database.
- SequenceConfig - Class in com.sleepycat.je
-
Specifies the attributes of a sequence.
- SequenceConfig() - Constructor for class com.sleepycat.je.SequenceConfig
-
An instance created using the default constructor is initialized with
the system's default settings.
- SequenceExistsException - Exception in com.sleepycat.je
-
Thrown by
Database.openSequence
if the
sequence record already exists and the
SequenceConfig
ExclusiveCreate
parameter is true.
- SequenceIntegrityException - Exception in com.sleepycat.je
-
Thrown by
Sequence.get
if the sequence record has been
deleted.
- SequenceNotFoundException - Exception in com.sleepycat.je
-
Thrown by
Database.openSequence
if the
sequence record does not exist and the
SequenceConfig AllowCreate
parameter is false.
- SequenceOverflowException - Exception in com.sleepycat.je
-
Thrown by
Sequence.get
if the end of the sequence is
reached and wrapping is not configured.
- SequenceStats - Class in com.sleepycat.je
-
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.
- server - Variable in class com.sleepycat.je.jmx.JEMBean
-
- set(E) - Method in class com.sleepycat.collections.StoredIterator
-
Replaces the last element returned by next or previous with the
specified element (optional operation).
- set(long) - Method in class com.sleepycat.je.rep.util.AtomicLongMax
-
Set the value to newValue and returns the old value.
- setAggressive(boolean) - Method in class com.sleepycat.je.VerifyConfig
-
- setAllowCreate(boolean) - Method in class com.sleepycat.je.DatabaseConfig
-
- setAllowCreate(boolean) - Method in class com.sleepycat.je.EnvironmentConfig
-
If true, creates the database environment if it doesn't already exist.
- setAllowCreate(boolean) - Method in class com.sleepycat.je.SequenceConfig
-
- setAllowCreate(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Specifies whether creation of a new store is allowed.
- setAllowNestedTransactions(boolean) - Method in class com.sleepycat.collections.TransactionRunner
-
Changes whether nested transactions will be created if
run()
is called when a transaction is already active for
the current thread.
- setAllowPopulate(boolean) - Method in class com.sleepycat.je.SecondaryConfig
-
Specifies whether automatic population of the secondary is allowed.
- setArbiterHome(String) - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Sets the Arbiter Home directory
- setArbiterMutableConfig(ArbiterMutableConfig) - Method in class com.sleepycat.je.rep.arbiter.Arbiter
-
Sets the Arbiter mutable attributes.
- setAttribute(Attribute) - Method in class com.sleepycat.je.jmx.JEDiagnostics
-
- setAttribute(Environment, Attribute) - Method in class com.sleepycat.je.jmx.JEMBeanHelper
-
Deprecated.
Set an attribute value for the given environment.
- setAttribute(Attribute) - Method in class com.sleepycat.je.jmx.JEMonitor
-
- setAttributes(AttributeList) - Method in class com.sleepycat.je.jmx.JEDiagnostics
-
- setAttributes(AttributeList) - Method in class com.sleepycat.je.jmx.JEMonitor
-
- setAutoCommitNoSync(boolean) - Method in class com.sleepycat.je.SequenceConfig
-
Configures auto-commit operations on the sequence to not flush the
transaction log.
- setBatchDelay(long, TimeUnit) - Method in class com.sleepycat.je.VerifyConfig
-
Configures the delay between batches.
- setBatchSize(int) - Method in class com.sleepycat.je.VerifyConfig
-
Configures the number of records verified per batch.
- setBINsOnly(boolean) - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
Specify whether the DiskOrderedCursor should scan the BINs only.
- setBtreeComparator(Comparator<byte[]>) - Method in class com.sleepycat.je.DatabaseConfig
-
By default, a byte by byte lexicographic comparison is used for btree
keys.
- setBtreeComparator(Class<? extends Comparator<byte[]>>) - Method in class com.sleepycat.je.DatabaseConfig
-
By default, a byte by byte lexicographic comparison is used for btree
keys.
- setCacheMode(CacheMode) - Method in class com.sleepycat.je.Cursor
-
Sets the CacheMode
default used for subsequent operations
performed using this cursor.
- setCacheMode(CacheMode) - Method in class com.sleepycat.je.DatabaseConfig
-
Sets the default CacheMode
used for operations performed on this
database.
- setCacheMode(CacheMode) - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
Sets the default CacheMode
used for operations performed in this
environment.
- setCacheMode(CacheMode) - Method in class com.sleepycat.je.ReadOptions
-
Sets the CacheMode
to be used for the operation.
- setCacheMode(CacheMode) - Method in class com.sleepycat.je.WriteOptions
-
Sets the CacheMode
to be used for the operation.
- setCacheMode(CacheMode) - Method in interface com.sleepycat.persist.EntityCursor
-
Changes the CacheMode
default used for subsequent operations
performed using this cursor.
- setCachePercent(int) - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
- setCacheSize(long) - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
- setCacheSize(int) - Method in class com.sleepycat.je.SequenceConfig
-
Set the Configure the number of elements cached by a sequence handle.
- setClassLoader(ClassLoader) - Method in class com.sleepycat.je.EnvironmentConfig
-
Configure the environment to use a specified ClassLoader for loading
user-supplied classes by name.
- setClear(boolean) - Method in class com.sleepycat.je.StatsConfig
-
Configures the statistics operation to reset statistics after they are
returned.
- setConfigParam(String, String) - Method in class com.sleepycat.je.EnvironmentConfig
-
- setConfigParam(String, String) - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
Set this configuration parameter.
- setConfigParam(String, String) - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Documentation inherited from ArbiterMutableConfig.setConfigParam.
- setConfigParam(String, String) - Method in class com.sleepycat.je.rep.ReplicationConfig
-
- setConfigParam(String, String) - Method in class com.sleepycat.je.rep.ReplicationMutableConfig
-
Set this configuration parameter with this value.
- setConsistencyPolicy(ReplicaConsistencyPolicy) - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Sets the consistency policy to be associated with the configuration.
- setConsistencyPolicy(ReplicaConsistencyPolicy) - Method in class com.sleepycat.je.TransactionConfig
-
Associates a consistency policy with this configuration.
- setConsoleLoggingLevel(String) - Method in class com.sleepycat.je.rep.arbiter.ArbiterMutableConfig
-
Trace messages equal and above this level will be logged to the
console.
- setCustomStats(CustomStats) - Method in class com.sleepycat.je.EnvironmentConfig
-
Sets the custom statistics object.
- setData(byte[]) - Method in class com.sleepycat.je.DatabaseEntry
-
Sets the byte array.
- setData(byte[], int, int) - Method in class com.sleepycat.je.DatabaseEntry
-
Sets the byte array, offset and size.
- setDbName(String) - Method in class com.sleepycat.je.util.DbLoad
-
Sets the database name to load.
- setDecrement(boolean) - Method in class com.sleepycat.je.SequenceConfig
-
Specifies that the sequence should be decremented.
- setDeferredWrite(boolean) - Method in class com.sleepycat.je.DatabaseConfig
-
Sets the deferred-write option.
- setDeferredWrite(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Sets the deferred-write configuration property.
- setDesignatedPrimary(boolean) - Method in class com.sleepycat.je.rep.ReplicationMutableConfig
-
If isPrimary
is true, designate this node as a Primary.
- setDumpCorruptedBounds(boolean) - Method in class com.sleepycat.je.util.DbScavenger
-
Set to true if corrupted boundaries should be dumped out.
- setDuplicateComparator(Comparator<byte[]>) - Method in class com.sleepycat.je.DatabaseConfig
-
By default, a byte by byte lexicographic comparison is used for
duplicate data items in a duplicate set.
- setDuplicateComparator(Class<? extends Comparator<byte[]>>) - Method in class com.sleepycat.je.DatabaseConfig
-
By default, a byte by byte lexicographic comparison is used for
duplicate data items in a duplicate set.
- setDurability(Durability) - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
- setDurability(Durability) - Method in class com.sleepycat.je.TransactionConfig
-
Configures the durability associated with a transaction when it commits.
- setElectableGroupSizeOverride(int) - Method in class com.sleepycat.je.rep.ReplicationMutableConfig
-
Sets the size used to determine the number of electable nodes.
- setEndFile(long) - Method in class com.sleepycat.je.util.DbSpace
-
Sets the ending file number, which is an upper bound on the range of
files for which utilization is reported and (optionally) recalculated.
- setEnv(Environment) - Method in class com.sleepycat.je.util.DbLoad
-
Sets the Environment to load from.
- setEvolveListener(EvolveListener) - Method in class com.sleepycat.persist.evolve.EvolveConfig
-
Sets a progress listener that is notified each time an entity is read.
- setExceptionListener(ExceptionListener) - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
Sets the exception listener for an Environment.
- setExclusiveCreate(boolean) - Method in class com.sleepycat.je.DatabaseConfig
-
- setExclusiveCreate(boolean) - Method in class com.sleepycat.je.SequenceConfig
-
- setExclusiveCreate(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Specifies whether opening an existing store is prohibited.
- setExpirationTime(long, TimeUnit) - Method in class com.sleepycat.je.WriteOptions
-
A convenience method to set the TTL based on a given expiration time
and the current system time.
- setFast(boolean) - Method in class com.sleepycat.je.StatsConfig
-
Configures the statistics operation to return only the values which do
not incur some performance penalty.
- setFileLoggingLevel(String) - Method in class com.sleepycat.je.rep.arbiter.ArbiterMutableConfig
-
Trace messages equal and above this level will be logged to the je.info
file, which is in the Arbiter home directory.
- setForce(boolean) - Method in class com.sleepycat.je.CheckpointConfig
-
Configures the checkpoint force option.
- setForeignKeyDatabase(Database) - Method in class com.sleepycat.je.SecondaryConfig
-
Defines a foreign key integrity constraint for a given foreign key
database.
- setForeignKeyDeleteAction(ForeignKeyDeleteAction) - Method in class com.sleepycat.je.SecondaryConfig
-
Specifies the action taken when a referenced record in the foreign key
database is deleted.
- setForeignKeyNullifier(ForeignKeyNullifier) - Method in class com.sleepycat.je.SecondaryConfig
-
Specifies the user-supplied object used for setting single-valued
foreign keys to null.
- setForeignMultiKeyNullifier(ForeignMultiKeyNullifier) - Method in class com.sleepycat.je.SecondaryConfig
-
Specifies the user-supplied object used for setting multi-valued foreign
keys to null.
- setGroupName(String) - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Sets the name for the replication group.
- setGroupName(String) - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Sets the name for the replication group.
- setGroupName(String) - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Sets the name for the replication group.
- setHeartbeatInterval(int) - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Sets the heartbeat interval.
- setHelperHosts(String) - Method in class com.sleepycat.je.rep.arbiter.ArbiterMutableConfig
-
Identify one or more helpers nodes by their host and port pairs in this
format:
- setHelperHosts(String) - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Identify one or more helpers nodes by their host and port pairs in this
format:
- setHelperHosts(String) - Method in class com.sleepycat.je.rep.ReplicationMutableConfig
-
Identify one or more helpers nodes by their host and port pairs in this
format:
- setHelperSockets(Set<InetSocketAddress>) - Method in class com.sleepycat.je.rep.util.ReplicationGroupAdmin
-
Sets the helper sockets being used to contact a replication group
member, in order to query for the information.
- setIgnoreUnknownConfig(boolean) - Method in class com.sleepycat.je.util.DbLoad
-
Sets whether to ignore unknown parameters in the config file.
- setImmutableSecondaryKey(boolean) - Method in class com.sleepycat.je.SecondaryConfig
-
Specifies whether the secondary key is immutable.
- setInitialValue(long) - Method in class com.sleepycat.je.SequenceConfig
-
Sets the initial value for a sequence.
- setInputReader(BufferedReader) - Method in class com.sleepycat.je.util.DbLoad
-
Sets the BufferedReader to load from.
- setInternalMemoryLimit(long) - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
Set the maximum amount of JE Cache Memory that the DiskOrderedScan
can use at one time.
- setInternalMemoryLimit(long) - Method in class com.sleepycat.je.PreloadConfig
-
Set the maximum amount of non JE Cache Memory that preload can use at
one time.
- setIteratorBlockSize(int) - Method in class com.sleepycat.collections.StoredCollection
-
- setKBytes(int) - Method in class com.sleepycat.je.CheckpointConfig
-
Configures the checkpoint log data threshold, in kilobytes.
- setKeyCreator(SecondaryKeyCreator) - Method in class com.sleepycat.je.SecondaryConfig
-
Specifies the user-supplied object used for creating single-valued
secondary keys.
- setKeyPrefixing(boolean) - Method in class com.sleepycat.je.DatabaseConfig
-
Configure the database to support key prefixing.
- setKeysOnly(boolean) - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
Specify whether the DiskOrderedCursor should return only the key or key
+ data.
- setLoadLNs(boolean) - Method in class com.sleepycat.je.PreloadConfig
-
Configure the preload load LNs option.
- setLocalWrite(boolean) - Method in class com.sleepycat.je.TransactionConfig
-
- setLocking(boolean) - Method in class com.sleepycat.je.EnvironmentConfig
-
- setLockMode(LockMode) - Method in class com.sleepycat.je.ReadOptions
-
Sets the LockMode
to be used for the operation.
- setLockTimeout(long, TimeUnit) - Method in class com.sleepycat.je.EnvironmentConfig
-
- setLockTimeout(long) - Method in class com.sleepycat.je.EnvironmentConfig
-
- setLockTimeout(long, TimeUnit) - Method in class com.sleepycat.je.Transaction
-
Configures the lock request timeout value for the transaction.
- setLockTimeout(long) - Method in class com.sleepycat.je.Transaction
-
- setLoggingHandler(Handler) - Method in class com.sleepycat.je.EnvironmentConfig
-
Set a java.util.logging.Handler which will be used by all
java.util.logging.Loggers instantiated by this Environment.
- setLoggingHandler(Handler) - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
- setLogProviders(List<ReplicationNode>) - Method in class com.sleepycat.je.rep.NetworkRestoreConfig
-
Sets the prioritized list of data nodes, either ELECTABLE or SECONDARY
members, used to select a node from which to obtain log files for the
NetworkRestore operation.
- setLSNBatchSize(long) - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
Set the maximum number of LSNs to gather and sort at any one time.
- setLSNBatchSize(long) - Method in class com.sleepycat.je.PreloadConfig
-
Set the maximum number of LSNs to gather and sort at any one time.
- setManagedConnection(JEManagedConnection, JELocalTransaction) - Method in class com.sleepycat.je.jca.ra.JEConnection
-
- setMaxBytes(long) - Method in class com.sleepycat.je.PreloadConfig
-
Configure the maximum number of bytes to preload.
- setMaxClockDelta(long, TimeUnit) - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Sets the maximum acceptable clock skew between this Replica and its
Feeder, which is the node that is the source of its replication
stream.
- setMaxDisk(long) - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
- setMaxMillisecs(long) - Method in class com.sleepycat.je.PreloadConfig
-
Configure the maximum number of milliseconds to execute preload.
- setMaxRetries(int) - Method in class com.sleepycat.collections.TransactionRunner
-
Changes the maximum number of retries that will be performed when
deadlocks are detected.
- setMaxSeedMillisecs(long) - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
- setMaxSeedNodes(long) - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
- setMinimizeRecoveryTime(boolean) - Method in class com.sleepycat.je.CheckpointConfig
-
Configures the minimize recovery time option.
- setMinutes(int) - Method in class com.sleepycat.je.CheckpointConfig
-
Configures the checkpoint time threshold, in minutes.
- setModel(EntityModel) - Method in class com.sleepycat.persist.StoreConfig
-
Sets the entity model that defines entity classes and index keys.
- setMultiKeyCreator(SecondaryMultiKeyCreator) - Method in class com.sleepycat.je.SecondaryConfig
-
Specifies the user-supplied object used for creating multi-valued
secondary keys.
- setMutableConfig(EnvironmentMutableConfig) - Method in class com.sleepycat.je.Environment
-
Sets database environment attributes.
- setMutations(Mutations) - Method in class com.sleepycat.persist.StoreConfig
-
Configures mutations for performing lazy evolution of stored instances.
- setName(String) - Method in class com.sleepycat.je.Transaction
-
Set the user visible name for the transaction.
- setNodeHostPort(String) - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Sets the hostname and port associated with this arbiter.
- setNodeHostPort(String) - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Sets the hostname and port associated with this monitor.
- setNodeHostPort(String) - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Sets the hostname and port associated with this node.
- setNodeMaxDupTreeEntries(int) - Method in class com.sleepycat.je.DatabaseConfig
-
- setNodeMaxEntries(int) - Method in class com.sleepycat.je.DatabaseConfig
-
- setNodeName(String) - Method in class com.sleepycat.je.EnvironmentConfig
-
Sets the user defined nodeName for the Environment.
- setNodeName(String) - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Sets the name to be associated with this Arbiter
.
- setNodeName(String) - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Sets the name to be associated with this monitor
.
- setNodeName(String) - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Sets the name to be associated with this node.
- setNodePriority(int) - Method in class com.sleepycat.je.rep.ReplicationMutableConfig
-
Sets the election priority for the node.
- setNodeType(NodeType) - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Sets the type of this node.
- setNonSticky(boolean) - Method in class com.sleepycat.je.CursorConfig
-
- setNoOverwrite(boolean) - Method in class com.sleepycat.je.util.DbLoad
-
Sets whether the load should overwrite existing data or not.
- setNoSort(boolean) - Method in class com.sleepycat.je.JoinConfig
-
Specifies whether automatic sorting of the input cursors is disabled.
- setNoSync(boolean) - Method in class com.sleepycat.je.TransactionConfig
-
- setNoWait(boolean) - Method in class com.sleepycat.je.TransactionConfig
-
Configures the transaction to not wait if a lock request cannot be
immediately granted.
- setNumRetries(int) - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Sets the number of times a ping thread attempts to contact a node
before deeming it unreachable.
- setOffHeapCacheSize(long) - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
- setOffset(int) - Method in class com.sleepycat.je.DatabaseEntry
-
Sets the byte offset into the data array.
- setOverrideBtreeComparator(boolean) - Method in class com.sleepycat.je.DatabaseConfig
-
Sets to true if the database exists and the btree comparator specified
in this configuration object should override the current comparator.
- setOverrideDuplicateComparator(boolean) - Method in class com.sleepycat.je.DatabaseConfig
-
Sets to true if the database exists and the duplicate comparator
specified in this configuration object should override the current
comparator.
- setPartial(int, int, boolean) - Method in class com.sleepycat.je.DatabaseEntry
-
Configures this DatabaseEntry to read or write partial records.
- setPartial(boolean) - Method in class com.sleepycat.je.DatabaseEntry
-
Configures this DatabaseEntry to read or write partial records.
- setPartialLength(int) - Method in class com.sleepycat.je.DatabaseEntry
-
Sets the byte length of the partial record being read or written by the
application, in bytes.
- setPartialOffset(int) - Method in class com.sleepycat.je.DatabaseEntry
-
Sets the offset of the partial record being read or written by the
application, in bytes.
- setPrimaryConfig(Class, DatabaseConfig) - Method in class com.sleepycat.persist.EntityStore
-
Configures the primary database for an entity class using the Berkeley
DB engine API.
- setPrintInfo(boolean) - Method in class com.sleepycat.je.VerifyConfig
-
- setProgressInterval(long) - Method in class com.sleepycat.je.util.DbLoad
-
If progressInterval is set, progress status messages are generated to
stdout at set percentages of the load.
- setProgressListener(ProgressListener<PreloadConfig.Phases>) - Method in class com.sleepycat.je.PreloadConfig
-
Configure the preload operation to make periodic calls to a
ProgressListener
to provide feedback on preload progress.
- setPropagateExceptions(boolean) - Method in class com.sleepycat.je.VerifyConfig
-
- setQueueSize(int) - Method in class com.sleepycat.je.DiskOrderedCursorConfig
-
Set the queue size for entries being passed between the
DiskOrderedCursor producer thread and the application's consumer
thread.
- setRange(long, long) - Method in class com.sleepycat.je.SequenceConfig
-
Configures a sequence range.
- setReadCommitted(boolean) - Method in class com.sleepycat.je.CursorConfig
-
Configures read operations performed by the cursor to obey read
committed isolation.
- setReadCommitted(boolean) - Method in class com.sleepycat.je.TransactionConfig
-
Configures the transaction for read committed isolation.
- setReadDelay(long, TimeUnit) - Method in class com.sleepycat.je.util.DbVerifyLog
-
Configures the delay between file reads during verification.
- 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.je.DatabaseConfig
-
Configures the database in read-only mode.
- setReadOnly(boolean) - Method in class com.sleepycat.je.EnvironmentConfig
-
- setReadOnly(boolean) - Method in class com.sleepycat.je.TransactionConfig
-
Configures this transaction to disallow write operations, regardless of
whether writes are allowed for the
Environment
or the
Database
s that are accessed.
- setReadOnly(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Sets the read-only configuration property.
- setReadUncommitted(boolean) - Method in class com.sleepycat.je.CursorConfig
-
Configures read operations performed by the cursor to return modified
but not yet committed data.
- setReadUncommitted(boolean) - Method in class com.sleepycat.je.TransactionConfig
-
Configures read operations performed by the transaction to return
modified but not yet committed data.
- setRecalculate(boolean) - Method in class com.sleepycat.je.util.DbSpace
-
Sets the recalculation property, which if true causes a more expensive
recalculation of utilization to be performed for debugging purposes.
- setReceiveBufferSize(int) - Method in class com.sleepycat.je.rep.NetworkRestoreConfig
-
Sets the size of the receive buffer associated with the socket used to
transfer files during the NetworkRestore operation.
- setRecoveryProgressListener(ProgressListener<RecoveryProgress>) - Method in class com.sleepycat.je.EnvironmentConfig
-
Configure the environment to make periodic calls to a ProgressListener to
provide feedback on environment startup (recovery).
- setReplicaAckTimeout(long, TimeUnit) - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Set the replica commit timeout.
- setReplicated(boolean) - Method in class com.sleepycat.je.DatabaseConfig
-
Configures a database to be replicated or non-replicated, in a
replicated Environment.
- setReplicated(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Configures a store to be replicated or non-replicated, in a replicated
Environment.
- setRepMutableConfig(ReplicationMutableConfig) - Method in class com.sleepycat.je.rep.ReplicatedEnvironment
-
- setRetainLogFiles(boolean) - Method in class com.sleepycat.je.rep.NetworkRestoreConfig
-
If true retains obsolete log files, by renaming them instead of deleting
them.
- setRetryInterval(long) - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Sets the number of milliseconds between ping thread retries.
- setSecondaryBulkLoad(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Sets the bulk-load-secondaries configuration property.
- setSecondaryConfig(Class, String, SecondaryConfig) - Method in class com.sleepycat.persist.EntityStore
-
Configures a secondary database for an entity class and key name using
the Berkeley DB engine API.
- 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
-
- setSerializableIsolation(boolean) - Method in class com.sleepycat.je.TransactionConfig
-
Configures this transaction to have serializable (degree 3) isolation.
- setSharedCache(boolean) - Method in class com.sleepycat.je.EnvironmentConfig
-
- setShowProgressInterval(int) - Method in class com.sleepycat.je.StatsConfig
-
When the statistics operation is configured to display progress the
showProgressInterval is the number of LNs between each progress report.
- setShowProgressInterval(int) - Method in class com.sleepycat.je.VerifyConfig
-
When the verify operation is configured to display progress the
showProgressInterval is the number of LNs between each progress report.
- setShowProgressStream(PrintStream) - Method in class com.sleepycat.je.StatsConfig
-
Configures the statistics operation to display progress to the
PrintStream argument.
- setShowProgressStream(PrintStream) - Method in class com.sleepycat.je.VerifyConfig
-
Configures the verify operation to display progress to the PrintStream
argument.
- setSize(int) - Method in class com.sleepycat.je.DatabaseEntry
-
Sets the byte size of the data array.
- setSocketConnectTimeout(int) - Method in class com.sleepycat.je.rep.monitor.MonitorConfig
-
Sets the socketConnection timeout, in milliseconds, used
when the ping thread attempts to establish a connection with a
replication node.
- setSortedDuplicates(boolean) - Method in class com.sleepycat.je.DatabaseConfig
-
Configures the database to support records with duplicate keys.
- setStartFile(long) - Method in class com.sleepycat.je.util.DbSpace
-
Sets the start file number, which is a lower bound on the range of
files for which utilization is reported and (optionally) recalculated.
- setStateChangeListener(StateChangeListener) - Method in class com.sleepycat.je.rep.ReplicatedEnvironment
-
Sets the listener used to receive asynchronous replication node state
change events.
- setSync(boolean) - Method in class com.sleepycat.je.TransactionConfig
-
Configures the transaction to write and synchronously flush the log it
when commits.
- setSyncupProgressListener(ProgressListener<SyncupProgress>) - Method in class com.sleepycat.je.rep.ReplicationConfig
-
Configure the environment to make periodic calls to a
ProgressListener
to provide feedback on replication stream sync-up.
- setTemporary(boolean) - Method in class com.sleepycat.je.DatabaseConfig
-
Sets the temporary database option.
- setTemporary(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Sets the temporary configuration property.
- setTextFileMode(boolean) - Method in class com.sleepycat.je.util.DbLoad
-
Sets whether the load data is in text file format.
- setThreadTransaction(Transaction) - Method in class com.sleepycat.je.Environment
-
Sets the transaction associated with this thread if implied transactions
are being used.
- setTime(long) - Method in class com.sleepycat.je.util.DbSpace
-
Sets the time for calculating expired data.
- setTotalLoadBytes(long) - Method in class com.sleepycat.je.util.DbLoad
-
Used for progress status messages.
- setTransactional(boolean) - Method in class com.sleepycat.je.DatabaseConfig
-
Encloses the database open within a transaction.
- setTransactional(boolean) - Method in class com.sleepycat.je.EnvironmentConfig
-
- setTransactional(boolean) - Method in class com.sleepycat.persist.StoreConfig
-
Sets the transactional configuration property.
- setTransactionConfig(TransactionConfig) - Method in class com.sleepycat.collections.TransactionRunner
-
- setTransactionTimeout(int) - Method in class com.sleepycat.je.XAEnvironment
-
- setTTL(int) - Method in class com.sleepycat.je.WriteOptions
-
Sets the Time-To-Live property for a 'put' operation, using
TimeUnit.Days
as the TTL unit.
- setTTL(int, TimeUnit) - Method in class com.sleepycat.je.WriteOptions
-
Sets the Time-To-Live property for a 'put' operation, using the given
TimeUnit
.
- setTupleBufferSize(int) - Method in class com.sleepycat.bind.tuple.TupleBase
-
- setTxnNoSync(boolean) - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
- setTxnSerializableIsolation(boolean) - Method in class com.sleepycat.je.EnvironmentConfig
-
- setTxnTimeout(long, TimeUnit) - Method in class com.sleepycat.je.EnvironmentConfig
-
- setTxnTimeout(long) - Method in class com.sleepycat.je.EnvironmentConfig
-
- setTxnTimeout(long, TimeUnit) - Method in class com.sleepycat.je.Transaction
-
Configures the timeout value for the transaction lifetime.
- setTxnTimeout(long) - Method in class com.sleepycat.je.Transaction
-
- setTxnWriteNoSync(boolean) - Method in class com.sleepycat.je.EnvironmentMutableConfig
-
- setUnknownStateTimeout(long, TimeUnit) - Method in class com.sleepycat.je.rep.arbiter.ArbiterConfig
-
Time to wait for the discovery of the Master during the instantiation
of the Arbiter.
- setUpdateTTL(boolean) - Method in class com.sleepycat.je.WriteOptions
-
Sets the update-TTL property for a 'put' operation.
- setUseExistingConfig(boolean) - Method in class com.sleepycat.je.DatabaseConfig
-
Setting useExistingConfig to true allows a program to open a database
without knowing a prior what its configuration is.
- 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.persist.model.ClassEnhancer
-
Sets verbose mode.
- setVerbose(boolean) - Method in class com.sleepycat.persist.model.ClassEnhancerTask
-
- setVerifyDataRecords(boolean) - Method in class com.sleepycat.je.VerifyConfig
-
Configures verification to read and verify the leaf node (LN) of a
primary data record.
- setVerifySecondaries(boolean) - Method in class com.sleepycat.je.VerifyConfig
-
Configures verification to verify secondary database integrity.
- setWrap(boolean) - Method in class com.sleepycat.je.SequenceConfig
-
Specifies that the sequence should wrap around when it is incremented
(decremented) past the specified maximum (minimum) value.
- setWriteNoSync(boolean) - Method in class com.sleepycat.je.TransactionConfig
-
- SHARED_CACHE - Static variable in class com.sleepycat.je.EnvironmentConfig
-
If true, the shared cache is used by this environment.
- 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.
- shutdown() - Method in class com.sleepycat.je.rep.arbiter.Arbiter
-
Shutdown the Arbiter.
- shutdown() - Method in class com.sleepycat.je.rep.monitor.Monitor
-
Release monitor resources and shut down the monitor.
- shutdownGroup(long, TimeUnit) - Method in class com.sleepycat.je.rep.ReplicatedEnvironment
-
Closes this handle and shuts down the Replication Group by forcing all
active Replicas to exit.
- size() - Method in class com.sleepycat.collections.StoredCollection
-
- size() - Method in class com.sleepycat.collections.StoredContainer
-
Returns a non-transactional count of the records in the collection or
map.
- size() - Method in class com.sleepycat.collections.StoredMap
-
- size() - Method in class com.sleepycat.util.FastOutputStream
-
- skip(long) - Method in class com.sleepycat.je.util.LogVerificationInputStream
- 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.
- skipNext(long, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
Skips forward a given number of key/data pairs and returns the number by
which the cursor is moved.
- skipPrev(long, DatabaseEntry, DatabaseEntry, LockMode) - Method in class com.sleepycat.je.Cursor
-
Skips backward a given number of key/data pairs and returns the number
by which the cursor is moved.
- 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
-
- Splitter - Class in com.sleepycat.je.util
-
Splitter is used to split a string based on a delimiter.
- Splitter(char) - Constructor for class com.sleepycat.je.util.Splitter
-
- start(Xid, int) - Method in class com.sleepycat.je.XAEnvironment
-
- startBackup() - Method in class com.sleepycat.je.util.DbBackup
-
Start backup mode in order to determine the definitive backup set needed
at this point in time.
- startListener(MonitorChangeListener) - Method in class com.sleepycat.je.rep.monitor.Monitor
-
Starts the listener so it's actively listening for election results and
broadcasts of replication group changes.
- STARTUP_DUMP_THRESHOLD - Static variable in class com.sleepycat.je.EnvironmentConfig
-
If environment startup exceeds this duration, startup statistics are
logged and can be found in the je.info file.
- stateChange(StateChangeEvent) - Method in interface com.sleepycat.je.rep.StateChangeListener
-
The notification method.
- StateChangeEvent - Class in com.sleepycat.je.rep
-
Communicates the
state
change at a node
to the StateChangeListener.
- StateChangeException - Exception in com.sleepycat.je.rep
-
Provides a synchronous mechanism for informing an application about a change
in the state of the replication node.
- StateChangeException(String, Exception) - Constructor for exception com.sleepycat.je.rep.StateChangeException
-
Used when no state change event is available
- StateChangeListener - Interface in com.sleepycat.je.rep
-
An asynchronous mechanism for tracking the
State
of the replicated environment and
choosing how to route database operations.
- statParams - Static variable in class com.sleepycat.je.jmx.JEMBean
-
- stats(PrintStream) - Method in class com.sleepycat.je.util.DbStat
-
- STATS_COLLECT - Static variable in class com.sleepycat.je.EnvironmentConfig
-
If true collect and log statistics.
- STATS_COLLECT_INTERVAL - Static variable in class com.sleepycat.je.EnvironmentConfig
-
The duration of the statistics capture interval.
- STATS_FILE_DIRECTORY - Static variable in class com.sleepycat.je.EnvironmentConfig
-
The directory to save the statistics log file.
- STATS_FILE_ROW_COUNT - Static variable in class com.sleepycat.je.EnvironmentConfig
-
Log file maximum row count for Stat collection.
- STATS_MAX_FILES - Static variable in class com.sleepycat.je.EnvironmentConfig
-
Maximum number of statistics log files to retain.
- StatsConfig - Class in com.sleepycat.je
-
Specifies the attributes of a statistics retrieval operation.
- StatsConfig() - Constructor for class com.sleepycat.je.StatsConfig
-
An instance created using the default constructor is initialized with
the system's default settings.
- STIFLE_DEFAULT_ERROR_MANAGER - Static variable in class com.sleepycat.je.util.FileHandler
-
- 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
-
- StoredMap<K,V> - Class in com.sleepycat.collections
-
- StoredMap(Database, EntryBinding<K>, EntryBinding<V>, boolean) - Constructor for class com.sleepycat.collections.StoredMap
-
- StoredMap(Database, EntryBinding<K>, EntryBinding<V>, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredMap
-
- StoredMap(Database, EntryBinding<K>, EntityBinding<V>, boolean) - Constructor for class com.sleepycat.collections.StoredMap
-
Creates a map entity view of a
Database
.
- StoredMap(Database, EntryBinding<K>, EntityBinding<V>, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredMap
-
- StoredSortedEntrySet<K,V> - Class in com.sleepycat.collections
-
The SortedSet returned by Map.entrySet().
- StoredSortedKeySet<K> - Class in com.sleepycat.collections
-
The SortedSet returned by Map.keySet() and which can also be constructed
directly if a Map is not needed.
- StoredSortedKeySet(Database, EntryBinding<K>, boolean) - Constructor for class com.sleepycat.collections.StoredSortedKeySet
-
Creates a sorted key set view of a
Database
.
- StoredSortedMap<K,V> - Class in com.sleepycat.collections
-
- StoredSortedMap(Database, EntryBinding<K>, EntryBinding<V>, boolean) - Constructor for class com.sleepycat.collections.StoredSortedMap
-
Creates a sorted map view of a
Database
.
- StoredSortedMap(Database, EntryBinding<K>, EntryBinding<V>, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredSortedMap
-
- StoredSortedMap(Database, EntryBinding<K>, EntityBinding<V>, boolean) - Constructor for class com.sleepycat.collections.StoredSortedMap
-
Creates a sorted map entity view of a
Database
.
- StoredSortedMap(Database, EntryBinding<K>, EntityBinding<V>, PrimaryKeyAssigner) - Constructor for class com.sleepycat.collections.StoredSortedMap
-
- StoredSortedValueSet<E> - Class in com.sleepycat.collections
-
The SortedSet returned by Map.values() and which can also be constructed
directly if a Map is not needed.
- StoredSortedValueSet(Database, EntityBinding<E>, boolean) - Constructor for class com.sleepycat.collections.StoredSortedValueSet
-
Creates a sorted value set entity view of a
Database
.
- StoredValueSet<E> - Class in com.sleepycat.collections
-
The Set returned by Map.values() and Map.duplicates(), and which can also be
constructed directly if a Map is not needed.
- StoredValueSet(Database, EntryBinding<E>, boolean) - Constructor for class com.sleepycat.collections.StoredValueSet
-
- StoredValueSet(Database, EntityBinding<E>, boolean) - Constructor for class com.sleepycat.collections.StoredValueSet
-
Creates a value set entity view of a
Database
.
- StoreExistsException - Exception in com.sleepycat.persist
-
Thrown by the
EntityStore
constructor when the
ExclusiveCreate
configuration parameter is
true and the store's internal catalog database already exists.
- 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.
- Stream(InputStream, ClassLoader) - Constructor for class com.sleepycat.util.ClassResolver.Stream
-
- 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).
- subMap(K, K) - Method in class com.sleepycat.collections.StoredSortedMap
-
Returns a view of the portion of this sorted map whose elements range
from fromKey, inclusive, to toKey, exclusive.
- subMap(K, boolean, K, boolean) - Method in class com.sleepycat.collections.StoredSortedMap
-
Returns a view of the portion of this sorted map whose elements are
strictly greater than fromKey and strictly less than toKey,
optionally including fromKey and toKey.
- subSet(Map.Entry<K, V>, Map.Entry<K, V>) - Method in class com.sleepycat.collections.StoredSortedEntrySet
-
Returns a view of the portion of this sorted set whose elements range
from fromMapEntry, inclusive, to toMapEntry, exclusive.
- subSet(Map.Entry<K, V>, boolean, Map.Entry<K, V>, boolean) - Method in class com.sleepycat.collections.StoredSortedEntrySet
-
Returns a view of the portion of this sorted set whose elements are
strictly greater than fromMapEntry and strictly less than toMapEntry,
optionally including fromMapEntry and toMapEntry.
- subSet(K, K) - Method in class com.sleepycat.collections.StoredSortedKeySet
-
Returns a view of the portion of this sorted set whose elements range
from fromKey, inclusive, to toKey, exclusive.
- subSet(K, boolean, K, boolean) - Method in class com.sleepycat.collections.StoredSortedKeySet
-
Returns a view of the portion of this sorted set whose elements are
strictly greater than fromKey and strictly less than toKey,
optionally including fromKey and toKey.
- subSet(E, E) - Method in class com.sleepycat.collections.StoredSortedValueSet
-
Returns a view of the portion of this sorted set whose elements range
from fromValue, inclusive, to toValue, exclusive.
- subSet(E, boolean, E, boolean) - Method in class com.sleepycat.collections.StoredSortedValueSet
-
Returns a view of the portion of this sorted set whose elements are
strictly greater than fromValue and strictly less than toValue,
optionally including fromValue and toValue.
- SUCCESS - Static variable in class com.sleepycat.je.PreloadStatus
-
- sync() - Method in class com.sleepycat.je.Database
-
Flushes any cached information for this database to disk; only
applicable for deferred-write databases.
- sync() - Method in class com.sleepycat.je.Environment
-
Synchronously flushes database environment databases to stable storage.
- sync() - Method in class com.sleepycat.persist.EntityStore
-
Flushes each modified index to disk that was opened in deferred-write
mode.
- SyncupProgress - Enum in com.sleepycat.je.rep
-
Describes the different phases of replication stream syncup that are
executed when a replica starts working with a new replication group master.