- get
Looks up the value of multiple keys.
- initialize
Initializes the BTreeIndex by fetching metadata from the external data source.
This method must be i
- isInitialized
Gets a value indicating whether this BTreeIndex instance is initialized or not.
- iterator
Returns an AsyncIterator that will iterate through all the keys within the
specified bounds. All ite
- update
Inserts, updates or removes the given Page Entries into the index. If
PageEntry#getValue() is null,
- applyUpdates
Executes the given updates on the index. Loads up any necessary BTreePage
instances in memory but do
- calculateMinOffset
Calculates the Minimum Page Offset for this PageWrapper. The Minimum Page Offset
is the smallest of
- createEmptyIndexPage
- createEmptyLeafPage
- deserializePointer
- deserializePointerMinOffset
- ensureInitialized