Uses of Class
com.redis.lettucemod.timeseries.Sample
-
-
Uses of Sample in com.redis.lettucemod
Methods in com.redis.lettucemod that return types with arguments of type Sample Modifier and Type Method Description io.lettuce.core.RedisFuture<Sample>RedisModulesAsyncCommandsImpl. tsGet(K key)reactor.core.publisher.Mono<Sample>RedisModulesReactiveCommandsImpl. tsGet(K key)io.lettuce.core.RedisFuture<java.util.List<Sample>>RedisModulesAsyncCommandsImpl. tsRange(K key, TimeRange range)io.lettuce.core.RedisFuture<java.util.List<Sample>>RedisModulesAsyncCommandsImpl. tsRange(K key, TimeRange range, RangeOptions options)reactor.core.publisher.Flux<Sample>RedisModulesReactiveCommandsImpl. tsRange(K key, TimeRange range)reactor.core.publisher.Flux<Sample>RedisModulesReactiveCommandsImpl. tsRange(K key, TimeRange range, RangeOptions options)io.lettuce.core.RedisFuture<java.util.List<Sample>>RedisModulesAsyncCommandsImpl. tsRevrange(K key, TimeRange range)io.lettuce.core.RedisFuture<java.util.List<Sample>>RedisModulesAsyncCommandsImpl. tsRevrange(K key, TimeRange range, RangeOptions options)reactor.core.publisher.Flux<Sample>RedisModulesReactiveCommandsImpl. tsRevrange(K key, TimeRange range)reactor.core.publisher.Flux<Sample>RedisModulesReactiveCommandsImpl. tsRevrange(K key, TimeRange range, RangeOptions options)Methods in com.redis.lettucemod with parameters of type Sample Modifier and Type Method Description io.lettuce.core.RedisFuture<java.lang.Long>RedisModulesAsyncCommandsImpl. tsAdd(K key, Sample sample)io.lettuce.core.RedisFuture<java.lang.Long>RedisModulesAsyncCommandsImpl. tsAdd(K key, Sample sample, AddOptions<K,V> options)reactor.core.publisher.Mono<java.lang.Long>RedisModulesReactiveCommandsImpl. tsAdd(K key, Sample sample)reactor.core.publisher.Mono<java.lang.Long>RedisModulesReactiveCommandsImpl. tsAdd(K key, Sample sample, AddOptions<K,V> options) -
Uses of Sample in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async that return types with arguments of type Sample Modifier and Type Method Description io.lettuce.core.RedisFuture<Sample>RedisTimeSeriesAsyncCommands. tsGet(K key)Get the last sample.io.lettuce.core.RedisFuture<java.util.List<Sample>>RedisTimeSeriesAsyncCommands. tsRange(K key, TimeRange range)io.lettuce.core.RedisFuture<java.util.List<Sample>>RedisTimeSeriesAsyncCommands. tsRange(K key, TimeRange range, RangeOptions options)io.lettuce.core.RedisFuture<java.util.List<Sample>>RedisTimeSeriesAsyncCommands. tsRevrange(K key, TimeRange range)io.lettuce.core.RedisFuture<java.util.List<Sample>>RedisTimeSeriesAsyncCommands. tsRevrange(K key, TimeRange range, RangeOptions options)Methods in com.redis.lettucemod.api.async with parameters of type Sample Modifier and Type Method Description io.lettuce.core.RedisFuture<java.lang.Long>RedisTimeSeriesAsyncCommands. tsAdd(K key, Sample sample)io.lettuce.core.RedisFuture<java.lang.Long>RedisTimeSeriesAsyncCommands. tsAdd(K key, Sample sample, AddOptions<K,V> options) -
Uses of Sample in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive that return types with arguments of type Sample Modifier and Type Method Description reactor.core.publisher.Mono<Sample>RedisTimeSeriesReactiveCommands. tsGet(K key)reactor.core.publisher.Flux<Sample>RedisTimeSeriesReactiveCommands. tsRange(K key, TimeRange range)reactor.core.publisher.Flux<Sample>RedisTimeSeriesReactiveCommands. tsRange(K key, TimeRange range, RangeOptions options)reactor.core.publisher.Flux<Sample>RedisTimeSeriesReactiveCommands. tsRevrange(K key, TimeRange range)reactor.core.publisher.Flux<Sample>RedisTimeSeriesReactiveCommands. tsRevrange(K key, TimeRange range, RangeOptions options)Methods in com.redis.lettucemod.api.reactive with parameters of type Sample Modifier and Type Method Description reactor.core.publisher.Mono<java.lang.Long>RedisTimeSeriesReactiveCommands. tsAdd(K key, Sample sample)reactor.core.publisher.Mono<java.lang.Long>RedisTimeSeriesReactiveCommands. tsAdd(K key, Sample sample, AddOptions<K,V> options) -
Uses of Sample in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync that return Sample Modifier and Type Method Description SampleRedisTimeSeriesCommands. tsGet(K key)Get the last sample.Methods in com.redis.lettucemod.api.sync that return types with arguments of type Sample Modifier and Type Method Description java.util.List<Sample>RedisTimeSeriesCommands. tsRange(K key, TimeRange range)java.util.List<Sample>RedisTimeSeriesCommands. tsRange(K key, TimeRange range, RangeOptions options)java.util.List<Sample>RedisTimeSeriesCommands. tsRevrange(K key, TimeRange range)java.util.List<Sample>RedisTimeSeriesCommands. tsRevrange(K key, TimeRange range, RangeOptions options)Methods in com.redis.lettucemod.api.sync with parameters of type Sample Modifier and Type Method Description java.lang.LongRedisTimeSeriesCommands. tsAdd(K key, Sample sample)java.lang.LongRedisTimeSeriesCommands. tsAdd(K key, Sample sample, AddOptions<K,V> options) -
Uses of Sample in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster that return types with arguments of type Sample Modifier and Type Method Description io.lettuce.core.RedisFuture<Sample>RedisModulesAdvancedClusterAsyncCommandsImpl. tsGet(K key)reactor.core.publisher.Mono<Sample>RedisModulesAdvancedClusterReactiveCommandsImpl. tsGet(K key)io.lettuce.core.RedisFuture<java.util.List<Sample>>RedisModulesAdvancedClusterAsyncCommandsImpl. tsRange(K key, TimeRange range)io.lettuce.core.RedisFuture<java.util.List<Sample>>RedisModulesAdvancedClusterAsyncCommandsImpl. tsRange(K key, TimeRange range, RangeOptions options)reactor.core.publisher.Flux<Sample>RedisModulesAdvancedClusterReactiveCommandsImpl. tsRange(K key, TimeRange range)reactor.core.publisher.Flux<Sample>RedisModulesAdvancedClusterReactiveCommandsImpl. tsRange(K key, TimeRange range, RangeOptions options)io.lettuce.core.RedisFuture<java.util.List<Sample>>RedisModulesAdvancedClusterAsyncCommandsImpl. tsRevrange(K key, TimeRange range)io.lettuce.core.RedisFuture<java.util.List<Sample>>RedisModulesAdvancedClusterAsyncCommandsImpl. tsRevrange(K key, TimeRange range, RangeOptions options)reactor.core.publisher.Flux<Sample>RedisModulesAdvancedClusterReactiveCommandsImpl. tsRevrange(K key, TimeRange range)reactor.core.publisher.Flux<Sample>RedisModulesAdvancedClusterReactiveCommandsImpl. tsRevrange(K key, TimeRange range, RangeOptions options)Methods in com.redis.lettucemod.cluster with parameters of type Sample Modifier and Type Method Description io.lettuce.core.RedisFuture<java.lang.Long>RedisModulesAdvancedClusterAsyncCommandsImpl. tsAdd(K key, Sample sample)io.lettuce.core.RedisFuture<java.lang.Long>RedisModulesAdvancedClusterAsyncCommandsImpl. tsAdd(K key, Sample sample, AddOptions<K,V> options)reactor.core.publisher.Mono<java.lang.Long>RedisModulesAdvancedClusterReactiveCommandsImpl. tsAdd(K key, Sample sample)reactor.core.publisher.Mono<java.lang.Long>RedisModulesAdvancedClusterReactiveCommandsImpl. tsAdd(K key, Sample sample, AddOptions<K,V> options) -
Uses of Sample in com.redis.lettucemod.output
Methods in com.redis.lettucemod.output that return types with arguments of type Sample Modifier and Type Method Description io.lettuce.core.output.StreamingOutput.Subscriber<Sample>SampleListOutput. getSubscriber()Method parameters in com.redis.lettucemod.output with type arguments of type Sample Modifier and Type Method Description voidSampleListOutput. setSubscriber(io.lettuce.core.output.StreamingOutput.Subscriber<Sample> subscriber) -
Uses of Sample in com.redis.lettucemod.timeseries
Subclasses of Sample in com.redis.lettucemod.timeseries Modifier and Type Class Description classKeySample<K>Methods in com.redis.lettucemod.timeseries that return Sample Modifier and Type Method Description SampleSample.Builder. build()SampleGetResult. getSample()static SampleSample. of(double value)static SampleSample. of(long timestamp, double value)SampleSample.Builder. timestamp(long timestamp)Methods in com.redis.lettucemod.timeseries that return types with arguments of type Sample Modifier and Type Method Description io.lettuce.core.protocol.Command<K,V,Sample>TimeSeriesCommandBuilder. get(K key)java.util.List<Sample>RangeResult. getSamples()io.lettuce.core.protocol.Command<K,V,java.util.List<Sample>>TimeSeriesCommandBuilder. range(K key, TimeRange range)io.lettuce.core.protocol.Command<K,V,java.util.List<Sample>>TimeSeriesCommandBuilder. range(K key, TimeRange range, RangeOptions options)io.lettuce.core.protocol.Command<K,V,java.util.List<Sample>>TimeSeriesCommandBuilder. revrange(K key, TimeRange range)io.lettuce.core.protocol.Command<K,V,java.util.List<Sample>>TimeSeriesCommandBuilder. revrange(K key, TimeRange range, RangeOptions options)Methods in com.redis.lettucemod.timeseries with parameters of type Sample Modifier and Type Method Description io.lettuce.core.protocol.Command<K,V,java.lang.Long>TimeSeriesCommandBuilder. add(K key, Sample sample)io.lettuce.core.protocol.Command<K,V,java.lang.Long>TimeSeriesCommandBuilder. add(K key, Sample sample, AddOptions<K,V> options)voidGetResult. setSample(Sample sample)Method parameters in com.redis.lettucemod.timeseries with type arguments of type Sample Modifier and Type Method Description voidRangeResult. setSamples(java.util.List<Sample> samples)
-