| Package | Description |
|---|---|
| com.orientechnologies.orient.core.storage.index.sbtree | |
| com.orientechnologies.orient.core.storage.index.sbtreebonsai.local |
| Modifier and Type | Class and Description |
|---|---|
static class |
OTreeInternal.AccumulativeListener<K,V> |
| Modifier and Type | Method and Description |
|---|---|
void |
OTreeInternal.loadEntriesMajor(K key,
boolean inclusive,
boolean ascSortOrder,
OTreeInternal.RangeResultListener<K,V> listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
OSBTreeBonsai.loadEntriesBetween(K keyFrom,
boolean fromInclusive,
K keyTo,
boolean toInclusive,
OTreeInternal.RangeResultListener<K,V> listener) |
void |
OSBTreeBonsaiLocal.loadEntriesBetween(K keyFrom,
boolean fromInclusive,
K keyTo,
boolean toInclusive,
OTreeInternal.RangeResultListener<K,V> listener) |
void |
OSBTreeBonsai.loadEntriesMajor(K key,
boolean inclusive,
boolean ascSortOrder,
OTreeInternal.RangeResultListener<K,V> listener) |
void |
OSBTreeBonsaiLocal.loadEntriesMajor(K key,
boolean inclusive,
boolean ascSortOrder,
OTreeInternal.RangeResultListener<K,V> listener)
Load all entries with key greater then specified key.
|
void |
OSBTreeBonsai.loadEntriesMinor(K key,
boolean inclusive,
OTreeInternal.RangeResultListener<K,V> listener) |
void |
OSBTreeBonsaiLocal.loadEntriesMinor(K key,
boolean inclusive,
OTreeInternal.RangeResultListener<K,V> listener) |
Copyright © 2009–2025 OrientDB. All rights reserved.