Serialized Form


Package com.sleepycat.je

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

serialVersionUID: 298825033L

Serialized Fields

dbImplStats

StatGroup dbImplStats

treeStats

StatGroup treeStats

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

serialVersionUID: 1L

Serialized Fields

repenvUUID

UUID repenvUUID

vlsn

long vlsn

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

serialVersionUID: 1535562945L

Serialized Fields

extraInfo

String extraInfo

Class com.sleepycat.je.DatabaseExistsException extends OperationFailureException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1895430616L

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

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

serialVersionUID: 729943514L

Class com.sleepycat.je.DeleteConstraintException extends SecondaryConstraintException implements Serializable

serialVersionUID: 1L

Class com.sleepycat.je.DuplicateDataException extends OperationFailureException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

alreadyThrown

boolean alreadyThrown

reason

EnvironmentFailureReason reason

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

serialVersionUID: 629594964L

Class com.sleepycat.je.EnvironmentNotFoundException extends EnvironmentFailureException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1734048134L

Serialized Fields

incompStats

StatGroup incompStats

cacheStats

StatGroup cacheStats

ckptStats

StatGroup ckptStats

cleanerStats

StatGroup cleanerStats

logStats

StatGroup logStats

lockStats

StatGroup lockStats

envImplStats

StatGroup envImplStats

tipsMap

Map<K,V> tipsMap

Class com.sleepycat.je.ForeignConstraintException extends SecondaryConstraintException implements Serializable

serialVersionUID: 1L

Class com.sleepycat.je.LockConflictException extends OperationFailureException implements Serializable

serialVersionUID: 1L

Serialized Fields

ownerTxnIds

long[] ownerTxnIds

waiterTxnIds

long[] waiterTxnIds

timeoutMillis

long timeoutMillis

Class com.sleepycat.je.LockNotAvailableException extends LockConflictException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 646414701L

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

serialVersionUID: 172109534L

Serialized Fields

basicStats

StatGroup basicStats
Deprecated. 

latchStats

StatGroup latchStats
Deprecated. 

tableStats

StatGroup tableStats
Deprecated. 

Class com.sleepycat.je.LockTimeoutException extends LockConflictException implements Serializable

serialVersionUID: 1L

Class com.sleepycat.je.LogWriteException extends EnvironmentFailureException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 2131949076L

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

serialVersionUID: 903470137L

Serialized Fields

statusName

String statusName

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

serialVersionUID: 1913208269L

Class com.sleepycat.je.SecondaryConstraintException extends SecondaryReferenceException implements Serializable

Class com.sleepycat.je.SecondaryIntegrityException extends SecondaryReferenceException implements Serializable

Class com.sleepycat.je.SecondaryReferenceException extends OperationFailureException implements Serializable

serialVersionUID: 1L

Serialized Fields

secDbName

String secDbName

secKey

DatabaseEntry secKey

priKey

DatabaseEntry priKey

Class com.sleepycat.je.SequenceExistsException extends OperationFailureException implements Serializable

serialVersionUID: 1L

Class com.sleepycat.je.SequenceIntegrityException extends OperationFailureException implements Serializable

serialVersionUID: 1L

Class com.sleepycat.je.SequenceNotFoundException extends OperationFailureException implements Serializable

serialVersionUID: 1L

Class com.sleepycat.je.SequenceOverflowException extends OperationFailureException implements Serializable

serialVersionUID: 1L

Class com.sleepycat.je.ThreadInterruptedException extends EnvironmentFailureException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 2136955031L

Serialized Fields

stats

StatGroup stats

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

serialVersionUID: 1286693589L

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.

Class com.sleepycat.je.TransactionTimeoutException extends LockConflictException implements Serializable

serialVersionUID: 1L

Class com.sleepycat.je.UniqueConstraintException extends SecondaryConstraintException implements Serializable

serialVersionUID: 1L

Class com.sleepycat.je.VersionMismatchException extends EnvironmentFailureException implements Serializable

serialVersionUID: 1L

Class com.sleepycat.je.XAFailureException extends OperationFailureException implements Serializable

serialVersionUID: 1L


Package com.sleepycat.je.dbi

Class com.sleepycat.je.dbi.RangeRestartException extends InternalException implements Serializable


Package com.sleepycat.je.jca.ra

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

serialVersionUID: 410682596L

Serialized Fields

manager

javax.resource.spi.ConnectionManager manager

