Package org.redisson.api.options
Interface JsonBucketOptions<V>
- All Superinterfaces:
CodecOptions<JsonBucketOptions<V>,
,JsonCodec<V>> InvocationOptions<JsonBucketOptions<V>>
- All Known Implementing Classes:
JsonBucketParams
RJsonBucket
instance options- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionstatic <V> JsonBucketOptions
<V> Creates options with the name of object instanceMethods inherited from interface org.redisson.api.options.CodecOptions
codec
Methods 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
-