| 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 |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
INTargetRep |
INTargetRep.Default.compact(IN parent) |
INTargetRep |
INTargetRep.Sparse.compact(IN parent) |
INTargetRep |
INTargetRep.None.compact(IN parent) |
INTargetRep |
INTargetRep.Default.copy(int from,
int to,
int n,
IN parent) |
INTargetRep |
INTargetRep.Sparse.copy(int from,
int to,
int n,
IN parent) |
INTargetRep |
INTargetRep.None.copy(int from,
int to,
int n,
IN parent) |
INTargetRep |
IN.getTargets() |
INTargetRep |
INTargetRep.Default.set(int idx,
Node node,
IN parent) |
INTargetRep |
INTargetRep.Sparse.set(int j,
Node node,
IN parent) |
INTargetRep |
INTargetRep.None.set(int idx,
Node node,
IN parent) |
Copyright © 2024. All rights reserved.