factory

javax.resource.spi.ManagedConnectionFactory factory

reference

Reference reference

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

serialVersionUID: 329949514L

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

serialVersionUID: 658705244L


Package com.sleepycat.je.jmx.plugin

Class com.sleepycat.je.jmx.plugin.JEStats extends Stats implements Serializable

serialVersionUID: 2327923744424679603L

Class com.sleepycat.je.jmx.plugin.Stats extends JPanel implements Serializable

serialVersionUID: 6041540234044035106L

Serialized Fields

hideZeroValue

boolean hideZeroValue

doLog

boolean doLog

mBeansNum

int mBeansNum

selectedRow

int selectedRow

statsIntervalMillis

long statsIntervalMillis

logMap

Map<K,V> logMap

shownStats

Map<K,V> shownStats

valueStore

Map<K,V> valueStore

frameList

List<E> frameList

comboToObjects

TreeMap<K,V> comboToObjects

savedStats

Map<K,V> savedStats

savedObjectNames

List<E> savedObjectNames

mBeanComboBoxLength

int mBeanComboBoxLength

mBeansComboBox

JComboBox mBeansComboBox

mBeanComboBoxListener

ActionListener mBeanComboBoxListener

hideZeroValueBox

JCheckBox hideZeroValueBox

cumulativeStatsBox

JCheckBox cumulativeStatsBox

statsIntervalText

JTextField statsIntervalText

saveLogButton

JButton saveLogButton

startLogButton

JButton startLogButton

stopLogButton

JButton stopLogButton

fileChooser

com.sleepycat.je.jmx.plugin.Stats.SaveLogFileChooser fileChooser

statsTable

JTable statsTable

statsModel

Stats.StatsTableModel statsModel

popup

JPopupMenu popup

logMenuItem

JCheckBoxMenuItem logMenuItem

graphMenuItem

JMenuItem graphMenuItem

envStatParams

Object[] envStatParams

signature

String[] signature

statsTitles

String[] statsTitles

opName

String opName

mBeanNamePrefix

String mBeanNamePrefix

objName

ObjectName objName

tips

Map<K,V> tips

statsCollector

Timer statsCollector

Class com.sleepycat.je.jmx.plugin.Stats.StatsTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -2478788160419123718L

Serialized Fields

columnNames

String[] columnNames

list

List<E> list

Package com.sleepycat.je.latch

Class com.sleepycat.je.latch.SharedLatch extends ReentrantReadWriteLock implements Serializable

Serialized Fields

name

String name

noteLatch

boolean noteLatch

readers

List<E> readers

exclusiveOnly

boolean exclusiveOnly
If true, this shared latch is only ever latched exclusively. Used for BINs.


Package com.sleepycat.je.log

Class com.sleepycat.je.log.ChecksumException extends Exception implements Serializable

serialVersionUID: 1L

Class com.sleepycat.je.log.FileReader.EOFException extends Exception implements Serializable


Package com.sleepycat.je.rep

Class com.sleepycat.je.rep.DatabasePreemptedException extends OperationFailureException implements Serializable

serialVersionUID: 1L

Serialized Fields

dbName

String dbName

dbHandle

Database dbHandle

Class com.sleepycat.je.rep.GroupShutdownException extends EnvironmentFailureException implements Serializable

Serialized Fields

shutdownTimeMs

long shutdownTimeMs

masterNodeName

String masterNodeName

shutdownVLSN

VLSN shutdownVLSN

wrapMessage

String wrapMessage

Class com.sleepycat.je.rep.InsufficientAcksException extends OperationFailureException implements Serializable

Serialized Fields

txn

MasterTxn txn

acksPending

int acksPending

ackTimeOutMs

int ackTimeOutMs

wrapMessage

String wrapMessage

feederState

String feederState

Class com.sleepycat.je.rep.InsufficientLogException extends RestartRequiredException implements Serializable

Serialized Fields

repNode

RepNode repNode

refreshVLSN

VLSN refreshVLSN

logProviders

Set<E> logProviders

Class com.sleepycat.je.rep.InsufficientReplicasException extends OperationFailureException implements Serializable

Serialized Fields

commitPolicy

Durability.ReplicaAckPolicy commitPolicy

requiredAckCount

int requiredAckCount

availableReplicas

Set<E> availableReplicas

Class com.sleepycat.je.rep.LockPreemptedException extends LockConflictException implements Serializable

