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