| Package | Description |
|---|---|
| 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.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.
|
| Constructor and Description |
|---|
DeltaINEntry(SizeofMarker marker) |
INEntry(SizeofMarker marker) |
| Constructor and Description |
|---|
BIN(SizeofMarker marker)
For Sizeof.
|
Default(SizeofMarker marker) |
Default(SizeofMarker marker) |
DefaultRep(SizeofMarker marker) |
IN(SizeofMarker marker)
For Sizeof.
|
LN(SizeofMarker marker,
DatabaseEntry dbt)
For Sizeof.
|
MaxKeySize(SizeofMarker marker) |
None(SizeofMarker marker) |
OldBINDelta(SizeofMarker marker)
For Sizeof.
|
Sparse(SizeofMarker marker) |
SparseRep(SizeofMarker marker) |
VersionedLN(SizeofMarker marker,
DatabaseEntry dbt)
For Sizeof.
|
| Constructor and Description |
|---|
DBIN(SizeofMarker marker)
For Sizeof, set all array fields to null, since they are not part of the
fixed overhead.
|
DIN(SizeofMarker marker)
For Sizeof, set all array fields to null, since they are not part of the
fixed overhead.
|
Copyright © 2024. All rights reserved.