Uses of Enum
org.redisson.api.stream.TrimStrategy
Packages that use TrimStrategy
-
Uses of TrimStrategy in org.redisson
Methods in org.redisson with parameters of type TrimStrategyModifier and TypeMethodDescriptionlongRedissonStream.trim(TrimStrategy strategy, int threshold) RedissonStream.trimAsync(TrimStrategy strategy, int threshold) longRedissonStream.trimNonStrict(TrimStrategy strategy, int threshold) longRedissonStream.trimNonStrict(TrimStrategy strategy, int threshold, int limit) RedissonStream.trimNonStrictAsync(TrimStrategy strategy, int threshold) RedissonStream.trimNonStrictAsync(TrimStrategy strategy, int threshold, int limit) -
Uses of TrimStrategy in org.redisson.api
Methods in org.redisson.api with parameters of type TrimStrategyModifier and TypeMethodDescriptionlongRStream.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.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.RStreamAsync.trimNonStrictAsync(TrimStrategy strategy, int threshold) Deprecated.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 TrimStrategyModifier and TypeMethodDescriptionstatic TrimStrategyDeprecated.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 TrimStrategyModifier and TypeMethodDescriptionStreamAddArgs.trim(TrimStrategy strategy, int threshold) Deprecated.StreamAddArgs.trim(TrimStrategy strategy, int threshold, int limit) Deprecated.StreamAddParams.trim(TrimStrategy strategy, int threshold) StreamAddParams.trim(TrimStrategy strategy, int threshold, int limit) StreamAddArgs.trimStrict(TrimStrategy strategy, int threshold) Deprecated.StreamAddParams.trimStrict(TrimStrategy strategy, int threshold)