| Package | Description |
|---|---|
| com.sleepycat.je.tree |
INTERNAL: Btree data structure (the JE main cache), including persistent
nodes classes, and Btree access methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
INKeyRep
The abstract class that defines the various formats used to represent
the keys associated with the IN node.
|
static class |
INKeyRep.Default
The default representation that's capable of storing keys of any size.
|
static class |
INKeyRep.MaxKeySize
The compact representation that can be used to represent keys LTE 16
bytes in length.
|
class |
INTargetRep
The abstract class that defines the various representations used to
represent an array of target pointers to children of an IN node.
|
static class |
INTargetRep.Default |
static class |
INTargetRep.None
Representation used when an IN has no children cached.
|
static class |
INTargetRep.Sparse
Representation used when 1-4 children are cached.
|
Copyright © 2024. All rights reserved.