Skip navigation links
B D E G H K O P S T W 

B

BITMAP_ID_OF_SMALLEST_TOKEN - Static variable in class org.komamitsu.wormhole4j.Wormhole
 

D

delete(String) - Method in class org.komamitsu.wormhole4j.Wormhole
Deletes a key-value pair if present.

E

equals(Object) - Method in class org.komamitsu.wormhole4j.KeyValue
 

G

get(String) - Method in class org.komamitsu.wormhole4j.Wormhole
Retrieves the value associated with the specified key.
getKey() - Method in class org.komamitsu.wormhole4j.KeyValue
Returns the key.
getValue() - Method in class org.komamitsu.wormhole4j.KeyValue
Returns the value.

H

hashCode() - Method in class org.komamitsu.wormhole4j.KeyValue
 

K

KeyValue<T> - Class in org.komamitsu.wormhole4j
Represents a key-value pair stored in a Wormhole.

O

org.komamitsu.wormhole4j - package org.komamitsu.wormhole4j
 

P

put(String, T) - Method in class org.komamitsu.wormhole4j.Wormhole
Inserts or updates a key-value pair.

S

scan(String, String, boolean, Function<KeyValue<T>, Boolean>) - Method in class org.komamitsu.wormhole4j.Wormhole
Scans a range of keys and applies a function to each result.
scanWithCount(String, int) - Method in class org.komamitsu.wormhole4j.Wormhole
Scans the index starting from a key and collects up to count pairs.
scanWithExclusiveEndKey(String, String, Function<KeyValue<T>, Boolean>) - Method in class org.komamitsu.wormhole4j.Wormhole
Scans a range of keys where the end key is exclusive.
scanWithInclusiveEndKey(String, String, Function<KeyValue<T>, Boolean>) - Method in class org.komamitsu.wormhole4j.Wormhole
Scans a range of keys where the end key is inclusive.
SMALLEST_TOKEN - Static variable in class org.komamitsu.wormhole4j.Wormhole
 

T

toString() - Method in class org.komamitsu.wormhole4j.KeyValue
 
toString() - Method in class org.komamitsu.wormhole4j.Wormhole
 

W

Wormhole<T> - Class in org.komamitsu.wormhole4j
Wormhole is an in-memory ordered index for key-value pairs.
Wormhole() - Constructor for class org.komamitsu.wormhole4j.Wormhole
Creates a Wormhole with the default leaf node size.
Wormhole(int) - Constructor for class org.komamitsu.wormhole4j.Wormhole
Creates a Wormhole with the specified leaf node size.
Wormhole(int, boolean) - Constructor for class org.komamitsu.wormhole4j.Wormhole
Creates a Wormhole with the specified leaf node size and optional debug mode.
B D E G H K O P S T W 
Skip navigation links