| Package | Description |
|---|---|
| tech.mlsql.common.utils.kv |
| Modifier and Type | Method and Description |
|---|---|
KVStoreView<T> |
KVStoreView.first(Object value)
Iterates starting at the given value of the chosen index (inclusive).
|
KVStoreView<T> |
KVStoreView.index(String name)
Iterates according to the given index.
|
KVStoreView<T> |
KVStoreView.last(Object value)
Stops iteration at the given value of the chosen index (inclusive).
|
KVStoreView<T> |
KVStoreView.max(long max)
Stops iteration after a number of elements has been retrieved.
|
KVStoreView<T> |
KVStoreView.parent(Object value)
Defines the value of the parent index when iterating over a child index.
|
KVStoreView<T> |
KVStoreView.reverse()
Reverses the order of iteration.
|
KVStoreView<T> |
KVStoreView.skip(long n)
Skips a number of elements at the start of iteration.
|
<T> KVStoreView<T> |
KVStore.view(Class<T> type)
Returns a configurable view for iterating over entities of the given type.
|
<T> KVStoreView<T> |
LevelDB.view(Class<T> type) |
<T> KVStoreView<T> |
InMemoryStore.view(Class<T> type) |
Copyright © 2020. All rights reserved.