-
Method Summary
void
void
Iterator over keys in the specified range
void
default boolean
Whether the store is persistent.
void
-
Method Details
-
isPersistent
default boolean isPersistent()
Whether the store is persistent.
- Returns:
- whether the store is persistent
-
-
-
-
getAll
Iterator over keys in the specified range
- Parameters:
key1 - If key1 is null, start from the first key in sorted order
key2 - If key2 is null, end at the last key
- Returns:
- Iterator over keys in the half-open interval [key1, key2). If both keys are null,
return an iterator over all keys in the database
- Throws:
StoreException
-
-
-
-
-