K - Key type.V - Value type.public interface AggregateCommands<K,V>
| Modifier and Type | Method and Description |
|---|---|
AggregateResults<K,V> |
aggregate(K index,
V query) |
AggregateResults<K,V> |
aggregate(K index,
V query,
AggregateOptions options) |
AggregateWithCursorResults<K,V> |
aggregate(K index,
V query,
Cursor cursor) |
AggregateWithCursorResults<K,V> |
aggregate(K index,
V query,
Cursor cursor,
AggregateOptions options) |
java.lang.String |
cursorDelete(K index,
long cursor) |
AggregateWithCursorResults<K,V> |
cursorRead(K index,
long cursor) |
AggregateWithCursorResults<K,V> |
cursorRead(K index,
long cursor,
long count) |
AggregateResults<K,V> aggregate(K index, V query)
AggregateResults<K,V> aggregate(K index, V query, AggregateOptions options)
AggregateWithCursorResults<K,V> aggregate(K index, V query, Cursor cursor, AggregateOptions options)
AggregateWithCursorResults<K,V> cursorRead(K index, long cursor)
AggregateWithCursorResults<K,V> cursorRead(K index, long cursor, long count)
java.lang.String cursorDelete(K index, long cursor)