Uses of Class
org.redisson.api.stream.TrimStrategy
-
Packages that use TrimStrategy Package Description org.redisson org.redisson.api org.redisson.api.stream -
-
Uses of TrimStrategy in org.redisson
Methods in org.redisson with parameters of type TrimStrategy Modifier and Type Method Description longRedissonStream. trim(TrimStrategy strategy, int threshold)RFuture<Long>RedissonStream. trimAsync(TrimStrategy strategy, int threshold)longRedissonStream. trimNonStrict(TrimStrategy strategy, int threshold)longRedissonStream. trimNonStrict(TrimStrategy strategy, int threshold, int limit)RFuture<Long>RedissonStream. trimNonStrictAsync(TrimStrategy strategy, int threshold)RFuture<Long>RedissonStream. trimNonStrictAsync(TrimStrategy strategy, int threshold, int limit) -
Uses of TrimStrategy in org.redisson.api
Methods in org.redisson.api with parameters of type TrimStrategy Modifier and Type Method Description longRStream. trim(TrimStrategy strategy, int threshold)Deprecated.reactor.core.publisher.Mono<Long>RStreamReactive. trim(TrimStrategy strategy, int threshold)Deprecated.io.reactivex.rxjava3.core.Single<Long>RStreamRx. trim(TrimStrategy strategy, int threshold)Deprecated.RFuture<Long>RStreamAsync. trimAsync(TrimStrategy strategy, int threshold)Deprecated.longRStream. trimNonStrict(TrimStrategy strategy, int threshold)Deprecated.longRStream. trimNonStrict(TrimStrategy strategy, int threshold, int limit)Deprecated.reactor.core.publisher.Mono<Long>RStreamReactive. trimNonStrict(TrimStrategy strategy, int threshold)Deprecated.reactor.core.publisher.Mono<Long>RStreamReactive. trimNonStrict(TrimStrategy strategy, int threshold, int limit)Deprecated.io.reactivex.rxjava3.core.Single<Long>RStreamRx. trimNonStrict(TrimStrategy strategy, int threshold)Deprecated.io.reactivex.rxjava3.core.Single<Long>RStreamRx. trimNonStrict(TrimStrategy strategy, int threshold, int limit)Deprecated.RFuture<Long>RStreamAsync. trimNonStrictAsync(TrimStrategy strategy, int threshold)Deprecated.RFuture<Long>RStreamAsync. trimNonStrictAsync(TrimStrategy strategy, int threshold, int limit)Deprecated. -
Uses of TrimStrategy in org.redisson.api.stream
Methods in org.redisson.api.stream that return TrimStrategy Modifier and Type Method Description static TrimStrategyTrimStrategy. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static TrimStrategy[]TrimStrategy. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api.stream with parameters of type TrimStrategy Modifier and Type Method Description StreamAddArgs<K,V>StreamAddArgs. trim(TrimStrategy strategy, int threshold)Deprecated.StreamAddArgs<K,V>StreamAddArgs. trim(TrimStrategy strategy, int threshold, int limit)Deprecated.StreamAddArgs<K,V>StreamAddArgs. trimStrict(TrimStrategy strategy, int threshold)Deprecated.
-