serialVersionUID: 1L

Class com.sleepycat.je.rep.LogOverwriteException extends OperationFailureException implements Serializable

serialVersionUID: 19238344223L

Class com.sleepycat.je.rep.MasterStateException extends StateChangeException implements Serializable

Class com.sleepycat.je.rep.MemberNotFoundException extends OperationFailureException implements Serializable

Class com.sleepycat.je.rep.ReplicaConsistencyException extends OperationFailureException implements Serializable

Serialized Fields

consistencyPolicy

ReplicaConsistencyPolicy consistencyPolicy

Class com.sleepycat.je.rep.ReplicaWriteException extends StateChangeException implements Serializable

Class com.sleepycat.je.rep.RestartRequiredException extends EnvironmentFailureException implements Serializable

Class com.sleepycat.je.rep.RollbackException extends RestartRequiredException implements Serializable

Serialized Fields

lastTxnEnd

VLSN lastTxnEnd

matchpointVLSN

VLSN matchpointVLSN

nodeName

String nodeName

searchResults

MatchpointSearchResults searchResults

Class com.sleepycat.je.rep.RollbackProhibitedException extends RestartRequiredException implements Serializable

Serialized Fields

searchResults

MatchpointSearchResults searchResults

nodeName

String nodeName

rollbackTxnLimit

int rollbackTxnLimit

matchpointVLSN

VLSN matchpointVLSN

Class com.sleepycat.je.rep.StateChangeException extends OperationFailureException implements Serializable

Serialized Fields

stateChangeEvent

StateChangeEvent stateChangeEvent

Class com.sleepycat.je.rep.UnknownMasterException extends StateChangeException implements Serializable


Package com.sleepycat.je.rep.elections

Class com.sleepycat.je.rep.elections.Proposer.MaxRetriesException extends Exception implements Serializable

Serialized Fields

proposerStats

StatGroup proposerStats

Package com.sleepycat.je.rep.impl

Class com.sleepycat.je.rep.impl.RepGroupImpl.NodeConflictException extends DatabaseException implements Serializable

Class com.sleepycat.je.rep.impl.TextProtocol.InvalidMessageException extends Exception implements Serializable

Serialized Fields

errorType

TextProtocol.MessageError errorType

Package com.sleepycat.je.rep.impl.networkRestore

Class com.sleepycat.je.rep.impl.networkRestore.NetworkBackup.DigestException extends Exception implements Serializable

Class com.sleepycat.je.rep.impl.networkRestore.NetworkBackup.InsufficientVLSNRangeException extends Exception implements Serializable

Serialized Fields

minVLSN

VLSN minVLSN

rangeFirst

VLSN rangeFirst

rangeLast

VLSN rangeLast

Class com.sleepycat.je.rep.impl.networkRestore.NetworkBackup.LoadThresholdExceededException extends Exception implements Serializable

Serialized Fields

threshold

int threshold

activeServers

int activeServers

Package com.sleepycat.je.rep.impl.node

Class com.sleepycat.je.rep.impl.node.Feeder.ExitException extends Exception implements Serializable


Package com.sleepycat.je.rep.jmx.plugin

Class com.sleepycat.je.rep.jmx.plugin.RepJEStats extends Stats implements Serializable

serialVersionUID: 4240112567440108407L


Package com.sleepycat.je.rep.stream

Class com.sleepycat.je.rep.stream.FeederReplicaSyncup.NetworkRestoreException extends Exception implements Serializable

Serialized Fields

vlsn

VLSN vlsn

firstVLSN

VLSN firstVLSN

lastVLSN

VLSN lastVLSN

replicaNameIdPair

NameIdPair replicaNameIdPair

Class com.sleepycat.je.rep.stream.MasterStatus.MasterSyncException extends Exception implements Serializable

Serialized Fields

savedGroupMasterId

NameIdPair savedGroupMasterId

savedNodeMasterId

NameIdPair savedNodeMasterId

Package com.sleepycat.je.rep.util.ldiff

Class com.sleepycat.je.rep.util.ldiff.Block extends Object implements Serializable

serialVersionUID: 111858779935447845L

Serialized Fields

blockId

int blockId

numRecords

int numRecords

beginKey

byte[] beginKey

beginData

byte[] beginData

rollingChksum

long rollingChksum

md5Hash

byte[] md5Hash

Class com.sleepycat.je.rep.util.ldiff.LDiffRecordRequestException extends OperationFailureException implements Serializable

