Package com.sleepycat.db

Berkeley DB Java API
[reference guide] [Java programming notes].

See:
          Description

Interface Summary
BtreePrefixCalculator  
ErrorHandler  
EventHandler  
FeedbackHandler  
Hasher  
LogRecordHandler  
MessageHandler  
PanicHandler  
RecordNumberAppender  
ReplicationTransport  
SecondaryKeyCreator  
 

Class Summary
BtreeStats  
CacheFile  
CacheFilePriority  
CacheFileStats  
CacheStats  
CheckpointConfig  
CompactConfig  
CompactStats  
Cursor  
CursorConfig  
Database  
DatabaseConfig  
DatabaseEntry  
DatabaseStats  
DatabaseType  
Environment  
EnvironmentConfig  
EventType  
HashStats  
JoinConfig  
JoinCursor  
KeyRange  
Lock  
LockDetectMode  
LockMode  
LockOperation  
LockRequest  
LockRequestMode  
LockStats  
LogCursor  
LogSequenceNumber  
LogStats  
MultipleDataEntry  
MultipleEntry  
MultipleKeyDataEntry  
MultipleKeyNIODataEntry  
MultipleNIODataEntry  
MultipleRecnoDataEntry  
MultipleRecnoNIODataEntry  
MutexStats  
OperationStatus  
PreparedTransaction  
QueueStats  
RecoveryOperation  
ReplicationConfig  
ReplicationHostAddress  
ReplicationManagerAckPolicy  
ReplicationManagerStartPolicy  
ReplicationStats  
ReplicationStatus  
ReplicationTimeoutType  
SecondaryConfig  
SecondaryCursor  
SecondaryDatabase  
Sequence  
SequenceConfig  
SequenceStats  
StatsConfig  
Transaction  
TransactionConfig  
TransactionStats  
TransactionStats.Active  
VerifyConfig  
 

Exception Summary
DatabaseException  
DeadlockException  
LockNotGrantedException  
MemoryException  
ReplicationDuplicateMasterException  
ReplicationHandleDeadException  
ReplicationHoldElectionException  
ReplicationJoinFailureException  
ReplicationLockoutException  
ReplicationSiteUnavailableException  
RunRecoveryException  
VersionMismatchException  
 

Package com.sleepycat.db Description

Berkeley DB Java API
[reference guide] [Java programming notes].

This package is a wrapper around the Berkeley DB library. It uses JNI to provide access to Berkeley DB, which is implemented in C. That means that a shared library or DLL must be available when applications use this package.

There are also several utilities provided with Berkeley DB that make administrative tasks possible from the command line. For more information, see the page Berkeley DB Supporting Utilities.