Package org.redisson.api.options
Interface MapOptions<K,V>
- Type Parameters:
K-V-
- All Superinterfaces:
CodecOptions<MapOptions<K,,V>, Codec> ExMapOptions<MapOptions<K,,V>, K, V> InvocationOptions<MapOptions<K,V>>
- All Known Implementing Classes:
MapParams
RMap instance options.- Author:
- Nikita Koksharov
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <K,V> MapOptions <K, 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.ExMapOptions
loader, loaderAsync, writeBehindBatchSize, writeBehindDelay, writeMode, writer, writerAsync, writeRetryAttempts, writeRetryIntervalMethods 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
-