Uses of Class
com.redis.lettucemod.search.AggregateWithCursorResults
Packages that use AggregateWithCursorResults
Package
Description
-
Uses of AggregateWithCursorResults in com.redis.lettucemod
Methods in com.redis.lettucemod that return types with arguments of type AggregateWithCursorResultsModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RedisModulesAsyncCommandsImpl.ftAggregate(K index, V query, CursorOptions cursor) io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RedisModulesAsyncCommandsImpl.ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RedisModulesReactiveCommandsImpl.ftAggregate(K index, V query, CursorOptions cursor) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RedisModulesReactiveCommandsImpl.ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RedisModulesAsyncCommandsImpl.ftCursorRead(K index, long cursor) io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RedisModulesAsyncCommandsImpl.ftCursorRead(K index, long cursor, long count) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RedisModulesReactiveCommandsImpl.ftCursorRead(K index, long cursor) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RedisModulesReactiveCommandsImpl.ftCursorRead(K index, long cursor, long count) -
Uses of AggregateWithCursorResults in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async that return types with arguments of type AggregateWithCursorResultsModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RediSearchAsyncCommands.ftAggregate(K index, V query, CursorOptions cursor) io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RediSearchAsyncCommands.ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RediSearchAsyncCommands.ftCursorRead(K index, long cursor) io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RediSearchAsyncCommands.ftCursorRead(K index, long cursor, long count) -
Uses of AggregateWithCursorResults in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive that return types with arguments of type AggregateWithCursorResultsModifier and TypeMethodDescriptionreactor.core.publisher.Mono<AggregateWithCursorResults<K>>RediSearchReactiveCommands.ftAggregate(K index, V query, CursorOptions cursor) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RediSearchReactiveCommands.ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RediSearchReactiveCommands.ftCursorRead(K index, long cursor) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RediSearchReactiveCommands.ftCursorRead(K index, long cursor, long count) -
Uses of AggregateWithCursorResults in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync that return AggregateWithCursorResultsModifier and TypeMethodDescriptionRediSearchCommands.ftAggregate(K index, V query, CursorOptions cursor) RediSearchCommands.ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) RediSearchCommands.ftCursorRead(K index, long cursor) RediSearchCommands.ftCursorRead(K index, long cursor, long count) -
Uses of AggregateWithCursorResults in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster that return types with arguments of type AggregateWithCursorResultsModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RedisModulesAdvancedClusterAsyncCommandsImpl.ftAggregate(K index, V query, CursorOptions cursor) io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RedisModulesAdvancedClusterAsyncCommandsImpl.ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RedisModulesAdvancedClusterReactiveCommandsImpl.ftAggregate(K index, V query, CursorOptions cursor) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RedisModulesAdvancedClusterReactiveCommandsImpl.ftAggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RedisModulesAdvancedClusterAsyncCommandsImpl.ftCursorRead(K index, long cursor) io.lettuce.core.RedisFuture<AggregateWithCursorResults<K>>RedisModulesAdvancedClusterAsyncCommandsImpl.ftCursorRead(K index, long cursor, long count) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RedisModulesAdvancedClusterReactiveCommandsImpl.ftCursorRead(K index, long cursor) reactor.core.publisher.Mono<AggregateWithCursorResults<K>>RedisModulesAdvancedClusterReactiveCommandsImpl.ftCursorRead(K index, long cursor, long count) -
Uses of AggregateWithCursorResults in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return types with arguments of type AggregateWithCursorResultsModifier and TypeMethodDescriptionio.lettuce.core.protocol.Command<K,V, AggregateWithCursorResults<K>> SearchCommandBuilder.aggregate(K index, V query, CursorOptions cursor, AggregateOptions<K, V> options) io.lettuce.core.protocol.Command<K,V, AggregateWithCursorResults<K>> SearchCommandBuilder.cursorRead(K index, long cursor, Long count)