Package org.redisson.api.options
Interface JsonBucketOptions<V>
- All Superinterfaces:
CodecOptions<JsonBucketOptions<V>,,JsonCodec> InvocationOptions<JsonBucketOptions<V>>
- All Known Implementing Classes:
JsonBucketParams
RJsonBucket instance options- Author:
- Nikita Koksharov
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <V> JsonBucketOptions<V> Creates options with the name of object instanceMethods inherited from interface org.redisson.api.options.CodecOptions
codecMethods inherited from interface org.redisson.api.options.InvocationOptions
retryAttempts, retryInterval, timeout
-
Method Details
-
name
Creates options with the name of object instance- Parameters:
name- of object instance- Returns:
- options instance
-