| 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 |
INLongRep.DefaultRep |
static class |
INLongRep.EmptyRep
Initially empty (all values are zero) but will mutate as needed when
non-zero values are passed to set().
|
static class |
INLongRep.SparseRep |
| Modifier and Type | Method and Description |
|---|---|
abstract INLongRep |
INLongRep.clear(IN parent,
INLongRep.EmptyRep emptyRep) |
INLongRep |
INLongRep.EmptyRep.clear(IN parent,
INLongRep.EmptyRep emptyRep) |
INLongRep |
INLongRep.DefaultRep.clear(IN parent,
INLongRep.EmptyRep emptyRep) |
INLongRep |
INLongRep.SparseRep.clear(IN parent,
INLongRep.EmptyRep emptyRep) |
abstract INLongRep |
INLongRep.compact(IN parent,
INLongRep.EmptyRep emptyRep) |
INLongRep |
INLongRep.EmptyRep.compact(IN parent,
INLongRep.EmptyRep emptyRep) |
INLongRep |
INLongRep.DefaultRep.compact(IN parent,
INLongRep.EmptyRep emptyRep) |
INLongRep |
INLongRep.SparseRep.compact(IN parent,
INLongRep.EmptyRep emptyRep) |
abstract INLongRep |
INLongRep.copy(int from,
int to,
int n,
IN parent) |
INLongRep |
INLongRep.EmptyRep.copy(int from,
int to,
int n,
IN parent) |
INLongRep |
INLongRep.DefaultRep.copy(int from,
int to,
int n,
IN parent) |
INLongRep |
INLongRep.SparseRep.copy(int from,
int to,
int n,
IN parent) |
INLongRep |
BIN.getVLSNCache()
For unit testing.
|
abstract INLongRep |
INLongRep.resize(int capacity) |
INLongRep |
INLongRep.EmptyRep.resize(int capacity) |
abstract INLongRep |
INLongRep.set(int idx,
long val,
IN parent) |
INLongRep |
INLongRep.EmptyRep.set(int idx,
long val,
IN parent)
When adding to the cache the EMPTY_REP is mutated into a
DefaultRep.
|
INLongRep |
INLongRep.DefaultRep.set(int idx,
long val,
IN parent)
Mutates to a DefaultRep with a larger number of bytes if necessary
to hold the given value.
|
INLongRep |
INLongRep.SparseRep.set(int idx,
long val,
IN parent) |
Copyright © 2024. All rights reserved.