serialVersionUID: 1925430616L


Package com.sleepycat.je.rep.utilint

Class com.sleepycat.je.rep.utilint.BinaryProtocol.ProtocolException extends InternalException implements Serializable

Serialized Fields

unexpectedMessage

BinaryProtocol.Message unexpectedMessage

cl

Class<T> cl

Class com.sleepycat.je.rep.utilint.ServiceDispatcher.ServiceConnectFailedException extends Exception implements Serializable

Serialized Fields

response

ServiceDispatcher.Response response

serviceName

String serviceName

Package com.sleepycat.je.rep.vlsn

Class com.sleepycat.je.rep.vlsn.VLSNIndex.WaitTimeOutException extends Exception implements Serializable


Package com.sleepycat.je.tree

Class com.sleepycat.je.tree.CursorsExistException extends Exception implements Serializable

serialVersionUID: 1051296202L

Class com.sleepycat.je.tree.NodeNotEmptyException extends Exception implements Serializable

serialVersionUID: 933349511L


Package com.sleepycat.je.util

Class com.sleepycat.je.util.LogVerificationException extends IOException implements Serializable


Package com.sleepycat.je.utilint

Class com.sleepycat.je.utilint.IdentityHashMap extends IdentityHashMap<K,V> implements Serializable

Class com.sleepycat.je.utilint.InternalException extends RuntimeException implements Serializable

serialVersionUID: 1584673689L

Class com.sleepycat.je.utilint.RelatchRequiredException extends Exception implements Serializable


Package com.sleepycat.persist

Class com.sleepycat.persist.IndexNotAvailableException extends OperationFailureException implements Serializable

serialVersionUID: 1L

Class com.sleepycat.persist.StoreExistsException extends OperationFailureException implements Serializable

serialVersionUID: 1L

Class com.sleepycat.persist.StoreNotFoundException extends OperationFailureException implements Serializable

serialVersionUID: 1895430616L


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 OperationFailureException implements Serializable

serialVersionUID: 518500929L

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 OperationFailureException implements Serializable

serialVersionUID: 2103957824L

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.impl

Class com.sleepycat.persist.impl.ComplexFormat extends Format implements Serializable

serialVersionUID: -2847843033590454917L

Serialization Methods

readObject

public Object readObject(Object o,
                         EntityInput input,
                         boolean rawAccess)

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)
Serialized Fields

clsMeta

ClassMetadata clsMeta

entityMeta

EntityMetadata entityMeta

priKeyField

FieldInfo priKeyField

secKeyFields

List<E> secKeyFields

nonKeyFields

List<E> nonKeyFields

secKeyFieldReader

com.sleepycat.persist.impl.ComplexFormat.FieldReader secKeyFieldReader

nonKeyFieldReader

com.sleepycat.persist.impl.ComplexFormat.FieldReader nonKeyFieldReader

oldToNewKeyMap

Map<K,V> oldToNewKeyMap

newToOldFieldMap

Map<K,V> newToOldFieldMap

evolveNeeded

boolean evolveNeeded

Class com.sleepycat.persist.impl.CompositeKeyFormat extends Format implements Serializable

serialVersionUID: 306843428409314630L

Serialization Methods

readObject

public Object readObject(Object o,
                         EntityInput input,
                         boolean rawAccess)

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)
Serialized Fields

metadata

ClassMetadata metadata

fields

List<E> fields

Class com.sleepycat.persist.impl.ConverterReader extends Object implements Serializable

serialVersionUID: -305788321064984348L

Serialization Methods

readObject

public Object readObject(Object o,
                         EntityInput input,
                         boolean rawAccess)
Serialized Fields

converter

Converter converter

Class com.sleepycat.persist.impl.EnumFormat extends Format implements Serializable

serialVersionUID: 1069833955604373538L

Serialization Methods

readObject

public Object readObject(Object o,
                         EntityInput input,
                         boolean rawAccess)

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)
Serialized Fields

names

String[] names

Class com.sleepycat.persist.impl.Format extends Object implements Serializable

serialVersionUID: 545633644568489850L

Serialization Methods

readObject

