| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| com.sleepycat.je.cleaner |
INTERNAL: disk garbage collection.
|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| com.sleepycat.je.evictor |
INTERNAL: Evicts data from the main and off-heap caches when they overflow.
|
| com.sleepycat.je.incomp |
INTERNAL: IN compressor performs background deletion of defunct IN slots
and deletes empty INs.
|
| com.sleepycat.je.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| com.sleepycat.je.log.entry |
INTERNAL: Classes for serializing/materializing log entries.
|
| com.sleepycat.je.recovery |
INTERNAL: Performs recovery/startup processing during Environment open, and
checkpoints to bound recovery time.
|
| com.sleepycat.je.tree |
INTERNAL: Btree data structure (the JE main cache), including persistent
nodes classes, and Btree access methods.
|
| com.sleepycat.je.tree.dupConvert |
INTERNAL: Defunct Btree classes for old duplicate Btrees, only used during
recovery.
|
| com.sleepycat.je.txn |
INTERNAL: Transaction management and locking (concurrency control).
|
| com.sleepycat.je.utilint |
INTERNAL: Misc utility classes, including some stat classes.
|
| Class and Description |
|---|
| LN
An LN represents a Leaf Node in the JE tree.
|
| Class and Description |
|---|
| LN
An LN represents a Leaf Node in the JE tree.
|
| Class and Description |
|---|
| BIN
A BIN represents a Bottom Internal Node in the JE tree.
|
| BINReference
A class that embodies a reference to a BIN that does not rely on a
Java reference to the actual BIN.
|
| IN
An IN represents an Internal Node in the JE tree.
|
| LN
An LN represents a Leaf Node in the JE tree.
|
| NameLN
A NameLN represents a Leaf Node in the name->database id mapping
tree.
|
| Node
A Node contains all the common base information for any JE B-Tree node.
|
| TrackingInfo
Tracking info packages some tree tracing info.
|
| Tree
Tree implements the JE B+Tree.
|
| TreeWalkerStatsAccumulator
Accumulates stats about a tree during tree walking.
|
| Class and Description |
|---|
| BIN
A BIN represents a Bottom Internal Node in the JE tree.
|
| IN
An IN represents an Internal Node in the JE tree.
|
| LN
An LN represents a Leaf Node in the JE tree.
|
| Class and Description |
|---|
| BIN
A BIN represents a Bottom Internal Node in the JE tree.
|
| BINReference
A class that embodies a reference to a BIN that does not rely on a
Java reference to the actual BIN.
|
| IN
An IN represents an Internal Node in the JE tree.
|
| Class and Description |
|---|
| BIN
A BIN represents a Bottom Internal Node in the JE tree.
|
| IN
An IN represents an Internal Node in the JE tree.
|
| OldBINDelta
An OldBINDelta contains the information needed to create a partial (delta)
BIN log entry.
|
| Class and Description |
|---|
| BIN
A BIN represents a Bottom Internal Node in the JE tree.
|
| IN
An IN represents an Internal Node in the JE tree.
|
| LN
An LN represents a Leaf Node in the JE tree.
|
| NameLN
A NameLN represents a Leaf Node in the name->database id mapping
tree.
|
| OldBINDelta
An OldBINDelta contains the information needed to create a partial (delta)
BIN log entry.
|
| Class and Description |
|---|
| IN
An IN represents an Internal Node in the JE tree.
|
| TreeLocation |
| Class and Description |
|---|
| BIN
A BIN represents a Bottom Internal Node in the JE tree.
|
| BINBoundary
Contains information about the BIN returned by a search.
|
| BINDeltaBloomFilter.HashContext |
| BINReference
A class that embodies a reference to a BIN that does not rely on a
Java reference to the actual BIN.
|
| ChildReference
A ChildReference is a reference in the tree from parent to child.
|
| CursorsExistException
Error to indicate that a bottom level BIN has cursors on it during a
delete subtree operation.
|
| IN
An IN represents an Internal Node in the JE tree.
|
| INArrayRep
The base class for the various array representations used by fields
associated with an IN node.
|
| INKeyRep
The abstract class that defines the various formats used to represent
the keys associated with the IN node.
|
| INKeyRep.Type |
| INLongRep
Holds an array of non-negative long values, one for each slot in an IN.
|
| INLongRep.DefaultRep |
| INLongRep.EmptyRep
Initially empty (all values are zero) but will mutate as needed when
non-zero values are passed to set().
|
| INLongRep.SparseRep |
| INTargetRep
The abstract class that defines the various representations used to
represent an array of target pointers to children of an IN node.
|
| INTargetRep.Default |
| INTargetRep.None
Representation used when an IN has no children cached.
|
| INTargetRep.Sparse
Representation used when 1-4 children are cached.
|
| INTargetRep.Type |
| Key
Key represents a JE B-Tree Key.
|
| Key.DumpType |
| LN
An LN represents a Leaf Node in the JE tree.
|
| Node
A Node contains all the common base information for any JE B-Tree node.
|
| NodeNotEmptyException
Error to indicate that a bottom level IN is not empty during a
delete subtree operation.
|
| SearchResult
Contains the result of a tree search
|
| TrackingInfo
Tracking info packages some tree tracing info.
|
| Tree.SearchType
Embodies an enum for the type of search being performed.
|
| TreeLocation |
| TreeWalkerStatsAccumulator
Accumulates stats about a tree during tree walking.
|
| WithRootLatched |
| Class and Description |
|---|
| BIN
A BIN represents a Bottom Internal Node in the JE tree.
|
| ChildReference
A ChildReference is a reference in the tree from parent to child.
|
| IN
An IN represents an Internal Node in the JE tree.
|
| LN
An LN represents a Leaf Node in the JE tree.
|
| Node
A Node contains all the common base information for any JE B-Tree node.
|
| Class and Description |
|---|
| BIN
A BIN represents a Bottom Internal Node in the JE tree.
|
| LN
An LN represents a Leaf Node in the JE tree.
|
| Class and Description |
|---|
| BIN
A BIN represents a Bottom Internal Node in the JE tree.
|
| IN
An IN represents an Internal Node in the JE tree.
|
| Node
A Node contains all the common base information for any JE B-Tree node.
|
| TreeWalkerStatsAccumulator
Accumulates stats about a tree during tree walking.
|
Copyright © 2024. All rights reserved.