Serialized Form
binCount
long binCount
dbinCount
long dbinCount
deletedLNCount
long deletedLNCount
dupCountLNCount
long dupCountLNCount
inCount
long inCount
dinCount
long dinCount
lnCount
long lnCount
mainTreeMaxDepth
int mainTreeMaxDepth
duplicateTreeMaxDepth
int duplicateTreeMaxDepth
insByLevel
long[] insByLevel
binsByLevel
long[] binsByLevel
dinsByLevel
long[] dinsByLevel
dbinsByLevel
long[] dbinsByLevel
ownerTxnIds
long[] ownerTxnIds
waiterTxnIds
long[] waiterTxnIds
timeoutMillis
long timeoutMillis
serialVersionUID: 629594964L
splitBins
long splitBins
- 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.
dbClosedBins
long dbClosedBins
- 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.
cursorsBins
long cursorsBins
- The number of bins encountered by the INCompressor that had cursors
referring to them when the compressor ran.
nonEmptyBins
long nonEmptyBins
- The number of bins encountered by the INCompressor that were not
actually empty when the compressor ran.
processedBins
long processedBins
- The number of bins that were successfully processed by the IN
Compressor.
inCompQueueSize
long inCompQueueSize
- The number of entries in the INCompressor queue when the getStats() call
was made.
nEvictPasses
long nEvictPasses
- The number of passes made to the evictor.
nNodesSelected
long nNodesSelected
- The accumulated number of nodes selected to evict.
nNodesScanned
long nNodesScanned
- The accumulated number of nodes scanned in order to select the eviction
set.
nNodesExplicitlyEvicted
long nNodesExplicitlyEvicted
- The accumulated number of nodes evicted.
nRootNodesEvicted
long nRootNodesEvicted
- The accumulated number of database root nodes evicted.
nBINsStripped
long nBINsStripped
- The number of BINs stripped by the evictor.
requiredEvictBytes
long requiredEvictBytes
- The number of bytes we need to evict in order to get under budget.
nCheckpoints
long nCheckpoints
- The total number of checkpoints run so far.
lastCheckpointId
long lastCheckpointId
- The Id of the last checkpoint.
nFullINFlush
long nFullINFlush
- The accumulated number of full INs flushed to the log.
nFullBINFlush
long nFullBINFlush
- The accumulated number of full BINs flushed to the log.
nDeltaINFlush
long nDeltaINFlush
- The accumulated number of Delta INs flushed to the log.
lastCheckpointStart
long lastCheckpointStart
- The location in the log of the last checkpoint start.
lastCheckpointEnd
long lastCheckpointEnd
- The location in the log of the last checkpoint end.
endOfLog
long endOfLog
- The location of the next entry to be written to the log.
cleanerBacklog
int cleanerBacklog
- The number of files to be cleaned to reach the target utilization.
nCleanerRuns
long nCleanerRuns
- The number of cleaner runs this session.
nCleanerDeletions
long nCleanerDeletions
- The number of cleaner file deletions this session.
nINsObsolete
long nINsObsolete
- The accumulated number of INs obsolete.
nINsCleaned
long nINsCleaned
- The accumulated number of INs cleaned.
nINsDead
long nINsDead
- The accumulated number of INs that were not found in the tree anymore
(deleted).
nINsMigrated
long nINsMigrated
- The accumulated number of INs migrated.
nLNsObsolete
long nLNsObsolete
- The accumulated number of LNs obsolete.
nLNsCleaned
long nLNsCleaned
- The accumulated number of LNs cleaned.
nLNsDead
long nLNsDead
- The accumulated number of LNs that were not found in the tree anymore
(deleted).
nLNsLocked
long nLNsLocked
- The accumulated number of LNs encountered that were locked.
nLNsMigrated
long nLNsMigrated
- The accumulated number of LNs encountered that were migrated forward
in the log.
nLNsMarked
long nLNsMarked
- The accumulated number of LNs that were marked for migration during
cleaning.
nLNQueueHits
long nLNQueueHits
- The accumulated number of LNs processed without a tree lookup.
nPendingLNsProcessed
long nPendingLNsProcessed
- The accumulated number of LNs processed because they were previously
locked.
nMarkedLNsProcessed
long nMarkedLNsProcessed
- The accumulated number of LNs processed because they were previously
marked for migration.
nToBeCleanedLNsProcessed
long nToBeCleanedLNsProcessed
- The accumulated number of LNs processed because they are soon to be
cleaned.
nClusterLNsProcessed
long nClusterLNsProcessed
- The accumulated number of LNs processed because they qualify for
clustering.
nPendingLNsLocked
long nPendingLNsLocked
- The accumulated number of pending LNs that could not be locked for
migration because of a long duration application lock.
nCleanerEntriesRead
long nCleanerEntriesRead
- The accumulated number of log entries read by the cleaner.
nSharedCacheEnvironments
int nSharedCacheEnvironments
sharedCacheTotalBytes
long sharedCacheTotalBytes
cacheTotalBytes
long cacheTotalBytes
bufferBytes
long bufferBytes
dataBytes
long dataBytes
adminBytes
long adminBytes
lockBytes
long lockBytes
nNotResident
long nNotResident
nCacheMiss
long nCacheMiss
nLogBuffers
int nLogBuffers
nRandomReads
long nRandomReads
nRandomWrites
long nRandomWrites
nSequentialReads
long nSequentialReads
nSequentialWrites
long nSequentialWrites
nRandomReadBytes
long nRandomReadBytes
nRandomWriteBytes
long nRandomWriteBytes
nSequentialReadBytes
long nSequentialReadBytes
nSequentialWriteBytes
long nSequentialWriteBytes
nFSyncs
long nFSyncs
nFSyncRequests
long nFSyncRequests
nFSyncTimeouts
long nFSyncTimeouts
nRepeatFaultReads
long nRepeatFaultReads
nTempBufferWrites
long nTempBufferWrites
nRepeatIteratorReads
long nRepeatIteratorReads
nFileOpens
int nFileOpens
nOpenFiles
int nOpenFiles
totalLogSize
long totalLogSize
nTotalLocks
int nTotalLocks
- Total locks currently in lock table.
nReadLocks
int nReadLocks
- Total read locks currently held.
nWriteLocks
int nWriteLocks
- Total write locks currently held.
nWaiters
int nWaiters
- Total transactions waiting for locks.
nOwners
int nOwners
- Total lock owners in lock table.
nRequests
long nRequests
- Number of times a lock request was made.
nWaits
long nWaits
- Number of times a lock request blocked.
lockTableLatchStats
LatchStats lockTableLatchStats
- LockTable latch stats.
nINsLoaded
int nINsLoaded
- The number of INs loaded during the preload() operation.
nBINsLoaded
int nBINsLoaded
- The number of BINs loaded during the preload() operation.
nLNsLoaded
int nLNsLoaded
- The number of LNs loaded during the preload() operation.
nDINsLoaded
int nDINsLoaded
- The number of DINs loaded during the preload() operation.
nDBINsLoaded
int nDBINsLoaded
- The number of DBINs loaded during the preload() operation.
nDupCountLNsLoaded
int nDupCountLNsLoaded
- The number of DupCountLNs loaded during the preload() operation.
status
PreloadStatus status
- The status of the preload() operation.
statusName
java.lang.String statusName
alreadyThrown
boolean alreadyThrown
lastCheckpointTime
long lastCheckpointTime
- The time the last completed checkpoint finished (as the number of
seconds since the Epoch, returned by the IEEE/ANSI Std 1003.1 (POSIX)
time interface).
lastTxnId
long lastTxnId
- The last transaction ID allocated.
nActive
int nActive
- The number of transactions that are currently active.
nBegins
long nBegins
- The number of transactions that have begun.
nAborts
long nAborts
- The number of transactions that have aborted.
nCommits
long nCommits
- The number of transactions that have committed.
nXAAborts
long nXAAborts
- The number of XA transactions that have aborted.
nXAPrepares
long nXAPrepares
- The number of XA transactions that have been prepared.
nXACommits
long nXACommits
- The number of XA transactions that have committed.
activeTxns
TransactionStats.Active[] activeTxns
- The array of active transactions. Each element of the array is an object
of type TransactionStats.Active.
txnId
long txnId
- The transaction ID of the transaction.
parentId
long parentId
- The transaction ID of the parent transaction (or 0, if no parent).
name
java.lang.String name
- The transaction name, including the thread name if available.
Package com.sleepycat.je.dbi |
Package com.sleepycat.je.jca.ra |
manager
javax.resource.spi.ConnectionManager manager
factory
javax.resource.spi.ManagedConnectionFactory factory
reference
javax.naming.Reference reference
Package com.sleepycat.je.latch |
nAcquiresNoWaiters
int nAcquiresNoWaiters
nAcquiresSelfOwned
int nAcquiresSelfOwned
- Number of times acquire() was called when the latch was already owned by
the caller.
nAcquiresUpgrade
int nAcquiresUpgrade
- Number of times acquire() was called with allowNesting=true when the
latch was already owned by the caller for shared access.
nAcquiresWithContention
int nAcquiresWithContention
- Number of times acquire() was called when the latch was already owned by
the some other thread.
nAcquireNoWaitSuccessful
int nAcquireNoWaitSuccessful
- Number of times acquireNoWait() was called when the latch was
successfully acquired.
nAcquireNoWaitUnsuccessful
int nAcquireNoWaitUnsuccessful
- Number of unsuccessful acquireNoWait() calls.
nAcquireSharedSuccessful
int nAcquireSharedSuccessful
- Number of times acquireShared() was called when the latch was
successfully acquired.
nReleases
int nReleases
- Numbed of calls to release();
name
java.lang.String name
noteLatch
boolean noteLatch
readers
java.util.List<E> readers
exclusiveOnly
boolean exclusiveOnly
- If true, this shared latch is only ever latched exclusively. Used for
BINs.
Package com.sleepycat.je.log |
extraInfo
java.lang.String extraInfo
Package com.sleepycat.je.recovery |
Package com.sleepycat.je.tree |
Package com.sleepycat.je.utilint |
Package com.sleepycat.persist.evolve |
serialVersionUID: 4558176842096181863L
conversion
Conversion conversion
serialVersionUID: 446348511871654947L
serialVersionUID: -988428985370593743L
deletedKeys
java.util.Set<E> deletedKeys
serialVersionUID: -8094431582953129268L
className
java.lang.String className
classVersion
int classVersion
fieldName
java.lang.String fieldName
serialVersionUID: -1744401530444812916L
renamers
java.util.Map<K,V> renamers
deleters
java.util.Map<K,V> deleters
converters
java.util.Map<K,V> converters
serialVersionUID: 2238151684405810427L
newName
java.lang.String newName
Package com.sleepycat.persist.impl |
serialVersionUID: -2847843033590454917L
readObject
public java.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
clsMeta
ClassMetadata clsMeta
entityMeta
EntityMetadata entityMeta
priKeyField
com.sleepycat.persist.impl.FieldInfo priKeyField
secKeyFields
java.util.List<E> secKeyFields
nonKeyFields
java.util.List<E> nonKeyFields
secKeyFieldReader
com.sleepycat.persist.impl.ComplexFormat.FieldReader secKeyFieldReader
nonKeyFieldReader
com.sleepycat.persist.impl.ComplexFormat.FieldReader nonKeyFieldReader
oldToNewKeyMap
java.util.Map<K,V> oldToNewKeyMap
newToOldFieldMap
java.util.Map<K,V> newToOldFieldMap
evolveNeeded
boolean evolveNeeded
serialVersionUID: 306843428409314630L
readObject
public java.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
metadata
ClassMetadata metadata
fields
java.util.List<E> fields
serialVersionUID: -305788321064984348L
readObject
public java.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)
converter
Converter converter
serialVersionUID: 1069833955604373538L
readObject
public java.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
names
java.lang.String[] names
serialVersionUID: 545633644568489850L
readObject
public abstract java.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)
- Called after newInstance() to read the rest of the data bytes and fill
in the object contents. If the object was read completely by
newInstance(), this method does nothing.
Is public only in order to implement the Reader interface. Note that
this method should only be called directly in raw conversion mode or
during conversion of an old format. Normally it should be called via
the getReader method and the Reader interface.
writeObject
abstract void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
- Writes a given instance of the target class to the output data bytes.
This is the complement of the newInstance()/readObject() pair.
id
int id
className
java.lang.String className
reader
com.sleepycat.persist.impl.Reader reader
superFormat
Format superFormat
latestFormat
Format latestFormat
previousFormat
Format previousFormat
supertypes
java.util.Set<E> supertypes
deleted
boolean deleted
unused
boolean unused
serialVersionUID: 4317004346690441892L
readObject
public java.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
componentFormat
Format componentFormat
nDimensions
int nDimensions
serialVersionUID: 5221576538843355317L
keyClassName
java.lang.String keyClassName
comositeFieldOrder
java.lang.String[] comositeFieldOrder
serialVersionUID: 8285299924106073591L
readObject
public java.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
componentFormat
SimpleFormat componentFormat
serialVersionUID: -1000032651995478768L
readObject
public java.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
proxyFormat
Format proxyFormat
serialVersionUID: 4595245575868697702L
readObject
public java.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)
primitive
boolean primitive
wrapperFormat
SimpleFormat wrapperFormat
serialVersionUID: -5027098112507644563L
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
serialVersionUID: -7724949525068533451L
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
serialVersionUID: 3651752958101447257L
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
serialVersionUID: -7609118195770005374L
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
serialVersionUID: -5665773229869034145L
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
serialVersionUID: 646904456811041423L
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
serialVersionUID: 1033413049495053602L
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
serialVersionUID: 2695910006049980013L
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
serialVersionUID: 1872661106534776520L
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
serialVersionUID: -4909138198491785624L
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
serialVersionUID: 5710392786480064612L
writeObject
void writeObject(java.lang.Object o,
EntityOutput output,
boolean rawAccess)
Package com.sleepycat.persist.model |
serialVersionUID: -2520207423701776679L
className
java.lang.String className
version
int version
proxiedClassName
java.lang.String proxiedClassName
entityClass
boolean entityClass
primaryKey
PrimaryKeyMetadata primaryKey
secondaryKeys
java.util.Map<K,V> secondaryKeys
compositeKeyFields
java.util.List<E> compositeKeyFields
persistentFields
java.util.Collection<E> persistentFields
serialVersionUID: 4224509631681963159L
className
java.lang.String className
primaryKey
PrimaryKeyMetadata primaryKey
secondaryKeys
java.util.Map<K,V> secondaryKeys
serialVersionUID: -9037650229184174279L
name
java.lang.String name
className
java.lang.String className
declaringClassName
java.lang.String declaringClassName
serialVersionUID: 2946863622972437018L
sequenceName
java.lang.String sequenceName
serialVersionUID: 8118924993396722502L
keyName
java.lang.String keyName
relationship
Relationship relationship
elementClassName
java.lang.String elementClassName
relatedEntity
java.lang.String relatedEntity
deleteAction
DeleteAction deleteAction
Package com.sleepycat.util |
e
java.lang.Throwable e
e
java.lang.Throwable e
Package com.sleepycat.util.keyrange |