Uses of Interface
org.redisson.api.options.ObjectParams
Packages that use ObjectParams
Package
Description
-
Uses of ObjectParams in org.redisson.api.options
Classes in org.redisson.api.options that implement ObjectParamsModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classLocalCachedMapParams<K,V> Configuration for LocalCachedMap object.final classMapCacheParams<K,V> final classMapParams<K,V> final classfinal classfinal class -
Uses of ObjectParams in org.redisson.command
Constructors in org.redisson.command with parameters of type ObjectParamsModifierConstructorDescriptionCommandAsyncService(CommandAsyncExecutor executor, ObjectParams objectParams) -
Uses of ObjectParams in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type ObjectParamsModifierConstructorDescriptionCommandReactiveService(CommandAsyncExecutor executor, ObjectParams objectParams) -
Uses of ObjectParams in org.redisson.rx
Constructors in org.redisson.rx with parameters of type ObjectParamsModifierConstructorDescriptionCommandRxService(CommandAsyncExecutor executor, ObjectParams objectParams)