Uses of Class
com.redis.lettucemod.timeseries.GetResult
-
-
Uses of GetResult in com.redis.lettucemod
Methods in com.redis.lettucemod that return types with arguments of type GetResult Modifier and Type Method Description io.lettuce.core.RedisFuture<java.util.List<GetResult<K,V>>>RedisModulesAsyncCommandsImpl. tsMget(MGetOptions<K,V> options)io.lettuce.core.RedisFuture<java.util.List<GetResult<K,V>>>RedisModulesAsyncCommandsImpl. tsMget(V... filters)reactor.core.publisher.Flux<GetResult<K,V>>RedisModulesReactiveCommandsImpl. tsMget(MGetOptions<K,V> options)reactor.core.publisher.Flux<GetResult<K,V>>RedisModulesReactiveCommandsImpl. tsMget(V... filters)io.lettuce.core.RedisFuture<java.util.List<GetResult<K,V>>>RedisModulesAsyncCommandsImpl. tsMgetWithLabels(V... filters)reactor.core.publisher.Flux<GetResult<K,V>>RedisModulesReactiveCommandsImpl. tsMgetWithLabels(V... filters) -
Uses of GetResult in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async that return types with arguments of type GetResult Modifier and Type Method Description io.lettuce.core.RedisFuture<java.util.List<GetResult<K,V>>>RedisTimeSeriesAsyncCommands. tsMget(MGetOptions<K,V> options)io.lettuce.core.RedisFuture<java.util.List<GetResult<K,V>>>RedisTimeSeriesAsyncCommands. tsMget(V... filters)io.lettuce.core.RedisFuture<java.util.List<GetResult<K,V>>>RedisTimeSeriesAsyncCommands. tsMgetWithLabels(V... filters) -
Uses of GetResult in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive that return types with arguments of type GetResult Modifier and Type Method Description reactor.core.publisher.Flux<GetResult<K,V>>RedisTimeSeriesReactiveCommands. tsMget(MGetOptions<K,V> options)reactor.core.publisher.Flux<GetResult<K,V>>RedisTimeSeriesReactiveCommands. tsMget(V... filters)reactor.core.publisher.Flux<GetResult<K,V>>RedisTimeSeriesReactiveCommands. tsMgetWithLabels(V... filters) -
Uses of GetResult in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync that return types with arguments of type GetResult Modifier and Type Method Description java.util.List<GetResult<K,V>>RedisTimeSeriesCommands. tsMget(MGetOptions<K,V> options)java.util.List<GetResult<K,V>>RedisTimeSeriesCommands. tsMget(V... filters)java.util.List<GetResult<K,V>>RedisTimeSeriesCommands. tsMgetWithLabels(V... filters) -
Uses of GetResult in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster that return types with arguments of type GetResult Modifier and Type Method Description io.lettuce.core.RedisFuture<java.util.List<GetResult<K,V>>>RedisModulesAdvancedClusterAsyncCommandsImpl. tsMget(MGetOptions<K,V> options)io.lettuce.core.RedisFuture<java.util.List<GetResult<K,V>>>RedisModulesAdvancedClusterAsyncCommandsImpl. tsMget(V... filters)reactor.core.publisher.Flux<GetResult<K,V>>RedisModulesAdvancedClusterReactiveCommandsImpl. tsMget(MGetOptions<K,V> options)reactor.core.publisher.Flux<GetResult<K,V>>RedisModulesAdvancedClusterReactiveCommandsImpl. tsMget(V... filters)io.lettuce.core.RedisFuture<java.util.List<GetResult<K,V>>>RedisModulesAdvancedClusterAsyncCommandsImpl. tsMgetWithLabels(V... filters)reactor.core.publisher.Flux<GetResult<K,V>>RedisModulesAdvancedClusterReactiveCommandsImpl. tsMgetWithLabels(V... filters) -
Uses of GetResult in com.redis.lettucemod.output
Methods in com.redis.lettucemod.output that return types with arguments of type GetResult Modifier and Type Method Description io.lettuce.core.output.StreamingOutput.Subscriber<GetResult<K,V>>GetOutput. getSubscriber()Method parameters in com.redis.lettucemod.output with type arguments of type GetResult Modifier and Type Method Description voidGetOutput. setSubscriber(io.lettuce.core.output.StreamingOutput.Subscriber<GetResult<K,V>> subscriber) -
Uses of GetResult in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return types with arguments of type GetResult Modifier and Type Method Description io.lettuce.core.protocol.Command<K,V,java.util.List<GetResult<K,V>>>TimeSeriesCommandBuilder. mget(MGetOptions<K,V> options)io.lettuce.core.protocol.Command<K,V,java.util.List<GetResult<K,V>>>TimeSeriesCommandBuilder. mget(V... filters)io.lettuce.core.protocol.Command<K,V,java.util.List<GetResult<K,V>>>TimeSeriesCommandBuilder. mgetWithLabels(V... filters)
-