| 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 | Method and Description |
|---|---|
BIN |
Tree.search(byte[] key,
Tree.SearchType searchType,
BINBoundary binBoundary,
CacheMode cacheMode,
Comparator<byte[]> comparator)
Search the tree, starting at the root.
|
Copyright © 2024. All rights reserved.