| 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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
INKeyRep |
INKeyRep.Default.compact(IN parent)
Evolves to the MaxKeySize representation if that is more efficient
for the current set of keys.
|
INKeyRep |
INKeyRep.MaxKeySize.compact(IN parent) |
INKeyRep |
INKeyRep.Default.copy(int from,
int to,
int n,
IN parent) |
INKeyRep |
INKeyRep.MaxKeySize.copy(int from,
int to,
int n,
IN parent) |
INKeyRep |
IN.getKeyVals() |
INKeyRep |
INKeyRep.Default.resize(int capacity) |
INKeyRep |
INKeyRep.MaxKeySize.resize(int capacity) |
abstract INKeyRep |
INKeyRep.set(int idx,
byte[] key,
byte[] data,
IN parent) |
INKeyRep |
INKeyRep.Default.set(int idx,
byte[] key,
byte[] data,
IN parent) |
INKeyRep |
INKeyRep.MaxKeySize.set(int idx,
byte[] key,
byte[] data,
IN parent) |
INKeyRep |
INKeyRep.Default.set(int idx,
byte[] key,
IN parent) |
INKeyRep |
INKeyRep.MaxKeySize.set(int idx,
byte[] key,
IN parent) |
abstract INKeyRep |
INKeyRep.setData(int idx,
byte[] data,
IN parent) |
INKeyRep |
INKeyRep.Default.setData(int idx,
byte[] data,
IN parent) |
INKeyRep |
INKeyRep.MaxKeySize.setData(int idx,
byte[] data,
IN parent) |
Copyright © 2024. All rights reserved.