Berkeley DB Java Edition
version 3.3.98

Serialized Form


Package com.sleepycat.je

Class com.sleepycat.je.BtreeStats extends DatabaseStats implements Serializable

Serialized Fields

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

Class com.sleepycat.je.DatabaseException extends Exception implements Serializable

Class com.sleepycat.je.DatabaseNotFoundException extends DatabaseException implements Serializable

Class com.sleepycat.je.DatabaseStats extends Object implements Serializable

Class com.sleepycat.je.DeadlockException extends DatabaseException implements Serializable

Serialized Fields

ownerTxnIds

long[] ownerTxnIds

waiterTxnIds

long[] waiterTxnIds

timeoutMillis

long timeoutMillis

Class com.sleepycat.je.EnvironmentLockedException extends DatabaseException implements Serializable

serialVersionUID: 629594964L

Class com.sleepycat.je.EnvironmentStats extends Object implements Serializable

Serialized Fields

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

Class com.sleepycat.je.LockNotGrantedException extends DeadlockException implements Serializable

Class com.sleepycat.je.LockStats extends Object implements Serializable

Serialized Fields

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

com.sleepycat.je.latch.LatchStats lockTableLatchStats
LockTable latch stats.

Class com.sleepycat.je.PreloadStats extends Object implements Serializable

Serialized Fields

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.

Class com.sleepycat.je.PreloadStatus extends Object implements Serializable

Serialized Fields

statusName

String statusName

Class com.sleepycat.je.RunRecoveryException extends DatabaseException implements Serializable

Serialized Fields

alreadyThrown

boolean alreadyThrown

Class com.sleepycat.je.TransactionStats extends Object implements Serializable

Serialized Fields

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.

Class com.sleepycat.je.TransactionStats.Active extends Object implements Serializable

Serialized Fields

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

String name
The transaction name, including the thread name if available.


Package com.sleepycat.je.jca.ra

Class com.sleepycat.je.jca.ra.JEConnectionFactoryImpl extends Object implements Serializable

Serialized Fields

manager

ConnectionManager manager

factory

ManagedConnectionFactory factory

reference

Reference reference

Class com.sleepycat.je.jca.ra.JEException extends Exception implements Serializable

Class com.sleepycat.je.jca.ra.JEManagedConnectionFactory extends Object implements Serializable


Package com.sleepycat.persist.evolve

Class com.sleepycat.persist.evolve.Converter extends Mutation implements Serializable

serialVersionUID: 4558176842096181863L

Serialized Fields

conversion

Conversion conversion

Class com.sleepycat.persist.evolve.DeletedClassException extends RuntimeException implements Serializable

Class com.sleepycat.persist.evolve.Deleter extends Mutation implements Serializable

serialVersionUID: 446348511871654947L

Class com.sleepycat.persist.evolve.EntityConverter extends Converter implements Serializable

serialVersionUID: -988428985370593743L

Serialized Fields

deletedKeys

Set<E> deletedKeys

Class com.sleepycat.persist.evolve.IncompatibleClassException extends RuntimeException implements Serializable

Class com.sleepycat.persist.evolve.Mutation extends Object implements Serializable

serialVersionUID: -8094431582953129268L

Serialized Fields

className

String className

classVersion

int classVersion

fieldName

String fieldName

Class com.sleepycat.persist.evolve.Mutations extends Object implements Serializable

serialVersionUID: -1744401530444812916L

Serialized Fields

renamers

Map<K,V> renamers

deleters

Map<K,V> deleters

converters

Map<K,V> converters

Class com.sleepycat.persist.evolve.Renamer extends Mutation implements Serializable

serialVersionUID: 2238151684405810427L

Serialized Fields

newName

String newName

Package com.sleepycat.persist.model

Class com.sleepycat.persist.model.EntityMetadata extends Object implements Serializable

serialVersionUID: 4224509631681963159L

Serialized Fields

className

String className

primaryKey

PrimaryKeyMetadata primaryKey

secondaryKeys

Map<K,V> secondaryKeys

Class com.sleepycat.persist.model.ClassMetadata extends Object implements Serializable

serialVersionUID: -2520207423701776679L

Serialized Fields

className

String className

version

int version

proxiedClassName

String proxiedClassName

entityClass

boolean entityClass

primaryKey

PrimaryKeyMetadata primaryKey

secondaryKeys

Map<K,V> secondaryKeys

compositeKeyFields

List<E> compositeKeyFields

persistentFields

Collection<E> persistentFields

Class com.sleepycat.persist.model.FieldMetadata extends Object implements Serializable

serialVersionUID: -9037650229184174279L

Serialized Fields

name

String name

className

String className

declaringClassName

String declaringClassName

Class com.sleepycat.persist.model.PrimaryKeyMetadata extends FieldMetadata implements Serializable

serialVersionUID: 2946863622972437018L

Serialized Fields

sequenceName

String sequenceName

Class com.sleepycat.persist.model.SecondaryKeyMetadata extends FieldMetadata implements Serializable

serialVersionUID: 8118924993396722502L

Serialized Fields

keyName

String keyName

relationship

Relationship relationship

elementClassName

String elementClassName

relatedEntity

String relatedEntity

deleteAction

DeleteAction deleteAction

Package com.sleepycat.util

Class com.sleepycat.util.IOExceptionWrapper extends IOException implements Serializable

Serialized Fields

e

Throwable e

Class com.sleepycat.util.RuntimeExceptionWrapper extends RuntimeException implements Serializable

Serialized Fields

e

Throwable e


Berkeley DB Java Edition
version 3.3.98

Copyright (c) 2004,2008 Oracle. All rights reserved.