public abstract Object readObject(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(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.

Serialized Fields

id

int id

className

String className

reader

Reader reader

superFormat

Format superFormat

latestFormat

Format latestFormat

previousFormat

Format previousFormat

supertypes

Set<E> supertypes

deleted

boolean deleted

unused

boolean unused

Class com.sleepycat.persist.impl.ObjectArrayFormat extends Format implements Serializable

serialVersionUID: 4317004346690441892L

Serialization Methods

readObject

public Object readObject(Object o,
                         EntityInput input,
                         boolean rawAccess)

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)
Serialized Fields

componentFormat

Format componentFormat

nDimensions

int nDimensions

Class com.sleepycat.persist.impl.PersistComparator extends Object implements Serializable

serialVersionUID: 5221576538843355317L

Serialized Fields

keyClassName

String keyClassName

comositeFieldOrder

String[] comositeFieldOrder

fieldFormatData

Map<K,V> fieldFormatData

Class com.sleepycat.persist.impl.PrimitiveArrayFormat extends Format implements Serializable

serialVersionUID: 8285299924106073591L

Serialization Methods

readObject

public Object readObject(Object o,
                         EntityInput input,
                         boolean rawAccess)

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)
Serialized Fields

componentFormat

SimpleFormat componentFormat

Class com.sleepycat.persist.impl.ProxiedFormat extends Format implements Serializable

serialVersionUID: -1000032651995478768L

Serialization Methods

readObject

public Object readObject(Object o,
                         EntityInput input,
                         boolean rawAccess)

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)
Serialized Fields

proxyFormat

Format proxyFormat

Class com.sleepycat.persist.impl.RefreshException extends RuntimeException implements Serializable

Serialized Fields

store

Store store

catalog

PersistCatalog catalog

formatId

int formatId

Class com.sleepycat.persist.impl.SimpleFormat extends Format implements Serializable

serialVersionUID: 4595245575868697702L

Serialization Methods

readObject

public Object readObject(Object o,
                         EntityInput input,
                         boolean rawAccess)
Serialized Fields

primitive

boolean primitive

wrapperFormat

SimpleFormat wrapperFormat

Class com.sleepycat.persist.impl.SimpleFormat.FBigInt extends SimpleFormat implements Serializable

serialVersionUID: -5027098112507644563L

Serialization Methods

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)

Class com.sleepycat.persist.impl.SimpleFormat.FBool extends SimpleFormat implements Serializable

serialVersionUID: -7724949525068533451L

Serialization Methods

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)

Class com.sleepycat.persist.impl.SimpleFormat.FByte extends SimpleFormat implements Serializable

serialVersionUID: 3651752958101447257L

Serialization Methods

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)

Class com.sleepycat.persist.impl.SimpleFormat.FChar extends SimpleFormat implements Serializable

serialVersionUID: -7609118195770005374L

Serialization Methods

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)

Class com.sleepycat.persist.impl.SimpleFormat.FDate extends SimpleFormat implements Serializable

serialVersionUID: -5665773229869034145L

Serialization Methods

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)

Class com.sleepycat.persist.impl.SimpleFormat.FDouble extends SimpleFormat implements Serializable

serialVersionUID: 646904456811041423L

Serialization Methods

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)

Class com.sleepycat.persist.impl.SimpleFormat.FFloat extends SimpleFormat implements Serializable

serialVersionUID: 1033413049495053602L

Serialization Methods

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)

Class com.sleepycat.persist.impl.SimpleFormat.FInt extends SimpleFormat implements Serializable

serialVersionUID: 2695910006049980013L

Serialization Methods

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)

Class com.sleepycat.persist.impl.SimpleFormat.FLong extends SimpleFormat implements Serializable

serialVersionUID: 1872661106534776520L

Serialization Methods

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)

Class com.sleepycat.persist.impl.SimpleFormat.FShort extends SimpleFormat implements Serializable

serialVersionUID: -4909138198491785624L

Serialization Methods

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)

Class com.sleepycat.persist.impl.SimpleFormat.FString extends SimpleFormat implements Serializable

serialVersionUID: 5710392786480064612L

Serialization Methods

writeObject

void writeObject(Object o,
                 EntityOutput output,
                 boolean rawAccess)

Package com.sleepycat.persist.model

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.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.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

serialVersionUID: 753416466L

Serialized Fields

e

Throwable e

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

serialVersionUID: 1106961350L


Package com.sleepycat.util.keyrange

Class com.sleepycat.util.keyrange.KeyRangeException extends IllegalArgumentException implements Serializable

serialVersionUID: 1048575489L



Copyright (c) 2004-2010 Oracle. All rights reserved.