- factoryInvoker(Element, String, String, Object[], ParserContext) - Method in class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- factoryInvoker(Element, Object, String, Object[], ParserContext) - Method in class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- factoryInvoker(String, String, Object[], ParserContext) - Method in class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- factoryInvoker(Object, String, Object[], ParserContext) - Method in class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- failedLocksLimit() - Method in class org.redisson.RedissonMultiLock
-
- failedLocksLimit() - Method in class org.redisson.RedissonRedLock
-
- fastPut(K, V) - Method in interface org.redisson.api.RMap
-
Associates the specified value
with the specified key
.
- fastPut(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
-
Stores value mapped by key with specified time to live.
- fastPut(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
-
Stores value mapped by key with specified time to live and max idle time.
- fastPut(K, V) - Method in interface org.redisson.api.RMapReactive
-
Associates the specified value
with the specified key
in manner.
- fastPut(K, V) - Method in class org.redisson.reactive.RedissonMapCacheReactive
-
- fastPut(K, V) - Method in class org.redisson.reactive.RedissonMapReactive
-
- fastPut(K, V) - Method in class org.redisson.RedissonMap
-
- fastPut(K, V, long, TimeUnit) - Method in class org.redisson.RedissonMapCache
-
- fastPut(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.redisson.RedissonMapCache
-
- fastPutAsync(K, V) - Method in interface org.redisson.api.RMapAsync
-
Associates the specified value
with the specified key
in async manner.
- fastPutAsync(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheAsync
-
Stores value mapped by key with specified time to live.
- fastPutAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheAsync
-
Stores value mapped by key with specified time to live and max idle time.
- fastPutAsync(K, V) - Method in class org.redisson.RedissonLocalCachedMap
-
- fastPutAsync(K, V) - Method in class org.redisson.RedissonMap
-
- fastPutAsync(K, V, long, TimeUnit) - Method in class org.redisson.RedissonMapCache
-
- fastPutAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.redisson.RedissonMapCache
-
- fastPutAsync(K, V) - Method in class org.redisson.RedissonMapCache
-
- fastPutIfAbsent(K, V) - Method in interface org.redisson.api.RMap
-
- fastPutIfAbsent(K, V, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
-
If the specified key is not already associated
with a value, associate it with the given value.
- fastPutIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCache
-
If the specified key is not already associated
with a value, associate it with the given value.
- fastPutIfAbsent(K, V) - Method in class org.redisson.RedissonMap
-
- fastPutIfAbsent(K, V, long, TimeUnit) - Method in class org.redisson.RedissonMapCache
-
- fastPutIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.redisson.RedissonMapCache
-
- fastPutIfAbsentAsync(K, V) - Method in interface org.redisson.api.RMapAsync
-
- fastPutIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RMapCacheAsync
-
If the specified key is not already associated
with a value, associate it with the given value.
- fastPutIfAbsentAsync(K, V) - Method in class org.redisson.RedissonLocalCachedMap
-
- fastPutIfAbsentAsync(K, V) - Method in class org.redisson.RedissonMap
-
- fastPutIfAbsentAsync(K, V) - Method in class org.redisson.RedissonMapCache
-
- fastPutIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.redisson.RedissonMapCache
-
- fastRemove(int) - Method in interface org.redisson.api.RList
-
- fastRemove(K...) - Method in interface org.redisson.api.RMap
-
Removes keys
from map by one operation
Works faster than RMap.remove
but not returning
the value associated with key
- fastRemove(K...) - Method in interface org.redisson.api.RMapReactive
-
Removes keys
from map by one operation in manner
Works faster than RMap.remove
but not returning
the value associated with key
- fastRemove(K...) - Method in interface org.redisson.api.RMultimap
-
Removes keys
from map by one operation
Works faster than RMultimap.remove
but not returning
the value associated with key
- fastRemove(K...) - Method in class org.redisson.reactive.RedissonMapCacheReactive
-
- fastRemove(K...) - Method in class org.redisson.reactive.RedissonMapReactive
-
- fastRemove(int) - Method in class org.redisson.RedissonList
-
- fastRemove(int) - Method in class org.redisson.RedissonListMultimapValues
-
- fastRemove(K...) - Method in class org.redisson.RedissonMap
-
- fastRemove(K...) - Method in class org.redisson.RedissonMultimap
-
- fastRemoveAsync(long) - Method in interface org.redisson.api.RListAsync
-
- fastRemoveAsync(K...) - Method in interface org.redisson.api.RMapAsync
-
Removes keys
from map by one operation in async manner
Works faster than RMap.removeAsync
but doesn't return
the value associated with key
- fastRemoveAsync(K...) - Method in interface org.redisson.api.RMultimapAsync
-
Removes keys
from map by one operation
Works faster than RMultimap.remove
but not returning
the value associated with key
- fastRemoveAsync(long) - Method in class org.redisson.RedissonList
-
- fastRemoveAsync(long) - Method in class org.redisson.RedissonListMultimapValues
-
- fastRemoveAsync(K...) - Method in class org.redisson.RedissonLocalCachedMap
-
- fastRemoveAsync(K...) - Method in class org.redisson.RedissonMap
-
- fastRemoveAsync(K...) - Method in class org.redisson.RedissonMapCache
-
- fastRemoveAsync(K...) - Method in class org.redisson.RedissonMultimap
-
- fastRemoveAsync(List<Object>, List<Object>, RedisCommand<T>) - Method in class org.redisson.RedissonMultimap
-
- fastSet(int, V) - Method in interface org.redisson.api.RList
-
Set element
at index
.
- fastSet(long, V) - Method in interface org.redisson.api.RListReactive
-
- fastSet(long, V) - Method in class org.redisson.reactive.RedissonListReactive
-
- fastSet(int, V) - Method in class org.redisson.RedissonList
-
- fastSet(int, V) - Method in class org.redisson.RedissonListMultimapValues
-
- fastSet(int, V) - Method in class org.redisson.RedissonSubList
-
- fastSetAsync(int, V) - Method in interface org.redisson.api.RListAsync
-
Set element
at index
.
- fastSetAsync(int, V) - Method in class org.redisson.RedissonList
-
- fastSetAsync(int, V) - Method in class org.redisson.RedissonListMultimapValues
-
- fastSetAsync(int, V) - Method in class org.redisson.RedissonSubList
-
- FieldAccessorInterceptor - Class in org.redisson.liveobject.core
-
- FieldAccessorInterceptor() - Constructor for class org.redisson.liveobject.core.FieldAccessorInterceptor
-
- find(String) - Method in interface org.redisson.api.RBuckets
-
Returns a list of object holder instances by a key pattern.
- find(String) - Method in class org.redisson.RedissonBuckets
-
- findBuckets(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns a list of object holder instances by a key pattern
- findBuckets(String) - Method in class org.redisson.RedissonReactive
-
- findByIndexNameAndIndexValue(String, String) - Method in class org.redisson.spring.session.RedissonSessionRepository
-
- findKeysByPattern(String) - Method in interface org.redisson.api.RKeys
-
Find keys by key search pattern
Supported glob-style patterns:
h?
- findKeysByPattern(String) - Method in interface org.redisson.api.RKeysReactive
-
Find keys by key search pattern by one Redis call.
- findKeysByPattern(String) - Method in class org.redisson.reactive.RedissonKeysReactive
-
- findKeysByPattern(String) - Method in class org.redisson.RedissonKeys
-
- findKeysByPatternAsync(String) - Method in interface org.redisson.api.RKeysAsync
-
Find keys by key search pattern in async mode
Supported glob-style patterns:
h?
- findKeysByPatternAsync(String) - Method in class org.redisson.RedissonKeys
-
- findNextWhiteSpace(int, String) - Method in class org.redisson.executor.CronExpression
-
- findValueInstantiator(DeserializationConfig, BeanDescription, ValueInstantiator) - Method in class org.redisson.codec.DefenceModule.DefenceValueInstantiator
-
- fireConnect(InetSocketAddress) - Method in class org.redisson.connection.ConnectionEventsHub
-
- fireDisconnect(InetSocketAddress) - Method in class org.redisson.connection.ConnectionEventsHub
-
- first() - Method in interface org.redisson.api.RLexSortedSet
-
- first() - Method in interface org.redisson.api.RScoredSortedSet
-
- first() - Method in interface org.redisson.api.RScoredSortedSetReactive
-
- first() - Method in class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- first() - Method in class org.redisson.RedissonScoredSortedSet
-
- first() - Method in class org.redisson.RedissonSortedSet
-
- firstAsync() - Method in interface org.redisson.api.RLexSortedSetAsync
-
- firstAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- firstAsync() - Method in class org.redisson.RedissonScoredSortedSet
-
- firstDecoder - Variable in class org.redisson.client.protocol.decoder.NestedMultiDecoder
-
- FlatNestedMultiDecoder<T> - Class in org.redisson.client.protocol.decoder
-
- FlatNestedMultiDecoder(MultiDecoder, MultiDecoder, boolean) - Constructor for class org.redisson.client.protocol.decoder.FlatNestedMultiDecoder
-
- flushall() - Method in interface org.redisson.api.RKeys
-
Delete all keys of all existing databases
- flushall() - Method in interface org.redisson.api.RKeysReactive
-
Delete all the keys of all the existing databases
Uses FLUSHALL
Redis command.
- FLUSHALL - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- flushall() - Method in class org.redisson.reactive.RedissonKeysReactive
-
- flushall() - Method in class org.redisson.RedissonKeys
-
- flushallAsync() - Method in interface org.redisson.api.RKeysAsync
-
Delete all keys of all existing databases
- flushallAsync() - Method in class org.redisson.RedissonKeys
-
- flushdb() - Method in interface org.redisson.api.RKeys
-
Delete all keys of currently selected database
- flushdb() - Method in interface org.redisson.api.RKeysReactive
-
Delete all the keys of the currently selected database
Uses FLUSHDB
Redis command.
- FLUSHDB - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- flushdb() - Method in class org.redisson.reactive.RedissonKeysReactive
-
- flushdb() - Method in class org.redisson.RedissonKeys
-
- flushdbAsync() - Method in interface org.redisson.api.RKeysAsync
-
Delete all keys of currently selected database
- flushdbAsync() - Method in class org.redisson.RedissonKeys
-
- forceFastReconnectAsync() - Method in class org.redisson.client.RedisConnection
-
- forceUnlock() - Method in interface org.redisson.api.RLock
-
Unlocks lock independently of state
- forceUnlock() - Method in class org.redisson.RedissonLock
-
- forceUnlockAsync() - Method in interface org.redisson.api.RLockAsync
-
- forceUnlockAsync() - Method in class org.redisson.RedissonFairLock
-
- forceUnlockAsync() - Method in class org.redisson.RedissonLock
-
- forceUnlockAsync() - Method in class org.redisson.RedissonReadLock
-
- forceUnlockAsync() - Method in class org.redisson.RedissonWriteLock
-
- freePubSubConnections - Variable in class org.redisson.connection.MasterSlaveConnectionManager
-
- freeze(String, int, ClientConnectionsEntry.FreezeReason) - Method in class org.redisson.connection.balancer.LoadBalancerManager
-
- freeze(ClientConnectionsEntry, ClientConnectionsEntry.FreezeReason) - Method in class org.redisson.connection.balancer.LoadBalancerManager
-
- freeze() - Method in class org.redisson.connection.MasterSlaveEntry
-
- freezeMaster(ClientConnectionsEntry.FreezeReason) - Method in class org.redisson.connection.ClientConnectionsEntry
-
- fromConfig(Config) - Static method in class org.redisson.jcache.configuration.RedissonConfiguration
-
- fromConfig(Config, Configuration<K, V>) - Static method in class org.redisson.jcache.configuration.RedissonConfiguration
-
- fromInstance(RedissonClient) - Static method in class org.redisson.jcache.configuration.RedissonConfiguration
-
- fromInstance(RedissonClient, Configuration<K, V>) - Static method in class org.redisson.jcache.configuration.RedissonConfiguration
-
- fromJSON(String) - Static method in class org.redisson.config.Config
-
Read config object stored in JSON format from String
- fromJSON(InputStream) - Static method in class org.redisson.config.Config
-
Read config object stored in JSON format from InputStream
- fromJSON(File, ClassLoader) - Static method in class org.redisson.config.Config
-
Read config object stored in JSON format from File
- fromJSON(File) - Static method in class org.redisson.config.Config
-
Read config object stored in JSON format from File
- fromJSON(URL) - Static method in class org.redisson.config.Config
-
Read config object stored in JSON format from URL
- fromJSON(Reader) - Static method in class org.redisson.config.Config
-
Read config object stored in JSON format from Reader
- fromJSON(String, Class<T>) - Method in class org.redisson.config.ConfigSupport
-
- fromJSON(File, Class<T>) - Method in class org.redisson.config.ConfigSupport
-
- fromJSON(File, Class<T>, ClassLoader) - Method in class org.redisson.config.ConfigSupport
-
- fromJSON(URL, Class<T>) - Method in class org.redisson.config.ConfigSupport
-
- fromJSON(Reader, Class<T>) - Method in class org.redisson.config.ConfigSupport
-
- fromJSON(InputStream, Class<T>) - Method in class org.redisson.config.ConfigSupport
-
- fromJSON(File) - Static method in class org.redisson.config.RedissonNodeConfig
-
Read config object stored in JSON format from File
- fromJSON(String) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in JSON format from String
- fromJSON(InputStream) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in JSON format from InputStream
- fromJSON(File) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in JSON format from File
- fromJSON(URL) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in JSON format from URL
- fromJSON(Reader) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in JSON format from Reader
- fromJSON(String) - Method in class org.redisson.spring.cache.CacheConfigSupport
-
- fromJSON(File) - Method in class org.redisson.spring.cache.CacheConfigSupport
-
- fromJSON(URL) - Method in class org.redisson.spring.cache.CacheConfigSupport
-
- fromJSON(Reader) - Method in class org.redisson.spring.cache.CacheConfigSupport
-
- fromJSON(InputStream) - Method in class org.redisson.spring.cache.CacheConfigSupport
-
- fromReference(RedissonClient, RedissonReference) - Static method in class org.redisson.misc.RedissonObjectFactory
-
- fromReference(RedissonReactiveClient, RedissonReference) - Static method in class org.redisson.misc.RedissonObjectFactory
-
- fromReference(RedissonReactiveClient, RedissonReference, Class<?>) - Static method in class org.redisson.misc.RedissonObjectFactory
-
- fromStoreValue(Object) - Method in class org.redisson.spring.cache.RedissonCache
-
- fromYAML(String) - Static method in class org.redisson.config.Config
-
Read config object stored in YAML format from String
- fromYAML(InputStream) - Static method in class org.redisson.config.Config
-
Read config object stored in YAML format from InputStream
- fromYAML(File) - Static method in class org.redisson.config.Config
-
Read config object stored in YAML format from File
- fromYAML(File, ClassLoader) - Static method in class org.redisson.config.Config
-
- fromYAML(URL) - Static method in class org.redisson.config.Config
-
Read config object stored in YAML format from URL
- fromYAML(Reader) - Static method in class org.redisson.config.Config
-
Read config object stored in YAML format from Reader
- fromYAML(String, Class<T>) - Method in class org.redisson.config.ConfigSupport
-
- fromYAML(File, Class<T>) - Method in class org.redisson.config.ConfigSupport
-
- fromYAML(File, Class<T>, ClassLoader) - Method in class org.redisson.config.ConfigSupport
-
- fromYAML(URL, Class<T>) - Method in class org.redisson.config.ConfigSupport
-
- fromYAML(Reader, Class<T>) - Method in class org.redisson.config.ConfigSupport
-
- fromYAML(InputStream, Class<T>) - Method in class org.redisson.config.ConfigSupport
-
- fromYAML(File) - Static method in class org.redisson.config.RedissonNodeConfig
-
Read config object stored in YAML format from File
- fromYAML(String) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in YAML format from String
- fromYAML(InputStream) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in YAML format from InputStream
- fromYAML(File) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in YAML format from File
- fromYAML(URL) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in YAML format from URL
- fromYAML(Reader) - Static method in class org.redisson.spring.cache.CacheConfig
-
Read config objects stored in YAML format from Reader
- fromYAML(String) - Method in class org.redisson.spring.cache.CacheConfigSupport
-
- fromYAML(File) - Method in class org.redisson.spring.cache.CacheConfigSupport
-
- fromYAML(URL) - Method in class org.redisson.spring.cache.CacheConfigSupport
-
- fromYAML(Reader) - Method in class org.redisson.spring.cache.CacheConfigSupport
-
- fromYAML(InputStream) - Method in class org.redisson.spring.cache.CacheConfigSupport
-
- FstCodec - Class in org.redisson.codec
-
Efficient and speedy serialization codec fully
compatible with JDK Serialization codec.
- FstCodec() - Constructor for class org.redisson.codec.FstCodec
-
- FstCodec(ClassLoader) - Constructor for class org.redisson.codec.FstCodec
-
- FstCodec(FSTConfiguration) - Constructor for class org.redisson.codec.FstCodec
-
- FutureConnectionListener<T extends RedisConnection> - Class in org.redisson.connection
-
- FutureConnectionListener(RPromise<T>, T) - Constructor for class org.redisson.connection.FutureConnectionListener
-
- generateId() - Static method in class org.redisson.RedissonLocalCachedMap
-
- generateId() - Method in class org.redisson.RedissonPermitExpirableSemaphore
-
- generateId(BeanDefinitionBuilder, ParserContext) - Method in class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- generateLogEntryId(byte[]) - Static method in class org.redisson.RedissonLocalCachedMap
-
- generateRequestId() - Method in class org.redisson.BaseRemoteService
-
- generateRequestId() - Method in class org.redisson.executor.ScheduledExecutorRemoteService
-
- generateRequestId() - Method in class org.redisson.RedissonExecutorService
-
- GEOADD - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- GEOADD_ENTRIES - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- GEODIST - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- GeoDistanceDecoder - Class in org.redisson.client.protocol.decoder
-
- GeoDistanceDecoder(Codec) - Constructor for class org.redisson.client.protocol.decoder.GeoDistanceDecoder
-
- GeoDistanceMapDecoder - Class in org.redisson.client.protocol.decoder
-
- GeoDistanceMapDecoder(Codec) - Constructor for class org.redisson.client.protocol.decoder.GeoDistanceMapDecoder
-
- GeoEntry - Class in org.redisson.api
-
- GeoEntry(double, double, Object) - Constructor for class org.redisson.api.GeoEntry
-
- GeoEntryCodec - Class in org.redisson.client.codec
-
- GeoEntryCodec(Codec) - Constructor for class org.redisson.client.codec.GeoEntryCodec
-
- GeoMapReplayDecoder - Class in org.redisson.client.protocol.decoder
-
- GeoMapReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.GeoMapReplayDecoder
-
- GeoOrder - Enum in org.redisson.api
-
- GeoPosition - Class in org.redisson.api
-
- GeoPosition(double, double) - Constructor for class org.redisson.api.GeoPosition
-
- GeoPositionDecoder - Class in org.redisson.client.protocol.decoder
-
- GeoPositionDecoder() - Constructor for class org.redisson.client.protocol.decoder.GeoPositionDecoder
-
- GeoPositionMapDecoder - Class in org.redisson.client.protocol.decoder
-
- GeoPositionMapDecoder(List<Object>) - Constructor for class org.redisson.client.protocol.decoder.GeoPositionMapDecoder
-
- GEORADIUS - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- GEORADIUS_STORE - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- GEORADIUSBYMEMBER - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- GEORADIUSBYMEMBER_STORE - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- GeoUnit - Enum in org.redisson.api
-
- get() - Method in interface org.redisson.api.RAtomicDouble
-
Gets the current value.
- get() - Method in interface org.redisson.api.RAtomicLong
-
Gets the current value.
- get() - Method in interface org.redisson.api.RAtomicLongReactive
-
- get(long) - Method in interface org.redisson.api.RBitSet
-
- get(long) - Method in interface org.redisson.api.RBitSetReactive
-
- get() - Method in interface org.redisson.api.RBucket
-
- get() - Method in interface org.redisson.api.RBucketReactive
-
- get(String...) - Method in interface org.redisson.api.RBuckets
-
Returns Redis object mapped by key.
- get(K) - Method in interface org.redisson.api.RListMultimap
-
Returns a view collection of the values associated with key
in this
multimap, if any.
- get(long) - Method in interface org.redisson.api.RListReactive
-
- get(Class<T>, K) - Method in interface org.redisson.api.RLiveObjectService
-
Finds the entity from Redis with the id.
- get(K) - Method in interface org.redisson.api.RMapReactive
-
- get(K) - Method in interface org.redisson.api.RMultimap
-
Returns a view collection of the values associated with key
in this
multimap, if any.
- get(Class<T>) - Method in interface org.redisson.api.RRemoteService
-
Get remote service object for remote invocations.
- get(Class<T>, long, TimeUnit) - Method in interface org.redisson.api.RRemoteService
-
Get remote service object for remote invocations
with specified invocation timeout.
- get(Class<T>, long, TimeUnit, long, TimeUnit) - Method in interface org.redisson.api.RRemoteService
-
Get remote service object for remote invocations
with specified invocation and ack timeouts
This method is a shortcut for
get(remoteInterface, RemoteInvocationOptions.defaults()
.expectAckWithin(ackTimeout, ackTimeUnit)
.expectResultWithin(executionTimeout, executionTimeUnit))
- get(Class<T>, RemoteInvocationOptions) - Method in interface org.redisson.api.RRemoteService
-
Get remote service object for remote invocations
with the specified options
Note that when using the noResult() option,
it is expected that the invoked method returns void,
or else IllegalArgumentException will be thrown.
- get(K) - Method in interface org.redisson.api.RSetMultimap
-
Returns a view collection of the values associated with key
in this
multimap, if any.
- get(Class<T>) - Method in class org.redisson.BaseRemoteService
-
- get(Class<T>, long, TimeUnit) - Method in class org.redisson.BaseRemoteService
-
- get(Class<T>, long, TimeUnit, long, TimeUnit) - Method in class org.redisson.BaseRemoteService
-
- get(Class<T>, RemoteInvocationOptions) - Method in class org.redisson.BaseRemoteService
-
- get(Object) - Method in class org.redisson.cache.AbstractCacheMap
-
- GET - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- get() - Method in interface org.redisson.codec.KryoCodec.KryoPool
-
- get() - Method in class org.redisson.codec.KryoCodec.KryoPoolImpl
-
- get(RFuture<V>) - Method in interface org.redisson.command.CommandAsyncExecutor
-
- get(RFuture<V>) - Method in class org.redisson.command.CommandAsyncService
-
- get(RFuture<V>) - Method in interface org.redisson.command.CommandSyncExecutor
-
- get() - Method in class org.redisson.connection.pool.PubSubConnectionPool
-
- get(K) - Method in class org.redisson.jcache.JCache
-
- get(Object) - Method in class org.redisson.misc.BiHashMap
-
- get() - Method in class org.redisson.misc.PromiseDelegator
-
- get(long, TimeUnit) - Method in class org.redisson.misc.PromiseDelegator
-
- get() - Method in class org.redisson.misc.RedissonPromise
-
- get(long, TimeUnit) - Method in class org.redisson.misc.RedissonPromise
-
- get() - Method in class org.redisson.reactive.RedissonAtomicLongReactive
-
- get(long) - Method in class org.redisson.reactive.RedissonBitSetReactive
-
- get() - Method in class org.redisson.reactive.RedissonBucketReactive
-
- get(long) - Method in class org.redisson.reactive.RedissonListReactive
-
- get(K) - Method in class org.redisson.reactive.RedissonMapCacheReactive
-
- get(K) - Method in class org.redisson.reactive.RedissonMapReactive
-
- get() - Method in class org.redisson.RedissonAtomicDouble
-
- get() - Method in class org.redisson.RedissonAtomicLong
-
- get(long) - Method in class org.redisson.RedissonBitSet
-
- get() - Method in class org.redisson.RedissonBucket
-
- get(String...) - Method in class org.redisson.RedissonBuckets
-
- get(int) - Method in class org.redisson.RedissonList
-
- get(K) - Method in class org.redisson.RedissonListMultimap
-
- get(K) - Method in class org.redisson.RedissonListMultimapCache
-
- get(int) - Method in class org.redisson.RedissonListMultimapValues
-
- get(Class<T>, K) - Method in class org.redisson.RedissonLiveObjectService
-
- get(Object) - Method in class org.redisson.RedissonMap
-
- get(RFuture<V>) - Method in class org.redisson.RedissonObject
-
- get(K) - Method in class org.redisson.RedissonSetMultimap
-
- get(K) - Method in class org.redisson.RedissonSetMultimapCache
-
- get(int) - Method in class org.redisson.RedissonSubList
-
- get() - Method in class org.redisson.spring.cache.NullValue
-
- get(Object) - Method in class org.redisson.spring.cache.RedissonCache
-
- get(Object, Class<T>) - Method in class org.redisson.spring.cache.RedissonCache
-
- get(Object, Callable<T>) - Method in class org.redisson.spring.cache.RedissonCache
-
- GET_INTEGER - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- GET_LONG - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- getAckName(Class<?>, String) - Method in class org.redisson.BaseRemoteService
-
- getAckTimeoutInMillis() - Method in class org.redisson.api.RemoteInvocationOptions
-
- getAction() - Method in class org.redisson.jcache.JMutableEntry
-
- getAddFuture() - Method in class org.redisson.executor.RemotePromise
-
- getAddr() - Method in interface org.redisson.api.Node
-
Get Redis node address
- getAddr() - Method in class org.redisson.client.RedisClient
-
- getAddr() - Method in exception org.redisson.client.RedisRedirectException
-
- getAddr() - Method in class org.redisson.connection.NodeSource
-
- getAddr() - Method in class org.redisson.connection.RedisClientEntry
-
- getAddress() - Method in class org.redisson.cluster.ClusterNodeInfo
-
- getAddress() - Method in class org.redisson.config.SingleServerConfig
-
- getAll(K) - Method in interface org.redisson.api.RListMultimap
-
Returns all elements at once.
- getAll(Set<K>) - Method in interface org.redisson.api.RMap
-
Gets a map slice contains the mappings with defined keys
by one operation.
- getAll(Set<K>) - Method in interface org.redisson.api.RMapReactive
-
- getAll(K) - Method in interface org.redisson.api.RMultimap
-
Returns all elements at once.
- getAll(K) - Method in interface org.redisson.api.RSetMultimap
-
Returns all elements at once.
- getAll(Set<? extends K>) - Method in class org.redisson.jcache.JCache
-
- getAll(Set<K>) - Method in class org.redisson.reactive.RedissonMapCacheReactive
-
- getAll(Set<K>) - Method in class org.redisson.reactive.RedissonMapReactive
-
- getAll(K) - Method in class org.redisson.RedissonListMultimap
-
- getAll(Set<K>) - Method in class org.redisson.RedissonMap
-
- getAll(K) - Method in class org.redisson.RedissonMultimap
-
- getAll(K) - Method in class org.redisson.RedissonSetMultimap
-
- getAllAsync(Set<K>) - Method in interface org.redisson.api.RMapAsync
-
- getAllAsync(K) - Method in interface org.redisson.api.RMultimapAsync
-
- getAllAsync(K) - Method in class org.redisson.RedissonListMultimap
-
- getAllAsync(K) - Method in class org.redisson.RedissonListMultimapCache
-
- getAllAsync(Set<K>) - Method in class org.redisson.RedissonLocalCachedMap
-
- getAllAsync(Set<K>) - Method in class org.redisson.RedissonMap
-
- getAllAsync(Set<K>) - Method in class org.redisson.RedissonMapCache
-
- getAllAsync(K) - Method in class org.redisson.RedissonSetMultimap
-
- getAllAsync(K) - Method in class org.redisson.RedissonSetMultimapCache
-
- getAllSubscribeConnections() - Method in class org.redisson.connection.ClientConnectionsEntry
-
- getAndAdd(double) - Method in interface org.redisson.api.RAtomicDouble
-
Atomically adds the given value to the current value.
- getAndAdd(long) - Method in interface org.redisson.api.RAtomicLong
-
Atomically adds the given value to the current value.
- getAndAdd(long) - Method in interface org.redisson.api.RAtomicLongReactive
-
- getAndAdd(long) - Method in class org.redisson.reactive.RedissonAtomicLongReactive
-
- getAndAdd(double) - Method in class org.redisson.RedissonAtomicDouble
-
- getAndAdd(long) - Method in class org.redisson.RedissonAtomicLong
-
- getAndAddAsync(double) - Method in interface org.redisson.api.RAtomicDoubleAsync
-
- getAndAddAsync(long) - Method in interface org.redisson.api.RAtomicLongAsync
-
- getAndAddAsync(double) - Method in class org.redisson.RedissonAtomicDouble
-
- getAndAddAsync(long) - Method in class org.redisson.RedissonAtomicLong
-
- getAndDecrement() - Method in interface org.redisson.api.RAtomicDouble
-
Atomically decrements by one the current value.
- getAndDecrement() - Method in interface org.redisson.api.RAtomicLong
-
Atomically decrements by one the current value.
- getAndDecrement() - Method in interface org.redisson.api.RAtomicLongReactive
-
- getAndDecrement() - Method in class org.redisson.reactive.RedissonAtomicLongReactive
-
- getAndDecrement() - Method in class org.redisson.RedissonAtomicDouble
-
- getAndDecrement() - Method in class org.redisson.RedissonAtomicLong
-
- getAndDecrementAsync() - Method in interface org.redisson.api.RAtomicDoubleAsync
-
- getAndDecrementAsync() - Method in interface org.redisson.api.RAtomicLongAsync
-
- getAndDecrementAsync() - Method in class org.redisson.RedissonAtomicDouble
-
- getAndDecrementAsync() - Method in class org.redisson.RedissonAtomicLong
-
- getAndIncrement() - Method in interface org.redisson.api.RAtomicDouble
-
Atomically increments the current value by one.
- getAndIncrement() - Method in interface org.redisson.api.RAtomicLong
-
Atomically increments the current value by one.
- getAndIncrement() - Method in interface org.redisson.api.RAtomicLongReactive
-
- getAndIncrement() - Method in class org.redisson.reactive.RedissonAtomicLongReactive
-
- getAndIncrement() - Method in class org.redisson.RedissonAtomicDouble
-
- getAndIncrement() - Method in class org.redisson.RedissonAtomicLong
-
- getAndIncrementAsync() - Method in interface org.redisson.api.RAtomicDoubleAsync
-
- getAndIncrementAsync() - Method in interface org.redisson.api.RAtomicLongAsync
-
- getAndIncrementAsync() - Method in class org.redisson.RedissonAtomicDouble
-
- getAndIncrementAsync() - Method in class org.redisson.RedissonAtomicLong
-
- getAndPut(K, V) - Method in class org.redisson.jcache.JCache
-
- getAndRemove(K) - Method in class org.redisson.jcache.JCache
-
- getAndReplace(K, V) - Method in class org.redisson.jcache.JCache
-
- getAndSet(double) - Method in interface org.redisson.api.RAtomicDouble
-
Atomically sets the given value and returns the old value.
- getAndSet(long) - Method in interface org.redisson.api.RAtomicLong
-
Atomically sets the given value and returns the old value.
- getAndSet(long) - Method in interface org.redisson.api.RAtomicLongReactive
-
- getAndSet(V) - Method in interface org.redisson.api.RBucket
-
- getAndSet(long) - Method in class org.redisson.reactive.RedissonAtomicLongReactive
-
- getAndSet(double) - Method in class org.redisson.RedissonAtomicDouble
-
- getAndSet(long) - Method in class org.redisson.RedissonAtomicLong
-
- getAndSet(V) - Method in class org.redisson.RedissonBucket
-
- getAndSetAsync(double) - Method in interface org.redisson.api.RAtomicDoubleAsync
-
- getAndSetAsync(long) - Method in interface org.redisson.api.RAtomicLongAsync
-
- getAndSetAsync(V) - Method in interface org.redisson.api.RBucketAsync
-
- getAndSetAsync(double) - Method in class org.redisson.RedissonAtomicDouble
-
- getAndSetAsync(long) - Method in class org.redisson.RedissonAtomicLong
-
- getAndSetAsync(V) - Method in class org.redisson.RedissonBucket
-
- getAnnotation(Class<?>, String, Class<T>) - Static method in class org.redisson.liveobject.misc.ClassUtils
-
- getArgs() - Method in class org.redisson.remote.RemoteServiceRequest
-
- getAsync() - Method in interface org.redisson.api.RAtomicDoubleAsync
-
- getAsync() - Method in interface org.redisson.api.RAtomicLongAsync
-
- getAsync(long) - Method in interface org.redisson.api.RBitSetAsync
-
- getAsync() - Method in interface org.redisson.api.RBucketAsync
-
- getAsync(int) - Method in interface org.redisson.api.RListAsync
-
- getAsync(K) - Method in interface org.redisson.api.RMapAsync
-
- getAsync() - Method in class org.redisson.RedissonAtomicDouble
-
- getAsync() - Method in class org.redisson.RedissonAtomicLong
-
- getAsync(long) - Method in class org.redisson.RedissonBitSet
-
- getAsync() - Method in class org.redisson.RedissonBucket
-
- getAsync(int) - Method in class org.redisson.RedissonList
-
- getAsync(int) - Method in class org.redisson.RedissonListMultimapValues
-
- getAsync(Object) - Method in class org.redisson.RedissonLocalCachedMap
-
- getAsync(K) - Method in class org.redisson.RedissonMap
-
- getAsync(K) - Method in class org.redisson.RedissonMapCache
-
- getAsync(int) - Method in class org.redisson.RedissonSubList
-
- getAtomicDouble(String) - Method in interface org.redisson.api.RBatch
-
Returns atomicDouble instance by name.
- getAtomicDouble(String) - Method in interface org.redisson.api.RedissonClient
-
Returns atomicDouble instance by name.
- getAtomicDouble(String) - Method in class org.redisson.Redisson
-
- getAtomicDouble(String) - Method in class org.redisson.RedissonBatch
-
- getAtomicLong(String) - Method in interface org.redisson.api.RBatch
-
Returns atomicLong instance by name.
- getAtomicLong(String) - Method in interface org.redisson.api.RedissonClient
-
Returns atomicLong instance by name.
- getAtomicLong(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns "atomic long" instance by name.
- getAtomicLong(String) - Method in class org.redisson.Redisson
-
- getAtomicLong(String) - Method in class org.redisson.RedissonBatch
-
- getAtomicLong(String) - Method in class org.redisson.RedissonReactive
-
- getAtomicLongReactive(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns "atomic long" instance by name.
- getAtomicLongReactive(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getAttempt() - Method in class org.redisson.command.AsyncDetails
-
- getAttemptPromise() - Method in class org.redisson.command.AsyncDetails
-
- getAttribute(Element, String) - Method in class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- getAvailableClients() - Method in class org.redisson.connection.balancer.LoadBalancerManager
-
- getAverageGetTime() - Method in class org.redisson.jcache.bean.JCacheStatisticsMXBean
-
- getAveragePutTime() - Method in class org.redisson.jcache.bean.JCacheStatisticsMXBean
-
- getAverageRemoveTime() - Method in class org.redisson.jcache.bean.JCacheStatisticsMXBean
-
- getBatchIndex() - Method in class org.redisson.client.handler.State
-
- getBean() - Method in class org.redisson.remote.RemoteServiceMethod
-
- getBeanClass(Element) - Method in class org.redisson.spring.support.RedisDefinitionParser
-
- getBeanClass(Element) - Method in class org.redisson.spring.support.RedissonGenericObjectDefinitionParser
-
- getBeanClass(Element) - Method in class org.redisson.spring.support.RedissonLiveObjectDefinitionParser
-
- getBeanClass(Element) - Method in class org.redisson.spring.support.RedissonLiveObjectRegistrationDefinitionParser
-
- getBeanClass(Element) - Method in class org.redisson.spring.support.RedissonReadAndWriteLockDefinitionParser
-
- getBeanClass(Element) - Method in class org.redisson.spring.support.RedissonRPCClientDefinitionParser
-
- getBeanClass(Element) - Method in class org.redisson.spring.support.RedissonRPCServerDefinitionParser
-
- getBeanClassName(Element) - Method in class org.redisson.spring.support.RedissonMultiLockDefinitionParser
-
- getBinaryStream(String) - Method in interface org.redisson.api.RedissonClient
-
Returns binary stream holder instance by name
- getBinaryStream(String) - Method in class org.redisson.Redisson
-
- GETBIT - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- getBitSet(String) - Method in interface org.redisson.api.RBatch
-
- getBitSet(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns bitSet instance by name.
- getBitSet(String) - Method in interface org.redisson.api.RedissonClient
-
Returns bitSet instance by name.
- getBitSet(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns bitSet instance by name.
- getBitSet(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getBitSet(String) - Method in class org.redisson.Redisson
-
- getBitSet(String) - Method in class org.redisson.RedissonBatch
-
- getBitSet(String) - Method in class org.redisson.RedissonReactive
-
- getBlockingDeque(String) - Method in interface org.redisson.api.RBatch
-
Returns blocking deque instance by name.
- getBlockingDeque(String, Codec) - Method in interface org.redisson.api.RBatch
-
- getBlockingDeque(String) - Method in interface org.redisson.api.RedissonClient
-
Returns unbounded blocking deque instance by name.
- getBlockingDeque(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns unbounded blocking deque instance by name
using provided codec for deque objects.
- getBlockingDeque(String) - Method in class org.redisson.Redisson
-
- getBlockingDeque(String, Codec) - Method in class org.redisson.Redisson
-
- getBlockingDeque(String) - Method in class org.redisson.RedissonBatch
-
- getBlockingDeque(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getBlockingFairQueue(String) - Method in interface org.redisson.api.RedissonClient
-
Returns unbounded fair queue instance by name.
- getBlockingFairQueue(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
- getBlockingFairQueue(String) - Method in class org.redisson.Redisson
-
- getBlockingFairQueue(String, Codec) - Method in class org.redisson.Redisson
-
- getBlockingQueue(String) - Method in interface org.redisson.api.RBatch
-
Returns blocking queue instance by name.
- getBlockingQueue(String, Codec) - Method in interface org.redisson.api.RBatch
-
- getBlockingQueue(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns blocking queue instance by name.
- getBlockingQueue(String, Codec) - Method in interface org.redisson.api.RBatchReactive
-
- getBlockingQueue(String) - Method in interface org.redisson.api.RedissonClient
-
Returns unbounded blocking queue instance by name.
- getBlockingQueue(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns unbounded blocking queue instance by name
using provided codec for queue objects.
- getBlockingQueue(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns blocking queue instance by name.
- getBlockingQueue(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns blocking queue instance by name
using provided codec for queue objects.
- getBlockingQueue(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getBlockingQueue(String, Codec) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getBlockingQueue(String) - Method in class org.redisson.Redisson
-
- getBlockingQueue(String, Codec) - Method in class org.redisson.Redisson
-
- getBlockingQueue(String) - Method in class org.redisson.RedissonBatch
-
- getBlockingQueue(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getBlockingQueue(String) - Method in class org.redisson.RedissonReactive
-
- getBlockingQueue(String, Codec) - Method in class org.redisson.RedissonReactive
-
- getBloomFilter(String) - Method in interface org.redisson.api.RedissonClient
-
Returns bloom filter instance by name.
- getBloomFilter(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns bloom filter instance by name
using provided codec for objects.
- getBloomFilter(String) - Method in class org.redisson.Redisson
-
- getBloomFilter(String, Codec) - Method in class org.redisson.Redisson
-
- getBootstrap() - Method in class org.redisson.client.RedisClient
-
- getBoundedBlockingQueue(String) - Method in interface org.redisson.api.RedissonClient
-
Returns bounded blocking queue instance by name.
- getBoundedBlockingQueue(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns bounded blocking queue instance by name
using provided codec for queue objects.
- getBoundedBlockingQueue(String) - Method in class org.redisson.Redisson
-
- getBoundedBlockingQueue(String, Codec) - Method in class org.redisson.Redisson
-
- getBucket(String) - Method in interface org.redisson.api.RBatch
-
Returns object holder by name
- getBucket(String, Codec) - Method in interface org.redisson.api.RBatch
-
- getBucket(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns object holder by name
- getBucket(String, Codec) - Method in interface org.redisson.api.RBatchReactive
-
- getBucket(String) - Method in interface org.redisson.api.RedissonClient
-
Returns object holder instance by name.
- getBucket(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns object holder instance by name
using provided codec for object.
- getBucket(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns object holder instance by name
- getBucket(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns object holder instance by name
using provided codec for object.
- getBucket(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getBucket(String, Codec) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getBucket(String) - Method in class org.redisson.Redisson
-
- getBucket(String, Codec) - Method in class org.redisson.Redisson
-
- getBucket(String) - Method in class org.redisson.RedissonBatch
-
- getBucket(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getBucket(String) - Method in class org.redisson.RedissonReactive
-
- getBucket(String, Codec) - Method in class org.redisson.RedissonReactive
-
- getBuckets() - Method in interface org.redisson.api.RedissonClient
-
Returns interface for mass operations with Bucket objects.
- getBuckets(Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns interface for mass operations with Bucket objects
using provided codec for object.
- getBuckets() - Method in class org.redisson.Redisson
-
- getBuckets(Codec) - Method in class org.redisson.Redisson
-
- getBuf() - Method in class org.redisson.client.protocol.decoder.ScanObjectEntry
-
- getCache(String, Class<K>, Class<V>) - Method in class org.redisson.jcache.JCacheManager
-
- getCache(String) - Method in class org.redisson.jcache.JCacheManager
-
- getCache(String) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
- getCacheEntryListenerConfigurations() - Method in class org.redisson.jcache.configuration.JCacheConfiguration
-
- getCacheEvictions() - Method in class org.redisson.jcache.bean.JCacheStatisticsMXBean
-
- getCacheGets() - Method in class org.redisson.jcache.bean.JCacheStatisticsMXBean
-
- getCacheHitPercentage() - Method in class org.redisson.jcache.bean.JCacheStatisticsMXBean
-
- getCacheHits() - Method in class org.redisson.jcache.bean.JCacheStatisticsMXBean
-
- getCacheLoaderFactory() - Method in class org.redisson.jcache.configuration.JCacheConfiguration
-
- getCacheManager() - Method in class org.redisson.jcache.JCache
-
- getCacheManager(URI, ClassLoader, Properties) - Method in class org.redisson.jcache.JCachingProvider
-
- getCacheManager(URI, ClassLoader) - Method in class org.redisson.jcache.JCachingProvider
-
- getCacheManager() - Method in class org.redisson.jcache.JCachingProvider
-
- getCacheMisses() - Method in class org.redisson.jcache.bean.JCacheStatisticsMXBean
-
- getCacheMissPercentage() - Method in class org.redisson.jcache.bean.JCacheStatisticsMXBean
-
- getCacheNames() - Method in class org.redisson.jcache.JCacheManager
-
- getCacheNames() - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
- getCachePuts() - Method in class org.redisson.jcache.bean.JCacheStatisticsMXBean
-
- getCacheRemovals() - Method in class org.redisson.jcache.bean.JCacheStatisticsMXBean
-
- getCacheSize() - Method in class org.redisson.api.LocalCachedMapOptions
-
- getCacheStatistics(CacheManager, RedissonCache) - Method in class org.redisson.spring.cache.RedissonCacheStatisticsProvider
-
- getCacheWriterFactory() - Method in class org.redisson.jcache.configuration.JCacheConfiguration
-
- getCachingProvider() - Method in class org.redisson.jcache.JCacheManager
-
- getCancelRequestQueueName(Class<?>, String) - Method in class org.redisson.BaseRemoteService
-
- getChannel() - Method in class org.redisson.client.handler.PubSubKey
-
- getChannel() - Method in class org.redisson.client.protocol.pubsub.PubSubMessage
-
- getChannel() - Method in class org.redisson.client.protocol.pubsub.PubSubPatternMessage
-
- getChannel() - Method in class org.redisson.client.protocol.pubsub.PubSubStatusMessage
-
- getChannel() - Method in class org.redisson.client.RedisConnection
-
Access to Netty channel.
- getChannelName(String) - Static method in class org.redisson.RedissonPermitExpirableSemaphore
-
- getChannelName(String) - Static method in class org.redisson.RedissonSemaphore
-
- getChannelNames() - Method in interface org.redisson.api.RTopic
-
Get topic channel names
- getChannelNames() - Method in interface org.redisson.api.RTopicReactive
-
- getChannelNames() - Method in class org.redisson.reactive.RedissonTopicReactive
-
- getChannelNames() - Method in class org.redisson.RedissonTopic
-
- getChannelPromise() - Method in class org.redisson.client.protocol.QueueCommandHolder
-
- getChannels() - Method in class org.redisson.client.RedisPubSubConnection
-
- getClassLoader() - Method in class org.redisson.jcache.JCacheManager
-
- getClient() - Method in class org.redisson.connection.ClientConnectionsEntry
-
- getClient() - Method in class org.redisson.connection.MasterSlaveEntry
-
- getClient() - Method in class org.redisson.connection.RedisClientEntry
-
- getClients() - Method in interface org.redisson.connection.ConnectionManager
-
- getClients() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getClusterNodesGroup() - Method in interface org.redisson.api.RedissonClient
-
Get Redis cluster nodes group for server operations
- getClusterNodesGroup() - Method in interface org.redisson.api.RedissonReactiveClient
-
Get Redis cluster nodes group for server operations
- getClusterNodesGroup() - Method in class org.redisson.Redisson
-
- getClusterNodesGroup() - Method in class org.redisson.RedissonReactive
-
- getCodec() - Method in interface org.redisson.api.RObject
-
Returns the underlying Codec used by this RObject
- getCodec() - Method in interface org.redisson.api.RObjectReactive
-
- getCodec() - Method in class org.redisson.BaseRemoteService
-
- getCodec() - Method in class org.redisson.client.protocol.CommandData
-
- getCodec(Class<T>) - Method in interface org.redisson.codec.CodecProvider
-
Get codec instance by its class.
- getCodec(REntity, Class<?>) - Method in interface org.redisson.codec.CodecProvider
-
Get a codec instance by a REntity annotation and the class annotated with
it.
- getCodec(RObjectField, Class<?>, Class<K>, String) - Method in interface org.redisson.codec.CodecProvider
-
Get a codec instance by a RObjectField annotation and the class annotated
with REntity, the implementation class of RObject the field is going to
be transformed into and the name of the field with this RObjectField
annotation.
- getCodec(Class<T>, Class<K>) - Method in interface org.redisson.codec.CodecProvider
-
Get a codec instance by its class, the implementation class of the RObject
interface.
- getCodec(Class<T>, Class<K>, String) - Method in interface org.redisson.codec.CodecProvider
-
Get a codec instance by its class, the implementation class of the RObject
interface and the name of RObject (the value returned by RObject.getName()
method).
- getCodec(Class<T>, RObject) - Method in interface org.redisson.codec.CodecProvider
-
Get a codec instance by its class and an instance of the RObject.
- getCodec(Class<T>) - Method in class org.redisson.codec.DefaultCodecProvider
-
- getCodec(REntity, Class<?>) - Method in class org.redisson.codec.DefaultCodecProvider
-
- getCodec(RObjectField, Class<?>, Class<K>, String) - Method in class org.redisson.codec.DefaultCodecProvider
-
- getCodec(Class<T>, Class<K>) - Method in class org.redisson.codec.DefaultCodecProvider
-
- getCodec(Class<T>, Class<K>, String) - Method in class org.redisson.codec.DefaultCodecProvider
-
- getCodec(Class<T>, RObject) - Method in class org.redisson.codec.DefaultCodecProvider
-
- getCodec() - Method in class org.redisson.command.AsyncDetails
-
- getCodec() - Method in class org.redisson.config.Config
-
- getCodec() - Method in interface org.redisson.connection.ConnectionManager
-
- getCodec() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getCodec() - Method in class org.redisson.RedissonObject
-
- getCodec() - Method in class org.redisson.RedissonReference
-
- getCodecName() - Method in class org.redisson.RedissonReference
-
- getCodecProvider() - Method in interface org.redisson.api.RedissonClient
-
Returns the CodecProvider instance
- getCodecProvider() - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns the CodecProvider instance
- getCodecProvider() - Method in class org.redisson.config.Config
-
Returns the CodecProvider instance
- getCodecProvider() - Method in class org.redisson.Redisson
-
- getCodecProvider() - Method in class org.redisson.RedissonReactive
-
- getCodecType() - Method in class org.redisson.RedissonReference
-
- getCommand() - Method in enum org.redisson.api.RScript.ReturnType
-
- getCommand() - Method in class org.redisson.client.protocol.CommandData
-
- getCommand() - Method in class org.redisson.client.protocol.QueueCommandHolder
-
- getCommand() - Method in class org.redisson.command.AsyncDetails
-
- getCommandExecutor() - Method in interface org.redisson.connection.ConnectionManager
-
- getCommandExecutor() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getCommandExecutor() - Method in class org.redisson.Redisson
-
- getCommands() - Method in class org.redisson.client.protocol.CommandsData
-
- getCommands() - Method in class org.redisson.command.CommandBatchService.Entry
-
- getCommandTimeout() - Method in class org.redisson.client.RedisClient
-
- getConfig() - Method in interface org.redisson.api.RedissonClient
-
Allows to get configuration provided
during Redisson instance creation.
- getConfig() - Method in interface org.redisson.api.RedissonReactiveClient
-
Allows to get configuration provided
during Redisson instance creation.
- getConfig() - Method in class org.redisson.connection.ClientConnectionsEntry
-
- getConfig() - Method in interface org.redisson.connection.ConnectionManager
-
- getConfig() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getConfig() - Method in class org.redisson.jcache.configuration.RedissonConfiguration
-
- getConfig() - Method in class org.redisson.Redisson
-
- getConfig() - Method in class org.redisson.RedissonReactive
-
- getConfiguration(Class<C>) - Method in class org.redisson.jcache.JCache
-
- getConnection(RedisCommand<?>, InetSocketAddress) - Method in class org.redisson.connection.balancer.LoadBalancerManager
-
- getConnection() - Method in class org.redisson.connection.PubSubConnectionEntry
-
- getConnectionEventsHub() - Method in interface org.redisson.connection.ConnectionManager
-
- getConnectionEventsHub() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getConnectionFuture() - Method in class org.redisson.command.AsyncDetails
-
- getConnectionManager() - Method in interface org.redisson.command.CommandAsyncExecutor
-
- getConnectionManager() - Method in class org.redisson.command.CommandAsyncService
-
- getConnectionManager() - Method in interface org.redisson.command.CommandReactiveExecutor
-
- getConnectionManager() - Method in interface org.redisson.command.CommandSyncExecutor
-
- getConnectionManager() - Method in class org.redisson.Redisson
-
- getConnectionMinimumIdleSize() - Method in class org.redisson.config.SingleServerConfig
-
- getConnectionPoolSize() - Method in class org.redisson.config.SingleServerConfig
-
- getConnectionWatcher() - Method in interface org.redisson.connection.ConnectionManager
-
- getConnectionWatcher() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getConnectListener() - Method in interface org.redisson.connection.ConnectionManager
-
- getConnectListener() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getConvertor() - Method in class org.redisson.client.protocol.RedisCommand
-
- getCount() - Method in interface org.redisson.api.RCountDownLatch
-
Returns the current count.
- getCount() - Method in class org.redisson.RedissonCountDownLatch
-
- getCountAsync() - Method in interface org.redisson.api.RCountDownLatchAsync
-
Returns the current count.
- getCountAsync() - Method in class org.redisson.RedissonCountDownLatch
-
- getCountDownLatch(String) - Method in interface org.redisson.api.RedissonClient
-
Returns countDownLatch instance by name.
- getCountDownLatch(String) - Method in class org.redisson.Redisson
-
- getCounter() - Method in class org.redisson.pubsub.AsyncSemaphore
-
- getCronExpression() - Method in class org.redisson.executor.CronExpression
-
- getCurrentCommand() - Method in class org.redisson.client.RedisConnection
-
- getDatabase() - Method in class org.redisson.config.MasterSlaveServersConfig
-
- getDatabase() - Method in class org.redisson.config.ReplicatedServersConfig
-
- getDatabase() - Method in class org.redisson.config.SentinelServersConfig
-
- getDatabase() - Method in class org.redisson.config.SingleServerConfig
-
- getDate() - Method in class org.redisson.remote.RemoteServiceRequest
-
- getDayOfWeekNumber(String) - Method in class org.redisson.executor.CronExpression
-
- getDecoder(State) - Method in class org.redisson.client.protocol.decoder.ListMultiDecoder
-
- getDecoder(State) - Method in class org.redisson.client.protocol.decoder.NestedMultiDecoder
-
- getDecoderIndex() - Method in class org.redisson.client.protocol.decoder.NestedMultiDecoder.NestedDecoderState
-
- getDecoderState() - Method in class org.redisson.client.handler.State
-
- getDecoderStateCopy() - Method in class org.redisson.client.handler.State
-
- getDefaultClassLoader() - Method in class org.redisson.jcache.JCachingProvider
-
- getDefaultProperties() - Method in class org.redisson.jcache.JCachingProvider
-
- getDefaultURI() - Method in class org.redisson.jcache.JCachingProvider
-
- getDelay(TimeUnit) - Method in class org.redisson.executor.RedissonScheduledFuture
-
- getDelayedQueue(RQueue<V>) - Method in interface org.redisson.api.RedissonClient
-
Returns unbounded delayed queue instance by name.
- getDelayedQueue(RQueue<V>) - Method in class org.redisson.Redisson
-
- getDeque(String) - Method in interface org.redisson.api.RBatch
-
Returns deque instance by name.
- getDeque(String, Codec) - Method in interface org.redisson.api.RBatch
-
- getDeque(String) - Method in interface org.redisson.api.RedissonClient
-
Returns unbounded deque instance by name.
- getDeque(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns unbounded deque instance by name
using provided codec for deque objects.
- getDeque(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns deque instance by name.
- getDeque(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns deque instance by name
using provided codec for deque objects.
- getDeque(String) - Method in class org.redisson.Redisson
-
- getDeque(String, Codec) - Method in class org.redisson.Redisson
-
- getDeque(String) - Method in class org.redisson.RedissonBatch
-
- getDeque(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getDeque(String) - Method in class org.redisson.RedissonReactive
-
- getDeque(String, Codec) - Method in class org.redisson.RedissonReactive
-
- getDequeReactive(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns deque instance by name.
- getDequeReactive(String, Codec) - Method in interface org.redisson.api.RBatchReactive
-
- getDequeReactive(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getDequeReactive(String, Codec) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getDnsMonitoringInterval() - Method in class org.redisson.config.SingleServerConfig
-
- getElement() - Method in class org.redisson.client.protocol.decoder.ListIteratorResult
-
- getEndSlot() - Method in class org.redisson.cluster.ClusterSlotRange
-
- getEntry(List<ClientConnectionsEntry>) - Method in interface org.redisson.connection.balancer.LoadBalancer
-
- getEntry(List<ClientConnectionsEntry>) - Method in class org.redisson.connection.balancer.RandomLoadBalancer
-
- getEntry(List<ClientConnectionsEntry>) - Method in class org.redisson.connection.balancer.RoundRobinLoadBalancer
-
- getEntry(List<ClientConnectionsEntry>) - Method in class org.redisson.connection.balancer.WeightedRoundRobinBalancer
-
- getEntry(int) - Method in interface org.redisson.connection.ConnectionManager
-
- getEntry(InetSocketAddress) - Method in interface org.redisson.connection.ConnectionManager
-
- getEntry(InetSocketAddress) - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getEntry(int) - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getEntry() - Method in class org.redisson.connection.NodeSource
-
- getEntry() - Method in class org.redisson.connection.pool.MasterConnectionPool
-
- getEntry() - Method in class org.redisson.connection.pool.MasterPubSubConnectionPool
-
- getEntry(long) - Method in class org.redisson.RedissonFairLock
-
- getEntry(long) - Method in class org.redisson.RedissonLock
-
- getEntryName() - Method in class org.redisson.RedissonLock
-
- getEntrySet() - Method in interface org.redisson.connection.ConnectionManager
-
- getEntrySet() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getError() - Method in class org.redisson.remote.RemoteServiceResponse
-
- getEventLoopGroup() - Method in class org.redisson.config.Config
-
- getEvictionPolicy() - Method in class org.redisson.api.LocalCachedMapOptions
-
- getEvictionScheduler() - Method in class org.redisson.Redisson
-
- getException() - Method in class org.redisson.command.AsyncDetails
-
- getExcludedId() - Method in class org.redisson.RedissonLocalCachedMap.LocalCachedMapInvalidate
-
- getExecutionTimeoutInMillis() - Method in class org.redisson.api.RemoteInvocationOptions
-
- getExecutor() - Method in class org.redisson.config.Config
-
- getExecutor() - Method in interface org.redisson.connection.ConnectionManager
-
- getExecutor() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getExecutorService(String) - Method in interface org.redisson.api.RedissonClient
-
Returns ScheduledExecutorService by name
- getExecutorService(Codec, String) - Method in interface org.redisson.api.RedissonClient
-
- getExecutorService(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns ScheduledExecutorService by name
using provided codec for task, response and request serialization
- getExecutorService(String) - Method in class org.redisson.Redisson
-
- getExecutorService(Codec, String) - Method in class org.redisson.Redisson
-
Deprecated.
- getExecutorService(String, Codec) - Method in class org.redisson.Redisson
-
- getExecutorServiceWorkers() - Method in class org.redisson.config.RedissonNodeConfig
-
- getExpectedInsertions() - Method in interface org.redisson.api.RBloomFilter
-
- getExpectedInsertions() - Method in class org.redisson.RedissonBloomFilter
-
- getExpiryPolicy() - Method in class org.redisson.jcache.configuration.JCacheConfiguration
-
- getExpiryPolicyFactory() - Method in class org.redisson.jcache.configuration.JCacheConfiguration
-
- getExpression() - Method in class org.redisson.api.CronSchedule
-
- getExpressionSetSummary(Set<Integer>) - Method in class org.redisson.executor.CronExpression
-
- getExpressionSetSummary(ArrayList<Integer>) - Method in class org.redisson.executor.CronExpression
-
- getExpressionSummary() - Method in class org.redisson.executor.CronExpression
-
- getFailedAttempts() - Method in class org.redisson.connection.ClientConnectionsEntry
-
- getFailedSlaveAddresses() - Method in class org.redisson.cluster.ClusterPartition
-
- getFairLock(String) - Method in interface org.redisson.api.RedissonClient
-
Returns lock instance by name.
- getFairLock(String) - Method in class org.redisson.Redisson
-
- getFalseProbability() - Method in interface org.redisson.api.RBloomFilter
-
- getFalseProbability() - Method in class org.redisson.RedissonBloomFilter
-
- getField(Object, String) - Static method in class org.redisson.liveobject.misc.ClassUtils
-
- getFieldDescription(Class<?>, String) - Static method in class org.redisson.liveobject.misc.Introspectior
-
- getFieldReferenceName(Class<?>, Object, Class<?>, String, Object) - Method in class org.redisson.liveobject.resolver.DefaultNamingScheme
-
- getFieldReferenceName(Class<?>, Object, Class<?>, String, Object) - Method in interface org.redisson.liveobject.resolver.NamingScheme
-
- getFieldsDescription(Class<?>) - Static method in class org.redisson.liveobject.misc.Introspectior
-
- getFieldsWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.redisson.liveobject.misc.Introspectior
-
- getFinalFireTime() - Method in class org.redisson.executor.CronExpression
-
- getFirst() - Method in class org.redisson.RedissonPriorityQueue
-
- getFirst() - Method in class org.redisson.RedissonQueue
-
- getFlipDecoderIndex() - Method in class org.redisson.client.protocol.decoder.NestedMultiDecoder.NestedDecoderState
-
- getFreeAmount() - Method in class org.redisson.connection.ClientConnectionsEntry
-
- getFreeWorkers(Class<?>) - Method in interface org.redisson.api.RRemoteService
-
Returns free workers amount available for tasks
- getFreeWorkers(Class<?>) - Method in class org.redisson.RedissonRemoteService
-
- getFreezeReason() - Method in class org.redisson.connection.ClientConnectionsEntry
-
- getFreezeReason() - Method in class org.redisson.connection.MasterSlaveEntry
-
- getFrom(Channel) - Static method in class org.redisson.client.RedisConnection
-
- getGeo(String) - Method in interface org.redisson.api.RBatch
-
Returns geospatial items holder instance by name
.
- getGeo(String, Codec) - Method in interface org.redisson.api.RBatch
-
Returns geospatial items holder instance by name
using provided codec for geospatial members.
- getGeo(String) - Method in interface org.redisson.api.RedissonClient
-
Returns geospatial items holder instance by name
.
- getGeo(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns geospatial items holder instance by name
using provided codec for geospatial members.
- getGeo(String) - Method in class org.redisson.Redisson
-
- getGeo(String, Codec) - Method in class org.redisson.Redisson
-
- getGeo(String) - Method in class org.redisson.RedissonBatch
-
- getGeo(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getGroup() - Method in interface org.redisson.connection.ConnectionManager
-
- getGroup() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getHashIterations() - Method in interface org.redisson.api.RBloomFilter
-
- getHashIterations() - Method in class org.redisson.RedissonBloomFilter
-
- getHoldCount() - Method in interface org.redisson.api.RLock
-
Number of holds on this lock by the current thread
- getHoldCount() - Method in class org.redisson.RedissonLock
-
- getHyperLogLog(String) - Method in interface org.redisson.api.RBatch
-
Returns HyperLogLog object
- getHyperLogLog(String, Codec) - Method in interface org.redisson.api.RBatch
-
- getHyperLogLog(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns HyperLogLog object by name
- getHyperLogLog(String, Codec) - Method in interface org.redisson.api.RBatchReactive
-
- getHyperLogLog(String) - Method in interface org.redisson.api.RedissonClient
-
Returns HyperLogLog instance by name.
- getHyperLogLog(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns HyperLogLog instance by name
using provided codec for hll objects.
- getHyperLogLog(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns HyperLogLog instance by name.
- getHyperLogLog(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns HyperLogLog instance by name
using provided codec for hll objects.
- getHyperLogLog(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getHyperLogLog(String, Codec) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getHyperLogLog(String) - Method in class org.redisson.Redisson
-
- getHyperLogLog(String, Codec) - Method in class org.redisson.Redisson
-
- getHyperLogLog(String) - Method in class org.redisson.RedissonBatch
-
- getHyperLogLog(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getHyperLogLog(String) - Method in class org.redisson.RedissonReactive
-
- getHyperLogLog(String, Codec) - Method in class org.redisson.RedissonReactive
-
- getId() - Method in class org.redisson.RedissonNode
-
- getId(Element, BeanDefinitionBuilder, ParserContext) - Method in class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- getIdleKeys() - Method in class org.redisson.client.protocol.decoder.MapCacheScanResult
-
- getImplementationName() - Method in class org.redisson.jcache.JCacheMBeanServerBuilder.JCacheMBeanServerDelegate
-
- getImplementationVendor() - Method in class org.redisson.jcache.JCacheMBeanServerBuilder.JCacheMBeanServerDelegate
-
- getImplementationVersion() - Method in class org.redisson.jcache.JCacheMBeanServerBuilder.JCacheMBeanServerDelegate
-
- getIndex() - Method in class org.redisson.client.protocol.decoder.ListMultiDecoder.NestedDecoderState
-
- getIndex() - Method in class org.redisson.RedissonPriorityQueue.BinarySearchResult
-
- getIndex() - Method in class org.redisson.RedissonSortedSet.BinarySearchResult
-
- getInnerPromise() - Method in class org.redisson.misc.PromiseDelegator
-
- getInnerPromise() - Method in class org.redisson.misc.RedissonPromise
-
- getInParamIndex() - Method in class org.redisson.client.protocol.RedisCommand
-
- getInParamType() - Method in class org.redisson.client.protocol.RedisCommand
-
- getInputStream() - Method in interface org.redisson.api.RBinaryStream
-
Returns inputStream which reads binary stream.
- getInputStream() - Method in class org.redisson.RedissonBinaryStream
-
- getInvalidationPolicy() - Method in class org.redisson.api.LocalCachedMapOptions
-
- getIterator(String) - Method in class org.redisson.RedissonListMultimapIterator
-
- getIterator(String) - Method in class org.redisson.RedissonSetMultimapIterator
-
- getJcacheConfig() - Method in class org.redisson.jcache.configuration.RedissonConfiguration
-
- getKey() - Method in interface org.redisson.cache.CachedValue
-
- getKey() - Method in class org.redisson.cache.StdCachedValue
-
- getKey() - Method in class org.redisson.client.protocol.decoder.KeyValueMessage
-
- getKey() - Method in class org.redisson.jcache.JCacheEntry
-
- getKey() - Method in class org.redisson.jcache.JCacheEntryEvent
-
- getKey() - Method in class org.redisson.jcache.JMutableEntry
-
- getKey() - Method in class org.redisson.RedissonLocalCachedMap.CacheValue
-
- getKey() - Method in class org.redisson.RedissonMapEntry
-
- getKeyHash() - Method in class org.redisson.RedissonLocalCachedMap.CacheKey
-
- getKeyHashes() - Method in class org.redisson.RedissonLocalCachedMap.LocalCachedMapInvalidate
-
- getKeyName() - Method in class org.redisson.RedissonReference
-
- getKeys() - Method in interface org.redisson.api.RBatch
-
Returns keys operations.
- getKeys() - Method in interface org.redisson.api.RBatchReactive
-
Returns keys operations.
- getKeys() - Method in interface org.redisson.api.RedissonClient
-
Returns interface with methods for Redis keys.
- getKeys() - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns keys operations.
- getKeys() - Method in interface org.redisson.api.RKeys
-
Get all keys using iterator.
- getKeys() - Method in interface org.redisson.api.RKeysReactive
-
Load keys in incrementally iterate mode.
- getKeys() - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getKeys() - Method in class org.redisson.reactive.RedissonKeysReactive
-
- getKeys() - Method in class org.redisson.Redisson
-
- getKeys() - Method in class org.redisson.RedissonBatch
-
- getKeys() - Method in class org.redisson.RedissonKeys
-
- getKeys() - Method in class org.redisson.RedissonReactive
-
- getKeysByPattern(String) - Method in interface org.redisson.api.RKeys
-
Get all keys by pattern using iterator.
- getKeysByPattern(String, int) - Method in interface org.redisson.api.RKeys
-
Get all keys by pattern using iterator.
- getKeysByPattern(String) - Method in interface org.redisson.api.RKeysReactive
-
Find keys by pattern and load it in incrementally iterate mode.
- getKeysByPattern(String) - Method in class org.redisson.reactive.RedissonKeysReactive
-
- getKeysByPattern(String) - Method in class org.redisson.RedissonKeys
-
- getKeysByPattern(String, int) - Method in class org.redisson.RedissonKeys
-
- getKeyType() - Method in class org.redisson.jcache.bean.JCacheManagementMXBean
-
- getKeyType() - Method in class org.redisson.jcache.configuration.JCacheConfiguration
-
- getKeyType() - Method in class org.redisson.jcache.configuration.RedissonConfiguration
-
- getLast() - Method in interface org.redisson.api.RDequeReactive
-
- getLast() - Method in class org.redisson.reactive.RedissonDequeReactive
-
- getLast() - Method in class org.redisson.RedissonDeque
-
- getLast() - Method in class org.redisson.RedissonPriorityDeque
-
- getLastAsync() - Method in interface org.redisson.api.RDequeAsync
-
- getLastAsync() - Method in class org.redisson.RedissonDeque
-
- getLastAsync() - Method in class org.redisson.RedissonPriorityDeque
-
- getLastClusterNode() - Method in class org.redisson.cluster.ClusterConnectionManager
-
- getLastClusterNode() - Method in interface org.redisson.connection.ConnectionManager
-
- getLastClusterNode() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getLastDayOfMonth(int, int) - Method in class org.redisson.executor.CronExpression
-
- getLastUsageTime() - Method in class org.redisson.client.RedisConnection
-
- getLatch() - Method in class org.redisson.RedissonCountDownLatchEntry
-
- getLatch() - Method in class org.redisson.RedissonLockEntry
-
- getLatitude() - Method in class org.redisson.api.GeoEntry
-
- getLatitude() - Method in class org.redisson.api.GeoPosition
-
- getLevels() - Method in class org.redisson.client.handler.State
-
- getLexSortedSet(String) - Method in interface org.redisson.api.RBatch
-
Returns String based Redis Sorted Set instance by name
All elements are inserted with the same score during addition,
in order to force lexicographical ordering
- getLexSortedSet(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns String based Redis Sorted Set instance by name
All elements are inserted with the same score during addition,
in order to force lexicographical ordering
- getLexSortedSet(String) - Method in interface org.redisson.api.RedissonClient
-
Returns String based Redis Sorted Set instance by name
All elements are inserted with the same score during addition,
in order to force lexicographical ordering
- getLexSortedSet(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns String based Redis Sorted Set instance by name
All elements are inserted with the same score during addition,
in order to force lexicographical ordering
- getLexSortedSet(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getLexSortedSet(String) - Method in class org.redisson.Redisson
-
- getLexSortedSet(String) - Method in class org.redisson.RedissonBatch
-
- getLexSortedSet(String) - Method in class org.redisson.RedissonReactive
-
- getList(String) - Method in interface org.redisson.api.RBatch
-
Returns list instance by name.
- getList(String, Codec) - Method in interface org.redisson.api.RBatch
-
- getList(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns list instance by name.
- getList(String, Codec) - Method in interface org.redisson.api.RBatchReactive
-
- getList(String) - Method in interface org.redisson.api.RedissonClient
-
Returns list instance by name.
- getList(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns list instance by name
using provided codec for list objects.
- getList(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns list instance by name.
- getList(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns list instance by name
using provided codec for list objects.
- getList(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getList(String, Codec) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getList(String) - Method in class org.redisson.Redisson
-
- getList(String, Codec) - Method in class org.redisson.Redisson
-
- getList(String) - Method in class org.redisson.RedissonBatch
-
- getList(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getList(String) - Method in class org.redisson.RedissonReactive
-
- getList(String, Codec) - Method in class org.redisson.RedissonReactive
-
- getListener() - Method in class org.redisson.PubSubMessageListener
-
- getListener() - Method in class org.redisson.PubSubPatternMessageListener
-
- getListeners(String) - Method in class org.redisson.connection.PubSubConnectionEntry
-
- getListeners() - Method in class org.redisson.RedissonLockEntry
-
- getListMultimap(String) - Method in interface org.redisson.api.RBatch
-
Returns List based MultiMap instance by name.
- getListMultimap(String, Codec) - Method in interface org.redisson.api.RBatch
-
Returns List based MultiMap instance by name
using provided codec for both map keys and values.
- getListMultimap(String) - Method in interface org.redisson.api.RedissonClient
-
Returns List based Multimap instance by name.
- getListMultimap(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns List based Multimap instance by name
using provided codec for both map keys and values.
- getListMultimap(String) - Method in class org.redisson.Redisson
-
- getListMultimap(String, Codec) - Method in class org.redisson.Redisson
-
- getListMultimap(String) - Method in class org.redisson.RedissonBatch
-
- getListMultimap(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getListMultimapCache(String) - Method in interface org.redisson.api.RBatch
-
Returns List based Multimap instance by name.
- getListMultimapCache(String, Codec) - Method in interface org.redisson.api.RBatch
-
Returns List based Multimap instance by name
using provided codec for both map keys and values.
- getListMultimapCache(String) - Method in interface org.redisson.api.RedissonClient
-
Returns List based Multimap instance by name.
- getListMultimapCache(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns List based Multimap instance by name
using provided codec for both map keys and values.
- getListMultimapCache(String) - Method in class org.redisson.Redisson
-
- getListMultimapCache(String, Codec) - Method in class org.redisson.Redisson
-
- getListMultimapCache(String) - Method in class org.redisson.RedissonBatch
-
- getListMultimapCache(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getLiveObjectId() - Method in interface org.redisson.api.RLiveObject
-
Returns the value of the field that has the RId annotation.
- getLiveObjectService() - Method in interface org.redisson.api.RedissonClient
-
Returns RedissonAttachedLiveObjectService which can be used to
retrieve live REntity(s)
- getLiveObjectService() - Method in class org.redisson.Redisson
-
- getLoadBalancer() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
- getLocalAddress() - Method in class org.redisson.RedissonNode
-
- getLocalCachedMap(String, LocalCachedMapOptions) - Method in interface org.redisson.api.RedissonClient
-
Returns local cached map instance by name.
- getLocalCachedMap(String, Codec, LocalCachedMapOptions) - Method in interface org.redisson.api.RedissonClient
-
Returns local cached map instance by name
using provided codec.
- getLocalCachedMap(String, LocalCachedMapOptions) - Method in class org.redisson.Redisson
-
- getLocalCachedMap(String, Codec, LocalCachedMapOptions) - Method in class org.redisson.Redisson
-
- getLock(String) - Method in interface org.redisson.api.RedissonClient
-
Returns lock instance by name.
- getLock(K) - Method in interface org.redisson.api.RMap
-
Returns RLock
instance associated with key
- getLock(K) - Method in interface org.redisson.api.RMultimap
-
Returns RLock
instance associated with key
- getLock(String) - Method in class org.redisson.Redisson
-
- getLock(K) - Method in class org.redisson.RedissonMap
-
- getLock(K) - Method in class org.redisson.RedissonMultimap
-
- getLongitude() - Method in class org.redisson.api.GeoEntry
-
- getLongitude() - Method in class org.redisson.api.GeoPosition
-
- getMainPromise() - Method in class org.redisson.command.AsyncDetails
-
- getMap(String) - Method in interface org.redisson.api.RBatch
-
Returns map instance by name.
- getMap(String, Codec) - Method in interface org.redisson.api.RBatch
-
- getMap(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns map instance by name.
- getMap(String, Codec) - Method in interface org.redisson.api.RBatchReactive
-
- getMap(String) - Method in interface org.redisson.api.RedissonClient
-
Returns map instance by name.
- getMap(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns map instance by name
using provided codec for both map keys and values.
- getMap(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns map instance by name.
- getMap(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns map instance by name
using provided codec for both map keys and values.
- getMap() - Method in class org.redisson.client.protocol.decoder.MapScanResult
-
- getMap(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getMap(String, Codec) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getMap(String) - Method in class org.redisson.Redisson
-
- getMap(String, Codec) - Method in class org.redisson.Redisson
-
- getMap(String) - Method in class org.redisson.RedissonBatch
-
- getMap(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getMap(Object) - Method in class org.redisson.RedissonLiveObjectService
-
- getMap(String) - Method in class org.redisson.RedissonReactive
-
- getMap(String, Codec) - Method in class org.redisson.RedissonReactive
-
- getMapCache(String, Codec) - Method in interface org.redisson.api.RBatch
-
Returns map-based cache instance by name
using provided codec
for both cache keys and values.
- getMapCache(String) - Method in interface org.redisson.api.RBatch
-
Returns map-based cache instance by name
.
- getMapCache(String, Codec) - Method in interface org.redisson.api.RBatchReactive
-
Returns map-based cache instance by name
using provided codec
for both cache keys and values.
- getMapCache(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns map-based cache instance by name
.
- getMapCache(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns map-based cache instance by name
using provided codec
for both cache keys and values.
- getMapCache(String) - Method in interface org.redisson.api.RedissonClient
-
Returns map-based cache instance by name.
- getMapCache(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns map-based cache instance by name
using provided codec for both cache keys and values.
- getMapCache(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns map-based cache instance by name.
- getMapCache(String, Codec) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getMapCache(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getMapCache(String) - Method in class org.redisson.Redisson
-
- getMapCache(String, Codec) - Method in class org.redisson.Redisson
-
- getMapCache(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getMapCache(String) - Method in class org.redisson.RedissonBatch
-
- getMapCache(String, Codec) - Method in class org.redisson.RedissonReactive
-
- getMapCache(String) - Method in class org.redisson.RedissonReactive
-
- getMapKeyDecoder() - Method in class org.redisson.client.codec.BitSetCodec
-
- getMapKeyDecoder() - Method in class org.redisson.client.codec.ByteArrayCodec
-
- getMapKeyDecoder() - Method in interface org.redisson.client.codec.Codec
-
Returns object decoder used for hash map keys in HMAP Redis structure
- getMapKeyDecoder() - Method in class org.redisson.client.codec.MapScanCodec
-
- getMapKeyDecoder() - Method in class org.redisson.client.codec.ScanCodec
-
- getMapKeyDecoder() - Method in class org.redisson.client.codec.StringCodec
-
- getMapKeyDecoder() - Method in class org.redisson.codec.FstCodec
-
- getMapKeyDecoder() - Method in class org.redisson.codec.JsonJacksonCodec
-
- getMapKeyDecoder() - Method in class org.redisson.codec.KryoCodec
-
- getMapKeyDecoder() - Method in class org.redisson.codec.LZ4Codec
-
- getMapKeyDecoder() - Method in class org.redisson.codec.SerializationCodec
-
- getMapKeyDecoder() - Method in class org.redisson.codec.SnappyCodec
-
- getMapKeyDecoder() - Method in class org.redisson.jcache.JCacheEventCodec
-
- getMapKeyEncoder() - Method in class org.redisson.client.codec.BitSetCodec
-
- getMapKeyEncoder() - Method in class org.redisson.client.codec.ByteArrayCodec
-
- getMapKeyEncoder() - Method in interface org.redisson.client.codec.Codec
-
Returns object encoder used for hash map keys in HMAP Redis structure
- getMapKeyEncoder() - Method in class org.redisson.client.codec.MapScanCodec
-
- getMapKeyEncoder() - Method in class org.redisson.client.codec.ScanCodec
-
- getMapKeyEncoder() - Method in class org.redisson.client.codec.StringCodec
-
- getMapKeyEncoder() - Method in class org.redisson.codec.FstCodec
-
- getMapKeyEncoder() - Method in class org.redisson.codec.JsonJacksonCodec
-
- getMapKeyEncoder() - Method in class org.redisson.codec.KryoCodec
-
- getMapKeyEncoder() - Method in class org.redisson.codec.LZ4Codec
-
- getMapKeyEncoder() - Method in class org.redisson.codec.SerializationCodec
-
- getMapKeyEncoder() - Method in class org.redisson.codec.SnappyCodec
-
- getMapKeyEncoder() - Method in class org.redisson.jcache.JCacheEventCodec
-
- getMapReduceWorkers() - Method in class org.redisson.config.RedissonNodeConfig
-
- getMapValueDecoder() - Method in class org.redisson.client.codec.BitSetCodec
-
- getMapValueDecoder() - Method in class org.redisson.client.codec.ByteArrayCodec
-
- getMapValueDecoder() - Method in interface org.redisson.client.codec.Codec
-
Returns object decoder used for hash map values in HMAP Redis structure
- getMapValueDecoder() - Method in class org.redisson.client.codec.JsonJacksonMapValueCodec
-
- getMapValueDecoder() - Method in class org.redisson.client.codec.MapScanCodec
-
- getMapValueDecoder() - Method in class org.redisson.client.codec.ScanCodec
-
- getMapValueDecoder() - Method in class org.redisson.client.codec.StringCodec
-
- getMapValueDecoder() - Method in class org.redisson.codec.FstCodec
-
- getMapValueDecoder() - Method in class org.redisson.codec.JsonJacksonCodec
-
- getMapValueDecoder() - Method in class org.redisson.codec.KryoCodec
-
- getMapValueDecoder() - Method in class org.redisson.codec.LZ4Codec
-
- getMapValueDecoder() - Method in class org.redisson.codec.SerializationCodec
-
- getMapValueDecoder() - Method in class org.redisson.codec.SnappyCodec
-
- getMapValueDecoder() - Method in class org.redisson.jcache.JCacheEventCodec
-
- getMapValueEncoder() - Method in class org.redisson.client.codec.BitSetCodec
-
- getMapValueEncoder() - Method in class org.redisson.client.codec.ByteArrayCodec
-
- getMapValueEncoder() - Method in interface org.redisson.client.codec.Codec
-
Returns object encoder used for hash map values in HMAP Redis structure
- getMapValueEncoder() - Method in class org.redisson.client.codec.JsonJacksonMapValueCodec
-
- getMapValueEncoder() - Method in class org.redisson.client.codec.MapScanCodec
-
- getMapValueEncoder() - Method in class org.redisson.client.codec.ScanCodec
-
- getMapValueEncoder() - Method in class org.redisson.client.codec.StringCodec
-
- getMapValueEncoder() - Method in class org.redisson.codec.FstCodec
-
- getMapValueEncoder() - Method in class org.redisson.codec.JsonJacksonCodec
-
- getMapValueEncoder() - Method in class org.redisson.codec.KryoCodec
-
- getMapValueEncoder() - Method in class org.redisson.codec.LZ4Codec
-
- getMapValueEncoder() - Method in class org.redisson.codec.SerializationCodec
-
- getMapValueEncoder() - Method in class org.redisson.codec.SnappyCodec
-
- getMapValueEncoder() - Method in class org.redisson.jcache.JCacheEventCodec
-
- getMasterAddr() - Method in class org.redisson.cluster.ClusterPartition
-
- getMasterAddress() - Method in class org.redisson.cluster.ClusterPartition
-
- getMasterAddress() - Method in class org.redisson.config.MasterSlaveServersConfig
-
- getMasterConnectionMinimumIdleSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
- getMasterConnectionPoolSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
- getMasterName() - Method in class org.redisson.config.SentinelServersConfig
-
- getMaxIdleInMillis() - Method in class org.redisson.api.LocalCachedMapOptions
-
- getMaxIdleTime() - Method in class org.redisson.spring.cache.CacheConfig
-
- getMBeanServerId() - Method in class org.redisson.jcache.JCacheMBeanServerBuilder.JCacheMBeanServerDelegate
-
- getMember() - Method in class org.redisson.api.GeoEntry
-
- getMessageDecoder() - Method in class org.redisson.client.protocol.CommandData
-
- getMethod() - Method in class org.redisson.remote.RemoteServiceMethod
-
- getMethodDescription(Class<?>, String) - Static method in class org.redisson.liveobject.misc.Introspectior
-
- getMethodName() - Method in class org.redisson.remote.RemoteServiceKey
-
- getMethodName() - Method in class org.redisson.remote.RemoteServiceRequest
-
- getMethodSignatures(Method) - Method in class org.redisson.BaseRemoteService
-
- getMinimumIdleSize(ClientConnectionsEntry) - Method in class org.redisson.connection.pool.MasterConnectionPool
-
- getMinimumIdleSize(ClientConnectionsEntry) - Method in class org.redisson.connection.pool.PubSubConnectionPool
-
- getMinimumIdleSize(ClientConnectionsEntry) - Method in class org.redisson.connection.pool.SlaveConnectionPool
-
- getMonthNumber(String) - Method in class org.redisson.executor.CronExpression
-
- getName() - Method in interface org.redisson.api.RExecutorService
-
Returns executor name
- getName() - Method in interface org.redisson.api.RObject
-
Returns name of object
- getName() - Method in interface org.redisson.api.RObjectReactive
-
- getName() - Method in class org.redisson.client.protocol.RedisCommand
-
- getName(Class<?>, Class<?>, String, Object) - Method in class org.redisson.liveobject.resolver.DefaultNamingScheme
-
- getName(Class<?>, Class<?>, String, Object) - Method in interface org.redisson.liveobject.resolver.NamingScheme
-
- getName() - Method in class org.redisson.PubSubMessageListener
-
- getName() - Method in class org.redisson.PubSubPatternMessageListener
-
- getName() - Method in class org.redisson.PubSubPatternStatusListener
-
- getName() - Method in class org.redisson.PubSubStatusListener
-
- getName() - Method in class org.redisson.RedissonExecutorService
-
- getName() - Method in class org.redisson.RedissonObject
-
- getName(Object) - Method in class org.redisson.RedissonObject
-
- getName() - Method in class org.redisson.spring.cache.RedissonCache
-
- getName(Node) - Method in class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- getNativeCache() - Method in class org.redisson.spring.cache.RedissonCache
-
- getNettyThreads() - Method in class org.redisson.config.Config
-
- getNextInvalidTimeAfter(Date) - Method in class org.redisson.executor.CronExpression
-
Returns the next date/time after the given date/time which does
not satisfy the expression
- getNextValidTimeAfter(Date) - Method in class org.redisson.executor.CronExpression
-
Returns the next date/time after the given date/time which
satisfies the cron expression.
- getNode(String) - Method in interface org.redisson.api.NodesGroup
-
Get Redis node by address in format: host:port
- getNode(String) - Method in class org.redisson.RedisNodes
-
- getNodeAddresses() - Method in class org.redisson.config.ClusterServersConfig
-
- getNodeAddresses() - Method in class org.redisson.config.ReplicatedServersConfig
-
- getNodeId() - Method in class org.redisson.cluster.ClusterNodeInfo
-
- getNodeId() - Method in class org.redisson.cluster.ClusterPartition
-
- getNodeInfo() - Method in class org.redisson.cluster.ClusterNodeInfo
-
- getNodes(NodeType) - Method in interface org.redisson.api.NodesGroup
-
Get all Redis nodes by type
- getNodes() - Method in interface org.redisson.api.NodesGroup
-
All Redis nodes used by Redisson.
- getNodes(NodeType) - Method in class org.redisson.RedisNodes
-
- getNodes() - Method in class org.redisson.RedisNodes
-
- getNodesGroup() - Method in interface org.redisson.api.RedissonClient
-
Get Redis nodes group for server operations
- getNodesGroup() - Method in interface org.redisson.api.RedissonReactiveClient
-
Get Redis nodes group for server operations
- getNodesGroup() - Method in class org.redisson.Redisson
-
- getNodesGroup() - Method in class org.redisson.RedissonReactive
-
- getNodeType() - Method in class org.redisson.connection.ClientConnectionsEntry
-
- getNotificationInfo() - Method in class org.redisson.jcache.JCacheMBeanServerBuilder.JCacheMBeanServerDelegate
-
- getNow() - Method in interface org.redisson.api.RFuture
-
Return the result without blocking.
- getNow() - Method in class org.redisson.misc.PromiseDelegator
-
- getNow() - Method in class org.redisson.misc.RedissonPromise
-
- getNumericValue(String, int) - Method in class org.redisson.executor.CronExpression
-
- getObj() - Method in class org.redisson.client.protocol.decoder.ScanObjectEntry
-
- getObjectMapper() - Method in class org.redisson.codec.JsonJacksonCodec
-
- getOldValue() - Method in class org.redisson.jcache.JCacheEntryEvent
-
- getOperation() - Method in class org.redisson.client.handler.PubSubKey
-
- getOptions() - Method in class org.redisson.remote.RemoteServiceRequest
-
- getOutParamType() - Method in class org.redisson.client.protocol.RedisCommand
-
- getOutputStream() - Method in interface org.redisson.api.RBinaryStream
-
Returns outputStream which writes binary stream.
- getOutputStream() - Method in class org.redisson.RedissonBinaryStream
-
- getOwner() - Method in class org.redisson.cache.CachedValueSoftReference
-
- getOwner() - Method in class org.redisson.cache.CachedValueWeakReference
-
- getParams() - Method in class org.redisson.client.protocol.CommandData
-
- getParams() - Method in class org.redisson.command.AsyncDetails
-
- getParent() - Method in class org.redisson.cluster.ClusterPartition
-
- getParts() - Method in class org.redisson.client.handler.StateLevel
-
- getPartsIndex() - Method in class org.redisson.client.protocol.decoder.ListMultiDecoder.NestedDecoderState
-
- getPattern() - Method in class org.redisson.client.protocol.pubsub.PubSubPatternMessage
-
- getPatternChannels() - Method in class org.redisson.client.RedisPubSubConnection
-
- getPatternNames() - Method in interface org.redisson.api.RPatternTopic
-
Get topic channel patterns
- getPatternNames() - Method in interface org.redisson.api.RPatternTopicReactive
-
Get topic channel patterns
- getPatternNames() - Method in class org.redisson.reactive.RedissonPatternTopicReactive
-
- getPatternNames() - Method in class org.redisson.RedissonPatternTopic
-
- getPatternTopic(String) - Method in interface org.redisson.api.RedissonClient
-
Returns topic instance satisfies by pattern name.
- getPatternTopic(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns topic instance satisfies by pattern name
using provided codec for messages.
- getPatternTopic(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns topic instance satisfies by pattern name.
- getPatternTopic(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns topic instance satisfies by pattern name
using provided codec for messages.
- getPatternTopic(String) - Method in class org.redisson.Redisson
-
- getPatternTopic(String, Codec) - Method in class org.redisson.Redisson
-
- getPatternTopic(String) - Method in class org.redisson.RedissonReactive
-
- getPatternTopic(String, Codec) - Method in class org.redisson.RedissonReactive
-
- getPermitExpirableSemaphore(String) - Method in interface org.redisson.api.RedissonClient
-
Returns semaphore instance by name.
- getPermitExpirableSemaphore(String) - Method in class org.redisson.Redisson
-
- getPos() - Method in class org.redisson.client.protocol.decoder.ListScanResult
-
- getPos() - Method in class org.redisson.client.protocol.decoder.MapScanResult
-
- getPriorityDeque(String) - Method in interface org.redisson.api.RedissonClient
-
Returns priority unbounded deque instance by name.
- getPriorityDeque(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns priority unbounded deque instance by name
using provided codec for queue objects.
- getPriorityDeque(String) - Method in class org.redisson.Redisson
-
- getPriorityDeque(String, Codec) - Method in class org.redisson.Redisson
-
- getPriorityQueue(String) - Method in interface org.redisson.api.RedissonClient
-
Returns priority unbounded queue instance by name.
- getPriorityQueue(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns priority unbounded queue instance by name
using provided codec for queue objects.
- getPriorityQueue(String) - Method in class org.redisson.Redisson
-
- getPriorityQueue(String, Codec) - Method in class org.redisson.Redisson
-
- getPromise() - Method in class org.redisson.client.protocol.CommandData
-
- getPromise() - Method in class org.redisson.client.protocol.CommandsData
-
- getPromise() - Method in interface org.redisson.PubSubEntry
-
- getPromise() - Method in class org.redisson.RedissonCountDownLatchEntry
-
- getPromise() - Method in class org.redisson.RedissonLockEntry
-
- getProperties() - Method in class org.redisson.jcache.JCacheManager
-
- getPubSubEntry(String) - Method in interface org.redisson.connection.ConnectionManager
-
- getPubSubEntry(String) - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getPubSubOperations() - Method in class org.redisson.client.protocol.CommandData
-
- getPubSubOperations() - Method in class org.redisson.client.protocol.CommandsData
-
- getPubSubOperations() - Method in interface org.redisson.client.protocol.QueueCommand
-
- getQueue(String) - Method in interface org.redisson.api.RBatch
-
Returns queue instance by name.
- getQueue(String, Codec) - Method in interface org.redisson.api.RBatch
-
- getQueue(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns queue instance by name.
- getQueue(String, Codec) - Method in interface org.redisson.api.RBatchReactive
-
- getQueue(String) - Method in interface org.redisson.api.RedissonClient
-
Returns unbounded queue instance by name.
- getQueue(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns unbounded queue instance by name
using provided codec for queue objects.
- getQueue(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns queue instance by name.
- getQueue(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns queue instance by name
using provided codec for queue objects.
- getQueue(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getQueue(String, Codec) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getQueue(String) - Method in class org.redisson.Redisson
-
- getQueue(String, Codec) - Method in class org.redisson.Redisson
-
- getQueue(String) - Method in class org.redisson.RedissonBatch
-
- getQueue(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getQueue(String) - Method in class org.redisson.RedissonReactive
-
- getQueue(String, Codec) - Method in class org.redisson.RedissonReactive
-
- GETRANGE - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- getReactiveType() - Method in class org.redisson.RedissonReference
-
- getReactiveTypeName() - Method in class org.redisson.RedissonReference
-
- getReadMode() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
- getReadWriteLock(String) - Method in interface org.redisson.api.RedissonClient
-
Returns readWriteLock instance by name.
- getReadWriteLock(K) - Method in interface org.redisson.api.RMap
-
Returns RReadWriteLock
instance associated with key
- getReadWriteLock(K) - Method in interface org.redisson.api.RMultimap
-
Returns RReadWriteLock
instance associated with key
- getReadWriteLock(String) - Method in class org.redisson.Redisson
-
- getReadWriteLock(K) - Method in class org.redisson.RedissonMap
-
- getReadWriteLock(K) - Method in class org.redisson.RedissonMultimap
-
- getReconnectListener() - Method in class org.redisson.client.RedisConnection
-
- getRedirect() - Method in class org.redisson.connection.NodeSource
-
- getRedisClient() - Method in class org.redisson.client.protocol.decoder.ListScanResult
-
- getRedisClient() - Method in class org.redisson.client.protocol.decoder.MapScanResult
-
- getRedisClient() - Method in class org.redisson.client.RedisConnection
-
- getRedisClient() - Method in interface org.redisson.RedisClientResult
-
- getRedisson() - Method in class org.redisson.jcache.configuration.RedissonConfiguration
-
- getRedisson() - Method in class org.redisson.RedissonNode
-
- getRedissonNodeInitializer() - Method in class org.redisson.config.RedissonNodeConfig
-
- getRemoteAddress() - Method in class org.redisson.RedissonNode
-
- getRemoteService() - Method in interface org.redisson.api.RedissonClient
-
Returns object for remote operations prefixed with the default name (redisson_remote_service)
- getRemoteService(Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns object for remote operations prefixed with the default name (redisson_remote_service)
and uses provided codec for method arguments and result.
- getRemoteService(String) - Method in interface org.redisson.api.RedissonClient
-
Returns object for remote operations prefixed with the specified name
- getRemoteService(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns object for remote operations prefixed with the specified name
and uses provided codec for method arguments and result.
- getRemoteService() - Method in class org.redisson.Redisson
-
- getRemoteService(String) - Method in class org.redisson.Redisson
-
- getRemoteService(Codec) - Method in class org.redisson.Redisson
-
- getRemoteService(String, Codec) - Method in class org.redisson.Redisson
-
- getReplayDecoder() - Method in class org.redisson.client.protocol.RedisCommand
-
- getReplayMultiDecoder() - Method in class org.redisson.client.protocol.RedisCommand
-
- getRequestId() - Method in class org.redisson.executor.RemotePromise
-
- getRequestId() - Method in class org.redisson.remote.RemoteServiceRequest
-
- getRequestQueueName(Class<?>) - Method in class org.redisson.BaseRemoteService
-
- getResolver(Class<?>, Class<? extends Resolver>, Annotation) - Method in class org.redisson.liveobject.provider.DefaultResolverProvider
-
- getResolver(Class<?>, Class<? extends Resolver>, Annotation) - Method in interface org.redisson.liveobject.provider.ResolverProvider
-
To retrieve a resolver based on the the class requiring values to be
resolved, the resolver type, and annotation which may carry any required
configurations.
- getResolverProvider() - Method in interface org.redisson.api.RedissonClient
-
Returns the ResolverProvider instance
- getResolverProvider() - Method in class org.redisson.config.Config
-
Returns the ResolverProvider instance
- getResolverProvider() - Method in class org.redisson.Redisson
-
- getResource(String) - Method in class org.redisson.executor.ClassLoaderDelegator
-
- getResourceAsStream(String) - Method in class org.redisson.executor.ClassLoaderDelegator
-
- getResources(String) - Method in class org.redisson.executor.ClassLoaderDelegator
-
- getResponseId() - Method in class org.redisson.remote.RemoteServiceCancelRequest
-
- getResponseQueueName(Class<?>, String) - Method in class org.redisson.BaseRemoteService
-
- getResult() - Method in class org.redisson.remote.RemoteServiceResponse
-
- getScanInterval() - Method in class org.redisson.config.ClusterServersConfig
-
- getScanInterval() - Method in class org.redisson.config.ReplicatedServersConfig
-
- getScore(V) - Method in interface org.redisson.api.RScoredSortedSet
-
- getScore(V) - Method in interface org.redisson.api.RScoredSortedSetReactive
-
- getScore() - Method in class org.redisson.client.protocol.ScoredEntry
-
- getScore(V) - Method in class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- getScore(V) - Method in class org.redisson.RedissonScoredSortedSet
-
- getScoreAsync(V) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- getScoreAsync(V) - Method in class org.redisson.RedissonScoredSortedSet
-
- getScoredSortedSet(String) - Method in interface org.redisson.api.RBatch
-
Returns Redis Sorted Set instance by name
- getScoredSortedSet(String, Codec) - Method in interface org.redisson.api.RBatch
-
- getScoredSortedSet(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns Redis Sorted Set instance by name
- getScoredSortedSet(String, Codec) - Method in interface org.redisson.api.RBatchReactive
-
- getScoredSortedSet(String) - Method in interface org.redisson.api.RedissonClient
-
Returns Redis Sorted Set instance by name.
- getScoredSortedSet(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns Redis Sorted Set instance by name
using provided codec for sorted set objects.
- getScoredSortedSet(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns Redis Sorted Set instance by name.
- getScoredSortedSet(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns Redis Sorted Set instance by name
using provided codec for sorted set objects.
- getScoredSortedSet(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getScoredSortedSet(String, Codec) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getScoredSortedSet(String) - Method in class org.redisson.Redisson
-
- getScoredSortedSet(String, Codec) - Method in class org.redisson.Redisson
-
- getScoredSortedSet(String) - Method in class org.redisson.RedissonBatch
-
- getScoredSortedSet(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getScoredSortedSet(String) - Method in class org.redisson.RedissonReactive
-
- getScoredSortedSet(String, Codec) - Method in class org.redisson.RedissonReactive
-
- getScript() - Method in interface org.redisson.api.RBatch
-
Returns script operations object
- getScript() - Method in interface org.redisson.api.RBatchReactive
-
Returns script operations object
- getScript() - Method in interface org.redisson.api.RedissonClient
-
Returns script operations object
- getScript() - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns script operations object
- getScript() - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getScript() - Method in class org.redisson.Redisson
-
- getScript() - Method in class org.redisson.RedissonBatch
-
- getScript() - Method in class org.redisson.RedissonReactive
-
- getSemaphore(String) - Method in interface org.redisson.api.RedissonClient
-
Returns semaphore instance by name
- getSemaphore(String) - Method in interface org.redisson.connection.ConnectionManager
-
- getSemaphore(String) - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getSemaphore(String) - Method in class org.redisson.Redisson
-
- getSentinelAddresses() - Method in class org.redisson.config.SentinelServersConfig
-
- getServiceInterface() - Method in class org.redisson.remote.RemoteServiceKey
-
- getSession(String) - Method in class org.redisson.spring.session.RedissonSessionRepository
-
- getSet(String) - Method in interface org.redisson.api.RBatch
-
Returns set instance by name.
- getSet(String, Codec) - Method in interface org.redisson.api.RBatch
-
- getSet(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns set instance by name.
- getSet(String, Codec) - Method in interface org.redisson.api.RBatchReactive
-
- getSet(String) - Method in interface org.redisson.api.RedissonClient
-
Returns set instance by name.
- getSet(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns set instance by name
using provided codec for set objects.
- getSet(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns set instance by name.
- getSet(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns set instance by name
using provided codec for set objects.
- GETSET - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- getSet(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getSet(String, Codec) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getSet(String) - Method in class org.redisson.Redisson
-
- getSet(String, Codec) - Method in class org.redisson.Redisson
-
- getSet(String) - Method in class org.redisson.RedissonBatch
-
- getSet(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getSet(String) - Method in class org.redisson.RedissonReactive
-
- getSet(String, Codec) - Method in class org.redisson.RedissonReactive
-
- getSetCache(String) - Method in interface org.redisson.api.RBatch
-
Returns set-based cache instance by name
.
- getSetCache(String, Codec) - Method in interface org.redisson.api.RBatch
-
Returns set-based cache instance by name
using provided codec
for values.
- getSetCache(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns set-based cache instance by name
.
- getSetCache(String, Codec) - Method in interface org.redisson.api.RBatchReactive
-
Returns set-based cache instance by name
using provided codec
for values.
- getSetCache(String) - Method in interface org.redisson.api.RedissonClient
-
Returns set-based cache instance by name
.
- getSetCache(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns set-based cache instance by name
.
- getSetCache(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns set-based cache instance by name
.
- getSetCache(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns set-based cache instance by name
.
- getSetCache(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getSetCache(String, Codec) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getSetCache(String) - Method in class org.redisson.Redisson
-
- getSetCache(String, Codec) - Method in class org.redisson.Redisson
-
- getSetCache(String) - Method in class org.redisson.RedissonBatch
-
- getSetCache(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getSetCache(String) - Method in class org.redisson.RedissonReactive
-
- getSetCache(String, Codec) - Method in class org.redisson.RedissonReactive
-
- getSetMultimap(String) - Method in interface org.redisson.api.RBatch
-
Returns Set based MultiMap instance by name.
- getSetMultimap(String, Codec) - Method in interface org.redisson.api.RBatch
-
Returns Set based MultiMap instance by name
using provided codec for both map keys and values.
- getSetMultimap(String) - Method in interface org.redisson.api.RedissonClient
-
Returns Set based Multimap instance by name.
- getSetMultimap(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns Set based Multimap instance by name
using provided codec for both map keys and values.
- getSetMultimap(String) - Method in class org.redisson.Redisson
-
- getSetMultimap(String, Codec) - Method in class org.redisson.Redisson
-
- getSetMultimap(String) - Method in class org.redisson.RedissonBatch
-
- getSetMultimap(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getSetMultimapCache(String) - Method in interface org.redisson.api.RBatch
-
Returns Set based Multimap instance by name.
- getSetMultimapCache(String, Codec) - Method in interface org.redisson.api.RBatch
-
Returns Set based Multimap instance by name
using provided codec for both map keys and values.
- getSetMultimapCache(String) - Method in interface org.redisson.api.RedissonClient
-
Returns Set based Multimap instance by name.
- getSetMultimapCache(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns Set based Multimap instance by name
using provided codec for both map keys and values.
- getSetMultimapCache(String) - Method in class org.redisson.Redisson
-
- getSetMultimapCache(String, Codec) - Method in class org.redisson.Redisson
-
- getSetMultimapCache(String) - Method in class org.redisson.RedissonBatch
-
- getSetMultimapCache(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getShutdownLatch() - Method in interface org.redisson.connection.ConnectionManager
-
- getShutdownLatch() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getShutdownPromise() - Method in interface org.redisson.connection.ConnectionManager
-
- getShutdownPromise() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- getSignatures() - Method in class org.redisson.remote.RemoteServiceKey
-
- getSignatures() - Method in class org.redisson.remote.RemoteServiceRequest
-
- getSingleElement(Element, String) - Method in class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- getSize() - Method in interface org.redisson.api.RBloomFilter
-
- getSize() - Method in class org.redisson.client.handler.StateLevel
-
- getSize() - Method in class org.redisson.client.protocol.decoder.ListIteratorResult
-
- getSize() - Method in class org.redisson.RedissonBloomFilter
-
- getSlaveAddresses() - Method in class org.redisson.cluster.ClusterPartition
-
- getSlaveAddresses() - Method in class org.redisson.config.MasterSlaveServersConfig
-
- getSlaveConnectionMinimumIdleSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
- getSlaveConnectionPoolSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
- getSlaveOf() - Method in class org.redisson.cluster.ClusterNodeInfo
-
- getSlaveSubscriptionConnectionMinimumIdleSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
Deprecated.
- getSlaveSubscriptionConnectionPoolSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
Deprecated.
- getSlot(String) - Method in interface org.redisson.api.RKeys
-
Get hash slot identifier for key.
- getSlot(String) - Method in interface org.redisson.api.RKeysReactive
-
Get hash slot identifier for key.
- getSlot() - Method in exception org.redisson.client.RedisRedirectException
-
- getSlot() - Method in class org.redisson.connection.NodeSource
-
- getSlot(String) - Method in class org.redisson.reactive.RedissonKeysReactive
-
- getSlot(String) - Method in class org.redisson.RedissonKeys
-
- getSlotAsync(String) - Method in interface org.redisson.api.RKeysAsync
-
Get hash slot identifier for key in async mode.
- getSlotAsync(String) - Method in class org.redisson.RedissonKeys
-
- getSlotRanges() - Method in class org.redisson.cluster.ClusterNodeInfo
-
- getSlotRanges() - Method in class org.redisson.cluster.ClusterPartition
-
- getSlotRanges() - Method in class org.redisson.connection.MasterSlaveEntry
-
- getSlots() - Method in class org.redisson.cluster.ClusterPartition
-
- getSortedSet(String) - Method in interface org.redisson.api.RedissonClient
-
Returns sorted set instance by name.
- getSortedSet(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns sorted set instance by name
using provided codec for sorted set objects.
- getSortedSet(String) - Method in class org.redisson.Redisson
-
- getSortedSet(String, Codec) - Method in class org.redisson.Redisson
-
- getSource() - Method in class org.redisson.command.AsyncDetails
-
- getSpecificationName() - Method in class org.redisson.jcache.JCacheMBeanServerBuilder.JCacheMBeanServerDelegate
-
- getSpecificationVendor() - Method in class org.redisson.jcache.JCacheMBeanServerBuilder.JCacheMBeanServerDelegate
-
- getSpecificationVersion() - Method in class org.redisson.jcache.JCacheMBeanServerBuilder.JCacheMBeanServerDelegate
-
- getStartSlot() - Method in class org.redisson.cluster.ClusterSlotRange
-
- getStatBean(JCache<?, ?>) - Method in class org.redisson.jcache.JCacheManager
-
- getSubName() - Method in class org.redisson.client.protocol.RedisCommand
-
- getSubscribeFuture(String, PubSubType) - Method in class org.redisson.connection.PubSubConnectionEntry
-
- getSubscriptionConnectionMinimumIdleSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
- getSubscriptionConnectionMinimumIdleSize() - Method in class org.redisson.config.SingleServerConfig
-
- getSubscriptionConnectionPoolSize() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
- getSubscriptionConnectionPoolSize() - Method in class org.redisson.config.SingleServerConfig
-
- getSubscriptionMode() - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
- getSuccessFuture() - Method in class org.redisson.client.SubscribeListener
-
- getTaskId() - Method in interface org.redisson.api.RScheduledFuture
-
Returns scheduled task id
Which could be canceled later.
- getTaskId() - Method in class org.redisson.executor.RedissonScheduledFuture
-
- getThreads() - Method in class org.redisson.config.Config
-
- getTimeAfter(Date) - Method in class org.redisson.executor.CronExpression
-
- getTimeBefore(Date) - Method in class org.redisson.executor.CronExpression
-
- getTimeout() - Method in class org.redisson.command.AsyncDetails
-
- getTimeToLiveInMillis() - Method in class org.redisson.api.LocalCachedMapOptions
-
- getTimeZone() - Method in class org.redisson.executor.CronExpression
-
Returns the time zone for which this CronExpression
will be resolved.
- getTopic(String) - Method in interface org.redisson.api.RBatch
-
Returns topic instance by name.
- getTopic(String, Codec) - Method in interface org.redisson.api.RBatch
-
- getTopic(String) - Method in interface org.redisson.api.RBatchReactive
-
Returns topic instance by name.
- getTopic(String, Codec) - Method in interface org.redisson.api.RBatchReactive
-
- getTopic(String) - Method in interface org.redisson.api.RedissonClient
-
Returns topic instance by name.
- getTopic(String, Codec) - Method in interface org.redisson.api.RedissonClient
-
Returns topic instance by name
using provided codec for messages.
- getTopic(String) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns topic instance by name.
- getTopic(String, Codec) - Method in interface org.redisson.api.RedissonReactiveClient
-
Returns topic instance by name
using provided codec for messages.
- getTopic() - Method in class org.redisson.QueueTransferTask
-
- getTopic(String) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getTopic(String, Codec) - Method in class org.redisson.reactive.RedissonBatchReactive
-
- getTopic(String) - Method in class org.redisson.Redisson
-
- getTopic(String, Codec) - Method in class org.redisson.Redisson
-
- getTopic(String) - Method in class org.redisson.RedissonBatch
-
- getTopic(String, Codec) - Method in class org.redisson.RedissonBatch
-
- getTopic(String) - Method in class org.redisson.RedissonReactive
-
- getTopic(String, Codec) - Method in class org.redisson.RedissonReactive
-
- getTTL() - Method in class org.redisson.spring.cache.CacheConfig
-
- getType() - Method in interface org.redisson.api.Node
-
Returns node type
- getType(String) - Method in interface org.redisson.api.RKeys
-
Get Redis object type by key
- getType() - Method in class org.redisson.client.protocol.pubsub.PubSubStatusMessage
-
- getType() - Method in class org.redisson.cluster.ClusterPartition
-
- getType() - Method in class org.redisson.connection.RedisClientEntry
-
- getType(String) - Method in class org.redisson.RedissonKeys
-
- getType() - Method in class org.redisson.RedissonReference
-
- getTypeAsync(String) - Method in interface org.redisson.api.RKeysAsync
-
Get Redis object type by key
- getTypeAsync(String) - Method in class org.redisson.RedissonKeys
-
- getTypeDescription(Class<?>) - Static method in class org.redisson.liveobject.misc.Introspectior
-
- getTypeName() - Method in class org.redisson.RedissonReference
-
- getURI() - Method in class org.redisson.jcache.JCacheManager
-
- getUrl() - Method in exception org.redisson.client.RedisRedirectException
-
- getValue() - Method in interface org.redisson.cache.CachedValue
-
- getValue() - Method in class org.redisson.cache.ReferenceCachedValue
-
- getValue() - Method in class org.redisson.cache.StdCachedValue
-
- getValue() - Method in class org.redisson.client.protocol.decoder.KeyValueMessage
-
- getValue() - Method in class org.redisson.client.protocol.pubsub.PubSubMessage
-
- getValue() - Method in class org.redisson.client.protocol.pubsub.PubSubPatternMessage
-
- getValue() - Method in class org.redisson.client.protocol.ScoredEntry
-
- getValue(int, String, int) - Method in class org.redisson.executor.CronExpression
-
- getValue() - Method in class org.redisson.jcache.JCacheEntry
-
- getValue() - Method in class org.redisson.jcache.JCacheEntryEvent
-
- getValue() - Method in class org.redisson.jcache.JMutableEntry
-
- getValue() - Method in interface org.redisson.liveobject.core.LiveObjectInterceptor.Getter
-
- getValue(Map.Entry<ScanObjectEntry, ScanObjectEntry>) - Method in class org.redisson.RedissonBaseMapIterator
-
- getValue() - Method in class org.redisson.RedissonLocalCachedMap.CacheValue
-
- getValue() - Method in class org.redisson.RedissonMapEntry
-
- getValue() - Method in class org.redisson.RedissonPriorityQueue.BinarySearchResult
-
- getValue() - Method in class org.redisson.RedissonSortedSet.BinarySearchResult
-
- getValueDecoder() - Method in class org.redisson.client.codec.BitSetCodec
-
- getValueDecoder() - Method in class org.redisson.client.codec.ByteArrayCodec
-
- getValueDecoder() - Method in interface org.redisson.client.codec.Codec
-
Returns object decoder used for any objects stored Redis structure except HMAP
- getValueDecoder() - Method in class org.redisson.client.codec.DelegateDecoderCodec
-
- getValueDecoder() - Method in class org.redisson.client.codec.DoubleCodec
-
- getValueDecoder() - Method in class org.redisson.client.codec.IntegerCodec
-
- getValueDecoder() - Method in class org.redisson.client.codec.LongCodec
-
- getValueDecoder() - Method in class org.redisson.client.codec.MapScanCodec
-
- getValueDecoder() - Method in class org.redisson.client.codec.ScanCodec
-
- getValueDecoder() - Method in class org.redisson.client.codec.StringCodec
-
- getValueDecoder() - Method in class org.redisson.codec.FstCodec
-
- getValueDecoder() - Method in class org.redisson.codec.JsonJacksonCodec
-
- getValueDecoder() - Method in class org.redisson.codec.KryoCodec
-
- getValueDecoder() - Method in class org.redisson.codec.LZ4Codec
-
- getValueDecoder() - Method in class org.redisson.codec.SerializationCodec
-
- getValueDecoder() - Method in class org.redisson.codec.SnappyCodec
-
- getValueDecoder() - Method in class org.redisson.jcache.JCacheEventCodec
-
- getValueEncoder() - Method in class org.redisson.client.codec.BitSetCodec
-
- getValueEncoder() - Method in class org.redisson.client.codec.ByteArrayCodec
-
- getValueEncoder() - Method in interface org.redisson.client.codec.Codec
-
Returns object encoder used for any objects stored Redis structure except HMAP
- getValueEncoder() - Method in class org.redisson.client.codec.GeoEntryCodec
-
- getValueEncoder() - Method in class org.redisson.client.codec.MapScanCodec
-
- getValueEncoder() - Method in class org.redisson.client.codec.ScanCodec
-
- getValueEncoder() - Method in class org.redisson.client.codec.ScoredCodec
-
- getValueEncoder() - Method in class org.redisson.client.codec.StringCodec
-
- getValueEncoder() - Method in class org.redisson.codec.FstCodec
-
- getValueEncoder() - Method in class org.redisson.codec.JsonJacksonCodec
-
- getValueEncoder() - Method in class org.redisson.codec.KryoCodec
-
- getValueEncoder() - Method in class org.redisson.codec.LZ4Codec
-
- getValueEncoder() - Method in class org.redisson.codec.SerializationCodec
-
- getValueEncoder() - Method in class org.redisson.codec.SnappyCodec
-
- getValueEncoder() - Method in class org.redisson.jcache.JCacheEventCodec
-
- getValues() - Method in class org.redisson.client.protocol.decoder.ListScanResult
-
- getValueType() - Method in class org.redisson.jcache.bean.JCacheManagementMXBean
-
- getValueType() - Method in class org.redisson.jcache.configuration.JCacheConfiguration
-
- getValueType() - Method in class org.redisson.jcache.configuration.RedissonConfiguration
-
- getWriteFuture() - Method in class org.redisson.command.AsyncDetails
-
- group - Variable in class org.redisson.connection.MasterSlaveConnectionManager
-
- radius(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeo
-
Returns the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units.
- radius(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
-
Returns the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units and limited by count
- radius(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeo
-
Returns the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units with GeoOrder
- radius(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
-
Returns the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units with GeoOrder
and limited by count
- radius(V, double, GeoUnit) - Method in interface org.redisson.api.RGeo
-
Returns the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units.
- radius(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
-
Returns the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units and limited by count
- radius(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeo
-
Returns the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units with GeoOrder
- radius(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
-
Returns the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units with GeoOrder
and limited by count
- radius(double, double, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radius(double, double, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radius(double, double, double, GeoUnit, GeoOrder) - Method in class org.redisson.RedissonGeo
-
- radius(double, double, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radius(V, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radius(V, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radius(V, double, GeoUnit, GeoOrder) - Method in class org.redisson.RedissonGeo
-
- radius(V, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusAsync(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
-
Returns the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units.
- radiusAsync(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
-
Returns the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units and limited by count
- radiusAsync(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoAsync
-
Returns the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units with GeoOrder
- radiusAsync(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
-
Returns the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units with GeoOrder
and limited by count
- radiusAsync(V, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
-
Returns the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units.
- radiusAsync(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
-
Returns the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units and limited by count
- radiusAsync(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoAsync
-
Returns the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units with GeoOrder
- radiusAsync(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
-
Returns the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units with GeoOrder
- radiusAsync(double, double, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusAsync(double, double, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusAsync(double, double, double, GeoUnit, GeoOrder) - Method in class org.redisson.RedissonGeo
-
- radiusAsync(double, double, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusAsync(V, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusAsync(V, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusAsync(V, double, GeoUnit, GeoOrder) - Method in class org.redisson.RedissonGeo
-
- radiusAsync(V, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusStoreTo(String, double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeo
-
Finds the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units.
- radiusStoreTo(String, double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
-
Finds the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units and limited by count
Store result to destName
.
- radiusStoreTo(String, double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
-
Finds the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units with GeoOrder
and limited by count
Store result to destName
.
- radiusStoreTo(String, V, double, GeoUnit) - Method in interface org.redisson.api.RGeo
-
Finds the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units.
- radiusStoreTo(String, V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
-
Finds the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units and limited by count
Store result to destName
.
- radiusStoreTo(String, V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
-
Finds the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units with GeoOrder
Store result to destName
.
- radiusStoreTo(String, double, double, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusStoreTo(String, double, double, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusStoreTo(String, double, double, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusStoreTo(String, V, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusStoreTo(String, V, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusStoreTo(String, V, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusStoreToAsync(String, double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
-
Finds the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units.
- radiusStoreToAsync(String, double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
-
Finds the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units and limited by count
Store result to destName
.
- radiusStoreToAsync(String, double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
-
Finds the members of a sorted set, which are within the
borders of the area specified with the center location
and the maximum distance from the center (the radius)
in GeoUnit
units with GeoOrder
and limited by count
Store result to destName
.
- radiusStoreToAsync(String, V, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
-
Finds the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units.
- radiusStoreToAsync(String, V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
-
Finds the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units and limited by count
Store result to destName
.
- radiusStoreToAsync(String, V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
-
Finds the members of a sorted set, which are within the
borders of the area specified with the defined member location
and the maximum distance from the defined member location (the radius)
in GeoUnit
units with GeoOrder
Store result to destName
.
- radiusStoreToAsync(String, double, double, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusStoreToAsync(String, double, double, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusStoreToAsync(String, double, double, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusStoreToAsync(String, V, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusStoreToAsync(String, V, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusStoreToAsync(String, V, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistance(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeo
-
Returns the distance mapped by member, distance between member and the location.
- radiusWithDistance(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
-
Returns the distance mapped by member, distance between member and the location.
- radiusWithDistance(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeo
-
Returns the distance mapped by member, distance between member and the location.
- radiusWithDistance(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
-
Returns the distance mapped by member, distance between member and the location.
- radiusWithDistance(V, double, GeoUnit) - Method in interface org.redisson.api.RGeo
-
Returns the distance mapped by member, distance between member and the defined member location.
- radiusWithDistance(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
-
Returns the distance mapped by member, distance between member and the defined member location.
- radiusWithDistance(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeo
-
Returns the distance mapped by member, distance between member and the defined member location.
- radiusWithDistance(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
-
Returns the distance mapped by member, distance between member and the defined member location.
- radiusWithDistance(double, double, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistance(double, double, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistance(double, double, double, GeoUnit, GeoOrder) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistance(double, double, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistance(V, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistance(V, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistance(V, double, GeoUnit, GeoOrder) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistance(V, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistanceAsync(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
-
Returns the distance mapped by member, distance between member and the location.
- radiusWithDistanceAsync(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
-
Returns the distance mapped by member, distance between member and the location.
- radiusWithDistanceAsync(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoAsync
-
Returns the distance mapped by member, distance between member and the location.
- radiusWithDistanceAsync(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
-
Returns the distance mapped by member, distance between member and the location.
- radiusWithDistanceAsync(V, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
-
Returns the distance mapped by member, distance between member and the defined member location.
- radiusWithDistanceAsync(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
-
Returns the distance mapped by member, distance between member and the defined member location.
- radiusWithDistanceAsync(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoAsync
-
Returns the distance mapped by member, distance between member and the defined member location.
- radiusWithDistanceAsync(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
-
Returns the distance mapped by member, distance between member and the defined member location.
- radiusWithDistanceAsync(double, double, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistanceAsync(double, double, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistanceAsync(double, double, double, GeoUnit, GeoOrder) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistanceAsync(double, double, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistanceAsync(V, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistanceAsync(V, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistanceAsync(V, double, GeoUnit, GeoOrder) - Method in class org.redisson.RedissonGeo
-
- radiusWithDistanceAsync(V, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithPosition(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeo
-
Returns the geo-position mapped by member.
- radiusWithPosition(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
-
Returns the geo-position mapped by member.
- radiusWithPosition(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeo
-
Returns the geo-position mapped by member.
- radiusWithPosition(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
-
Returns the geo-position mapped by member.
- radiusWithPosition(V, double, GeoUnit) - Method in interface org.redisson.api.RGeo
-
Returns the geo-position mapped by member.
- radiusWithPosition(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeo
-
Returns the geo-position mapped by member.
- radiusWithPosition(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeo
-
Returns the geo-position mapped by member.
- radiusWithPosition(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeo
-
Returns the geo-position mapped by member.
- radiusWithPosition(double, double, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusWithPosition(double, double, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithPosition(double, double, double, GeoUnit, GeoOrder) - Method in class org.redisson.RedissonGeo
-
- radiusWithPosition(double, double, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithPosition(V, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusWithPosition(V, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithPosition(V, double, GeoUnit, GeoOrder) - Method in class org.redisson.RedissonGeo
-
- radiusWithPosition(V, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithPositionAsync(double, double, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
-
Returns the geo-position mapped by member.
- radiusWithPositionAsync(double, double, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
-
Returns the geo-position mapped by member.
- radiusWithPositionAsync(double, double, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoAsync
-
Returns the geo-position mapped by member.
- radiusWithPositionAsync(double, double, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
-
Returns the geo-position mapped by member.
- radiusWithPositionAsync(V, double, GeoUnit) - Method in interface org.redisson.api.RGeoAsync
-
Returns the geo-position mapped by member.
- radiusWithPositionAsync(V, double, GeoUnit, int) - Method in interface org.redisson.api.RGeoAsync
-
Returns the geo-position mapped by member.
- radiusWithPositionAsync(V, double, GeoUnit, GeoOrder) - Method in interface org.redisson.api.RGeoAsync
-
Returns the geo-position mapped by member.
- radiusWithPositionAsync(V, double, GeoUnit, GeoOrder, int) - Method in interface org.redisson.api.RGeoAsync
-
Returns the geo-position mapped by member.
- radiusWithPositionAsync(double, double, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusWithPositionAsync(double, double, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithPositionAsync(double, double, double, GeoUnit, GeoOrder) - Method in class org.redisson.RedissonGeo
-
- radiusWithPositionAsync(double, double, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithPositionAsync(V, double, GeoUnit) - Method in class org.redisson.RedissonGeo
-
- radiusWithPositionAsync(V, double, GeoUnit, int) - Method in class org.redisson.RedissonGeo
-
- radiusWithPositionAsync(V, double, GeoUnit, GeoOrder) - Method in class org.redisson.RedissonGeo
-
- radiusWithPositionAsync(V, double, GeoUnit, GeoOrder, int) - Method in class org.redisson.RedissonGeo
-
- random() - Method in interface org.redisson.api.RSet
-
Returns random element from set
- random() - Method in interface org.redisson.api.RSetReactive
-
Returns random element from set
in async mode
- random() - Method in class org.redisson.reactive.RedissonSetReactive
-
- random() - Method in class org.redisson.RedissonSet
-
- random() - Method in class org.redisson.RedissonSetMultimapValues
-
- RANDOM_KEY - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- randomAsync() - Method in interface org.redisson.api.RSetAsync
-
Returns random element from set
in async mode
- randomAsync() - Method in class org.redisson.RedissonSet
-
- randomAsync() - Method in class org.redisson.RedissonSetMultimapValues
-
- randomKey() - Method in interface org.redisson.api.RKeys
-
Get random key
- randomKey() - Method in interface org.redisson.api.RKeysReactive
-
Get random key
Uses RANDOM_KEY
Redis command.
- randomKey() - Method in class org.redisson.reactive.RedissonKeysReactive
-
- randomKey() - Method in class org.redisson.RedissonKeys
-
- randomKeyAsync() - Method in interface org.redisson.api.RKeysAsync
-
Get random key in async mode
- randomKeyAsync() - Method in class org.redisson.RedissonKeys
-
- RandomLoadBalancer - Class in org.redisson.connection.balancer
-
- RandomLoadBalancer() - Constructor for class org.redisson.connection.balancer.RandomLoadBalancer
-
- range(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSet
-
- range(String, boolean, String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSet
-
- range(int, int) - Method in interface org.redisson.api.RLexSortedSet
-
- range(String, boolean, String, boolean) - Method in class org.redisson.RedissonLexSortedSet
-
- range(String, boolean, String, boolean, int, int) - Method in class org.redisson.RedissonLexSortedSet
-
- range(int, int) - Method in class org.redisson.RedissonLexSortedSet
-
- rangeAsync(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
-
- rangeAsync(String, boolean, String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetAsync
-
- rangeAsync(int, int) - Method in interface org.redisson.api.RLexSortedSetAsync
-
- rangeAsync(String, boolean, String, boolean) - Method in class org.redisson.RedissonLexSortedSet
-
- rangeAsync(String, boolean, String, boolean, int, int) - Method in class org.redisson.RedissonLexSortedSet
-
- rangeAsync(int, int) - Method in class org.redisson.RedissonLexSortedSet
-
- rangeHead(String, boolean) - Method in interface org.redisson.api.RLexSortedSet
-
- rangeHead(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSet
-
- rangeHead(String, boolean) - Method in class org.redisson.RedissonLexSortedSet
-
- rangeHead(String, boolean, int, int) - Method in class org.redisson.RedissonLexSortedSet
-
- rangeHeadAsync(String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
-
- rangeHeadAsync(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetAsync
-
- rangeHeadAsync(String, boolean) - Method in class org.redisson.RedissonLexSortedSet
-
- rangeHeadAsync(String, boolean, int, int) - Method in class org.redisson.RedissonLexSortedSet
-
- rangeTail(String, boolean) - Method in interface org.redisson.api.RLexSortedSet
-
- rangeTail(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSet
-
- rangeTail(String, boolean) - Method in class org.redisson.RedissonLexSortedSet
-
- rangeTail(String, boolean, int, int) - Method in class org.redisson.RedissonLexSortedSet
-
- rangeTailAsync(String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
-
- rangeTailAsync(String, boolean, int, int) - Method in interface org.redisson.api.RLexSortedSetAsync
-
- rangeTailAsync(String, boolean) - Method in class org.redisson.RedissonLexSortedSet
-
- rangeTailAsync(String, boolean, int, int) - Method in class org.redisson.RedissonLexSortedSet
-
- rank(String) - Method in interface org.redisson.api.RLexSortedSet
-
- rank(String) - Method in interface org.redisson.api.RLexSortedSetReactive
-
- rank(V) - Method in interface org.redisson.api.RScoredSortedSet
-
Returns rank of value, with the scores ordered from low to high.
- rank(V) - Method in interface org.redisson.api.RScoredSortedSetReactive
-
- rank(V) - Method in class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- rank(V) - Method in class org.redisson.RedissonScoredSortedSet
-
- rankAsync(String) - Method in interface org.redisson.api.RLexSortedSetAsync
-
- rankAsync(V) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- rankAsync(V) - Method in class org.redisson.RedissonScoredSortedSet
-
- RAtomicDouble - Interface in org.redisson.api
-
Distributed alternative to the AtomicDouble
- RAtomicDoubleAsync - Interface in org.redisson.api
-
- RAtomicLong - Interface in org.redisson.api
-
- RAtomicLongAsync - Interface in org.redisson.api
-
- RAtomicLongReactive - Interface in org.redisson.api
-
- RBatch - Interface in org.redisson.api
-
Interface for using pipeline feature.
- RBatchReactive - Interface in org.redisson.api
-
Interface for using pipeline feature.
- RBinaryStream - Interface in org.redisson.api
-
Binary stream holder.
- RBitSet - Interface in org.redisson.api
-
- RBitSetAsync - Interface in org.redisson.api
-
- RBitSetReactive - Interface in org.redisson.api
-
- RBlockingDeque<V> - Interface in org.redisson.api
-
- RBlockingDequeAsync<V> - Interface in org.redisson.api
-
- RBlockingFairQueue<V> - Interface in org.redisson.api
-
Blocking queue with fair polling and
guarantees access order for poll and take methods.
- RBlockingQueue<V> - Interface in org.redisson.api
-
- RBlockingQueueAsync<V> - Interface in org.redisson.api
-
- RBlockingQueueReactive<V> - Interface in org.redisson.api
-
- RBloomFilter<T> - Interface in org.redisson.api
-
Bloom filter based on 64-bit hash derived from 128-bit hash (xxHash + FarmHash).
- RBoundedBlockingQueue<V> - Interface in org.redisson.api
-
- RBoundedBlockingQueueAsync<V> - Interface in org.redisson.api
-
- RBucket<V> - Interface in org.redisson.api
-
Any object holder.
- RBucketAsync<V> - Interface in org.redisson.api
-
Async object functions
- RBucketReactive<V> - Interface in org.redisson.api
-
object functions
- RBuckets - Interface in org.redisson.api
-
- RCascade - Annotation Type in org.redisson.api.annotation
-
- RCascadeType - Enum in org.redisson.api
-
- RCollator<K,V,R> - Interface in org.redisson.api.mapreduce
-
Collates result from
RReducer
tasks and produces a single result object.
- RCollectionAsync<V> - Interface in org.redisson.api
-
- RCollectionMapper<VIn,KOut,VOut> - Interface in org.redisson.api.mapreduce
-
Mapper task invoked during map phase of MapReduce process and launched across Redisson Nodes.
- RCollectionMapReduce<VIn,KOut,VOut> - Interface in org.redisson.api.mapreduce
-
- RCollectionReactive<V> - Interface in org.redisson.api
-
- RCollector<K,V> - Interface in org.redisson.api.mapreduce
-
Stores each key/value mapping during map phase of MapReduce process.
- RCountDownLatch - Interface in org.redisson.api
-
- RCountDownLatchAsync - Interface in org.redisson.api
-
- RDelayedQueue<V> - Interface in org.redisson.api
-
- RDeque<V> - Interface in org.redisson.api
-
- RDequeAsync<V> - Interface in org.redisson.api
-
- RDequeReactive<V> - Interface in org.redisson.api
-
- RDestroyable - Interface in org.redisson.api
-
- reactive(RFuture<R>) - Method in interface org.redisson.command.CommandReactiveExecutor
-
- reactive(RFuture<R>) - Method in class org.redisson.command.CommandReactiveService
-
- read(String, RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandSyncExecutor
-
- read(String, Codec, RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandSyncExecutor
-
- read(InetSocketAddress, String, Codec, RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandSyncExecutor
-
- read(InetSocketAddress, String, RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandSyncExecutor
-
- read(String, RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandSyncService
-
- read(String, Codec, RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandSyncService
-
- read(InetSocketAddress, String, RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandSyncService
-
- read(InetSocketAddress, String, Codec, RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandSyncService
-
- readAll() - Method in interface org.redisson.api.RLexSortedSet
-
Read all values at once.
- readAll() - Method in interface org.redisson.api.RList
-
Read all elements at once
- readAll() - Method in interface org.redisson.api.RPriorityQueue
-
- readAll() - Method in interface org.redisson.api.RQueue
-
- readAll() - Method in interface org.redisson.api.RScoredSortedSet
-
Read all values at once.
- readAll() - Method in interface org.redisson.api.RSet
-
Read all elements at once
- readAll() - Method in interface org.redisson.api.RSetCache
-
Read all elements at once
- readAll() - Method in interface org.redisson.api.RSortedSet
-
- readAll() - Method in class org.redisson.RedissonDelayedQueue
-
- readAll() - Method in class org.redisson.RedissonList
-
- readAll() - Method in class org.redisson.RedissonListMultimapValues
-
- readAll() - Method in class org.redisson.RedissonPriorityQueue
-
- readAll() - Method in class org.redisson.RedissonScoredSortedSet
-
- readAll() - Method in class org.redisson.RedissonSet
-
- readAll() - Method in class org.redisson.RedissonSetCache
-
- readAll() - Method in class org.redisson.RedissonSetMultimapValues
-
- readAll() - Method in class org.redisson.RedissonSortedSet
-
- readAllAsync() - Method in interface org.redisson.api.RLexSortedSetAsync
-
Read all values at once.
- readAllAsync() - Method in interface org.redisson.api.RListAsync
-
Read all elements at once
- readAllAsync() - Method in interface org.redisson.api.RQueueAsync
-
- readAllAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
-
Read all values at once.
- readAllAsync() - Method in interface org.redisson.api.RSetAsync
-
Read all elements at once
- readAllAsync() - Method in interface org.redisson.api.RSetCacheAsync
-
Read all elements at once
- readAllAsync() - Method in interface org.redisson.api.RSortedSet
-
- readAllAsync(RedisCommand<T>, SlotCallback<T, R>, Object...) - Method in interface org.redisson.command.CommandAsyncExecutor
-
- readAllAsync(RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandAsyncExecutor
-
- readAllAsync(RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandAsyncService
-
- readAllAsync(RedisCommand<T>, SlotCallback<T, R>, Object...) - Method in class org.redisson.command.CommandAsyncService
-
- readAllAsync() - Method in class org.redisson.RedissonDelayedQueue
-
- readAllAsync() - Method in class org.redisson.RedissonList
-
- readAllAsync() - Method in class org.redisson.RedissonListMultimapValues
-
- readAllAsync() - Method in class org.redisson.RedissonPriorityQueue
-
- readAllAsync() - Method in class org.redisson.RedissonScoredSortedSet
-
- readAllAsync() - Method in class org.redisson.RedissonSet
-
- readAllAsync() - Method in class org.redisson.RedissonSetCache
-
- readAllAsync() - Method in class org.redisson.RedissonSetMultimapValues
-
- readAllAsync() - Method in class org.redisson.RedissonSortedSet
-
- readAllAsync() - Method in class org.redisson.RedissonSubList
-
- readAllEntrySet() - Method in interface org.redisson.api.RMap
-
Read all map entries at once
- readAllEntrySet() - Method in class org.redisson.RedissonMap
-
- readAllEntrySetAsync() - Method in interface org.redisson.api.RMapAsync
-
Read all map entries at once
- readAllEntrySetAsync() - Method in class org.redisson.RedissonLocalCachedMap
-
- readAllEntrySetAsync() - Method in class org.redisson.RedissonMap
-
- readAllEntrySetAsync() - Method in class org.redisson.RedissonMapCache
-
- readAllKeySet() - Method in interface org.redisson.api.RMap
-
Read all keys at once
- readAllKeySet() - Method in interface org.redisson.api.RMultimap
-
Read all keys at once
- readAllKeySet() - Method in class org.redisson.RedissonMap
-
- readAllKeySet() - Method in class org.redisson.RedissonMultimap
-
- readAllKeySetAsync() - Method in interface org.redisson.api.RMapAsync
-
Read all keys at once
- readAllKeySetAsync() - Method in interface org.redisson.api.RMultimapAsync
-
Read all keys at once
- readAllKeySetAsync() - Method in class org.redisson.RedissonMap
-
- readAllKeySetAsync() - Method in class org.redisson.RedissonMapCache
-
- readAllKeySetAsync() - Method in class org.redisson.RedissonMultimap
-
- readAllMap() - Method in interface org.redisson.api.RMap
-
Read all map as local instance at once
- readAllMap() - Method in class org.redisson.RedissonMap
-
- readAllMapAsync() - Method in interface org.redisson.api.RMapAsync
-
Read all map as local instance at once
- readAllMapAsync() - Method in class org.redisson.RedissonLocalCachedMap
-
- readAllMapAsync() - Method in class org.redisson.RedissonMap
-
- readAllMapAsync() - Method in class org.redisson.RedissonMapCache
-
- readAllReactive(RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandReactiveExecutor
-
- readAllReactive(RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandReactiveService
-
- readAllValues() - Method in interface org.redisson.api.RMap
-
Read all values at once
- readAllValues() - Method in class org.redisson.RedissonMap
-
- readAllValuesAsync() - Method in interface org.redisson.api.RMapAsync
-
Read all values at once
- readAllValuesAsync() - Method in class org.redisson.RedissonLocalCachedMap
-
- readAllValuesAsync() - Method in class org.redisson.RedissonMap
-
- readAllValuesAsync() - Method in class org.redisson.RedissonMapCache
-
- readAsync(InetSocketAddress, MasterSlaveEntry, Codec, RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandAsyncExecutor
-
- readAsync(InetSocketAddress, String, Codec, RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandAsyncExecutor
-
- readAsync(String, Codec, RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandAsyncExecutor
-
- readAsync(String, RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandAsyncExecutor
-
- readAsync(MasterSlaveEntry, Codec, RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandAsyncExecutor
-
- readAsync(Integer, Codec, RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandAsyncExecutor
-
- readAsync(InetSocketAddress, MasterSlaveEntry, Codec, RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandAsyncService
-
- readAsync(InetSocketAddress, String, Codec, RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandAsyncService
-
- readAsync(String, Codec, RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandAsyncService
-
- readAsync(MasterSlaveEntry, Codec, RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandAsyncService
-
- readAsync(Integer, Codec, RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandAsyncService
-
- readAsync(String, RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandAsyncService
-
- readBytes(ByteBuf) - Method in class org.redisson.client.handler.CommandDecoder
-
- readDiff(String...) - Method in interface org.redisson.api.RSet
-
Diff sets specified by name with current set.
- readDiff(String...) - Method in class org.redisson.RedissonSet
-
- readDiff(String...) - Method in class org.redisson.RedissonSetMultimapValues
-
- readDiffAsync(String...) - Method in interface org.redisson.api.RSetAsync
-
Diff sets specified by name with current set.
- readDiffAsync(String...) - Method in class org.redisson.RedissonSet
-
- readDiffAsync(String...) - Method in class org.redisson.RedissonSetMultimapValues
-
- readIntersection(String...) - Method in interface org.redisson.api.RSet
-
Intersection sets specified by name with current set
without current set state change.
- readIntersection(String...) - Method in interface org.redisson.api.RSetReactive
-
Intersection sets specified by name with current set.
- readIntersection(String...) - Method in class org.redisson.reactive.RedissonSetReactive
-
- readIntersection(String...) - Method in class org.redisson.RedissonSet
-
- readIntersection(String...) - Method in class org.redisson.RedissonSetMultimapValues
-
- readIntersectionAsync(String...) - Method in interface org.redisson.api.RSetAsync
-
Intersection sets specified by name with current set.
- readIntersectionAsync(String...) - Method in class org.redisson.RedissonSet
-
- readIntersectionAsync(String...) - Method in class org.redisson.RedissonSetMultimapValues
-
- readLock() - Method in interface org.redisson.api.RReadWriteLock
-
Returns the lock used for reading.
- readLock() - Method in class org.redisson.RedissonReadWriteLock
-
- readLong(ByteBuf) - Static method in class org.redisson.client.handler.CommandDecoder
-
- ReadMode - Enum in org.redisson.config
-
- READONLY - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- readRandomAsync(RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandAsyncExecutor
-
- readRandomAsync(RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandAsyncService
-
- readRandomReactive(RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandReactiveExecutor
-
- readRandomReactive(RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandReactiveService
-
- readReactive(InetSocketAddress, String, Codec, RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandReactiveExecutor
-
- readReactive(String, RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandReactiveExecutor
-
- readReactive(String, Codec, RedisCommand<T>, Object...) - Method in interface org.redisson.command.CommandReactiveExecutor
-
- readReactive(InetSocketAddress, String, Codec, RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandReactiveService
-
- readReactive(String, RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandReactiveService
-
- readReactive(String, Codec, RedisCommand<T>, Object...) - Method in class org.redisson.command.CommandReactiveService
-
- readSort(SortOrder) - Method in interface org.redisson.api.RSortable
-
Read data in sorted view
- readSort(SortOrder, int, int) - Method in interface org.redisson.api.RSortable
-
Read data in sorted view
- readSort(String, SortOrder) - Method in interface org.redisson.api.RSortable
-
Read data in sorted view
- readSort(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortable
-
Read data in sorted view
- readSort(String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortable
-
Read data in sorted view
- readSort(String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortable
-
Read data in sorted view
- readSort(SortOrder) - Method in class org.redisson.RedissonList
-
- readSort(SortOrder, int, int) - Method in class org.redisson.RedissonList
-
- readSort(String, SortOrder) - Method in class org.redisson.RedissonList
-
- readSort(String, SortOrder, int, int) - Method in class org.redisson.RedissonList
-
- readSort(String, List<String>, SortOrder) - Method in class org.redisson.RedissonList
-
- readSort(String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonList
-
- readSort(SortOrder) - Method in class org.redisson.RedissonListMultimapValues
-
- readSort(SortOrder, int, int) - Method in class org.redisson.RedissonListMultimapValues
-
- readSort(String, SortOrder, int, int) - Method in class org.redisson.RedissonListMultimapValues
-
- readSort(String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonListMultimapValues
-
- readSort(String, SortOrder) - Method in class org.redisson.RedissonListMultimapValues
-
- readSort(String, List<String>, SortOrder) - Method in class org.redisson.RedissonListMultimapValues
-
- readSort(SortOrder) - Method in class org.redisson.RedissonScoredSortedSet
-
- readSort(SortOrder, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- readSort(String, SortOrder) - Method in class org.redisson.RedissonScoredSortedSet
-
- readSort(String, SortOrder, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- readSort(String, List<String>, SortOrder) - Method in class org.redisson.RedissonScoredSortedSet
-
- readSort(String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- readSort(SortOrder) - Method in class org.redisson.RedissonSet
-
- readSort(SortOrder, int, int) - Method in class org.redisson.RedissonSet
-
- readSort(String, SortOrder) - Method in class org.redisson.RedissonSet
-
- readSort(String, SortOrder, int, int) - Method in class org.redisson.RedissonSet
-
- readSort(String, List<String>, SortOrder) - Method in class org.redisson.RedissonSet
-
- readSort(String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonSet
-
- readSort(SortOrder) - Method in class org.redisson.RedissonSetMultimapValues
-
- readSort(SortOrder, int, int) - Method in class org.redisson.RedissonSetMultimapValues
-
- readSort(String, SortOrder) - Method in class org.redisson.RedissonSetMultimapValues
-
- readSort(String, SortOrder, int, int) - Method in class org.redisson.RedissonSetMultimapValues
-
- readSort(String, List<String>, SortOrder) - Method in class org.redisson.RedissonSetMultimapValues
-
- readSort(String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonSetMultimapValues
-
- readSortAsync(SortOrder) - Method in interface org.redisson.api.RSortableAsync
-
Read data in sorted view
- readSortAsync(SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
-
Read data in sorted view
- readSortAsync(String, SortOrder) - Method in interface org.redisson.api.RSortableAsync
-
Read data in sorted view
- readSortAsync(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
-
Read data in sorted view
- readSortAsync(String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortableAsync
-
Read data in sorted view
- readSortAsync(String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
-
Read data in sorted view
- readSortAsync(SortOrder) - Method in class org.redisson.RedissonList
-
- readSortAsync(SortOrder, int, int) - Method in class org.redisson.RedissonList
-
- readSortAsync(String, SortOrder) - Method in class org.redisson.RedissonList
-
- readSortAsync(String, SortOrder, int, int) - Method in class org.redisson.RedissonList
-
- readSortAsync(String, List<String>, SortOrder) - Method in class org.redisson.RedissonList
-
- readSortAsync(String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonList
-
- readSortAsync(SortOrder) - Method in class org.redisson.RedissonListMultimapValues
-
- readSortAsync(SortOrder, int, int) - Method in class org.redisson.RedissonListMultimapValues
-
- readSortAsync(String, SortOrder, int, int) - Method in class org.redisson.RedissonListMultimapValues
-
- readSortAsync(String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonListMultimapValues
-
- readSortAsync(String, SortOrder) - Method in class org.redisson.RedissonListMultimapValues
-
- readSortAsync(String, List<String>, SortOrder) - Method in class org.redisson.RedissonListMultimapValues
-
- readSortAsync(SortOrder) - Method in class org.redisson.RedissonScoredSortedSet
-
- readSortAsync(SortOrder, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- readSortAsync(String, SortOrder) - Method in class org.redisson.RedissonScoredSortedSet
-
- readSortAsync(String, SortOrder, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- readSortAsync(String, List<String>, SortOrder) - Method in class org.redisson.RedissonScoredSortedSet
-
- readSortAsync(String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- readSortAsync(SortOrder) - Method in class org.redisson.RedissonSet
-
- readSortAsync(SortOrder, int, int) - Method in class org.redisson.RedissonSet
-
- readSortAsync(String, SortOrder) - Method in class org.redisson.RedissonSet
-
- readSortAsync(String, SortOrder, int, int) - Method in class org.redisson.RedissonSet
-
- readSortAsync(String, List<String>, SortOrder) - Method in class org.redisson.RedissonSet
-
- readSortAsync(String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonSet
-
- readSortAsync(SortOrder) - Method in class org.redisson.RedissonSetMultimapValues
-
- readSortAsync(SortOrder, int, int) - Method in class org.redisson.RedissonSetMultimapValues
-
- readSortAsync(String, SortOrder) - Method in class org.redisson.RedissonSetMultimapValues
-
- readSortAsync(String, SortOrder, int, int) - Method in class org.redisson.RedissonSetMultimapValues
-
- readSortAsync(String, List<String>, SortOrder) - Method in class org.redisson.RedissonSetMultimapValues
-
- readSortAsync(String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonSetMultimapValues
-
- readUnion(String...) - Method in interface org.redisson.api.RSet
-
Union sets specified by name with current set
without current set state change.
- readUnion(String...) - Method in interface org.redisson.api.RSetReactive
-
Union sets specified by name with current set.
- readUnion(String...) - Method in class org.redisson.reactive.RedissonSetReactive
-
- readUnion(String...) - Method in class org.redisson.RedissonSet
-
- readUnion(String...) - Method in class org.redisson.RedissonSetMultimapValues
-
- readUnionAsync(String...) - Method in interface org.redisson.api.RSetAsync
-
Union sets specified by name with current set.
- readUnionAsync(String...) - Method in class org.redisson.RedissonSet
-
- readUnionAsync(String...) - Method in class org.redisson.RedissonSetMultimapValues
-
- readValue(CachedValue<K, V>) - Method in class org.redisson.cache.AbstractCacheMap
-
- readValue(InputStream, Class<T>) - Method in class org.redisson.codec.AvroJacksonCodec.AvroExtendedMapper
-
- ReadWriteLockDecorator - Class in org.redisson.spring.support
-
- ReadWriteLockDecorator() - Constructor for class org.redisson.spring.support.ReadWriteLockDecorator
-
- ReclosableLatch - Class in org.redisson.misc
-
- ReclosableLatch() - Constructor for class org.redisson.misc.ReclosableLatch
-
- ReclosableLatch(boolean) - Constructor for class org.redisson.misc.ReclosableLatch
-
- ReconnectListener - Interface in org.redisson.client
-
- RedisAskException - Exception in org.redisson.client
-
- RedisAskException(int, String) - Constructor for exception org.redisson.client.RedisAskException
-
- RedisClient - Class in org.redisson.client
-
Low-level Redis client
- RedisClient(String) - Constructor for class org.redisson.client.RedisClient
-
- RedisClient(URL) - Constructor for class org.redisson.client.RedisClient
-
- RedisClient(Timer, ExecutorService, EventLoopGroup, URL) - Constructor for class org.redisson.client.RedisClient
-
- RedisClient(String, int) - Constructor for class org.redisson.client.RedisClient
-
- RedisClient(Timer, ExecutorService, EventLoopGroup, String, int) - Constructor for class org.redisson.client.RedisClient
-
- RedisClient(String, int, int, int) - Constructor for class org.redisson.client.RedisClient
-
- RedisClient(Timer, ExecutorService, EventLoopGroup, Class<? extends SocketChannel>, String, int, int, int) - Constructor for class org.redisson.client.RedisClient
-
- RedisClientEntry - Class in org.redisson.connection
-
- RedisClientEntry(RedisClient, CommandSyncService, NodeType) - Constructor for class org.redisson.connection.RedisClientEntry
-
- RedisClientResult - Interface in org.redisson
-
- RedisClusterNodes - Class in org.redisson
-
- RedisClusterNodes(ConnectionManager) - Constructor for class org.redisson.RedisClusterNodes
-
- RedisCommand<R> - Class in org.redisson.client.protocol
-
- RedisCommand(RedisCommand<R>, String) - Constructor for class org.redisson.client.protocol.RedisCommand
-
Copy command and change name
- RedisCommand(String) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, int, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, RedisCommand.ValueType, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, String) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, String, Convertor<R>) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, String, int) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, int) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, Convertor<R>, int, RedisCommand.ValueType, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, int, RedisCommand.ValueType, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, int, List<RedisCommand.ValueType>, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, Decoder<R>, int, List<RedisCommand.ValueType>, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, Decoder<R>, int, List<RedisCommand.ValueType>) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, Convertor<R>, int, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, Convertor<R>, int, List<RedisCommand.ValueType>) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, Convertor<R>) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, Convertor<R>, int) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, Decoder<R>) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, Decoder<R>, int, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, Decoder<R>, int) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, String, MultiDecoder<R>, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, MultiDecoder<R>, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, MultiDecoder<R>, int, RedisCommand.ValueType, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, MultiDecoder<R>) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, MultiDecoder<R>, Convertor<R>) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, MultiDecoder<R>, Convertor<R>, int) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, MultiDecoder<R>, int, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, MultiDecoder<R>, int) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, String, MultiDecoder<R>, int) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand(String, String, MultiDecoder<R>, Decoder<R>, int) - Constructor for class org.redisson.client.protocol.RedisCommand
-
- RedisCommand.ValueType - Enum in org.redisson.client.protocol
-
- RedisCommands - Interface in org.redisson.client.protocol
-
- RedisConnection - Class in org.redisson.client
-
- RedisConnection(RedisClient, Channel) - Constructor for class org.redisson.client.RedisConnection
-
- RedisConnection(RedisClient) - Constructor for class org.redisson.client.RedisConnection
-
- RedisConnectionException - Exception in org.redisson.client
-
- RedisConnectionException(String) - Constructor for exception org.redisson.client.RedisConnectionException
-
- RedisConnectionException(String, Throwable) - Constructor for exception org.redisson.client.RedisConnectionException
-
- RedisDefinitionParser - Class in org.redisson.spring.support
-
- RedisDefinitionParser(RedissonNamespaceParserSupport) - Constructor for class org.redisson.spring.support.RedisDefinitionParser
-
- RedisException - Exception in org.redisson.client
-
- RedisException() - Constructor for exception org.redisson.client.RedisException
-
- RedisException(String, Throwable) - Constructor for exception org.redisson.client.RedisException
-
- RedisException(String) - Constructor for exception org.redisson.client.RedisException
-
- RedisLoadingException - Exception in org.redisson.client
-
- RedisLoadingException(String) - Constructor for exception org.redisson.client.RedisLoadingException
-
- RedisMovedException - Exception in org.redisson.client
-
- RedisMovedException(int, String) - Constructor for exception org.redisson.client.RedisMovedException
-
- RedisNodeNotFoundException - Exception in org.redisson.client
-
- RedisNodeNotFoundException(String) - Constructor for exception org.redisson.client.RedisNodeNotFoundException
-
- RedisNodes<N extends Node> - Class in org.redisson
-
- RedisNodes(ConnectionManager) - Constructor for class org.redisson.RedisNodes
-
- RedisOutOfMemoryException - Exception in org.redisson.client
-
This error occurs in case when Redis server free memory has been exhausted.
- RedisOutOfMemoryException(String) - Constructor for exception org.redisson.client.RedisOutOfMemoryException
-
- RedisPubSubConnection - Class in org.redisson.client
-
- RedisPubSubConnection(RedisClient, Channel) - Constructor for class org.redisson.client.RedisPubSubConnection
-
- RedisPubSubListener<V> - Interface in org.redisson.client
-
- RedisRedirectException - Exception in org.redisson.client
-
- RedisRedirectException(int, String) - Constructor for exception org.redisson.client.RedisRedirectException
-
- redisson - Variable in class org.redisson.BaseRemoteService
-
- redisson - Variable in class org.redisson.command.CommandAsyncService
-
- redisson - Variable in class org.redisson.mapreduce.BaseMapperTask
-
- redisson - Variable in class org.redisson.mapreduce.CoordinatorTask
-
- Redisson - Class in org.redisson
-
Main infrastructure class allows to get access
to all Redisson objects on top of Redis server.
- Redisson(Config) - Constructor for class org.redisson.Redisson
-
- REDISSON_NAMESPACE - Static variable in class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- RedissonAtomicDouble - Class in org.redisson
-
- RedissonAtomicDouble(CommandAsyncExecutor, String) - Constructor for class org.redisson.RedissonAtomicDouble
-
- RedissonAtomicLong - Class in org.redisson
-
- RedissonAtomicLong(CommandAsyncExecutor, String) - Constructor for class org.redisson.RedissonAtomicLong
-
- RedissonAtomicLongReactive - Class in org.redisson.reactive
-
- RedissonAtomicLongReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonAtomicLongReactive
-
- RedissonBaseMapIterator<K,V,M> - Class in org.redisson
-
- RedissonBaseMapIterator() - Constructor for class org.redisson.RedissonBaseMapIterator
-
- RedissonBatch - Class in org.redisson
-
- RedissonBatch(UUID, EvictionScheduler, ConnectionManager) - Constructor for class org.redisson.RedissonBatch
-
- RedissonBatchReactive - Class in org.redisson.reactive
-
- RedissonBatchReactive(UUID, EvictionScheduler, ConnectionManager) - Constructor for class org.redisson.reactive.RedissonBatchReactive
-
- RedissonBinaryStream - Class in org.redisson
-
- RedissonBinaryStream(CommandAsyncExecutor, String) - Constructor for class org.redisson.RedissonBinaryStream
-
- RedissonBitSet - Class in org.redisson
-
- RedissonBitSet(CommandAsyncExecutor, String) - Constructor for class org.redisson.RedissonBitSet
-
- RedissonBitSetReactive - Class in org.redisson.reactive
-
- RedissonBitSetReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonBitSetReactive
-
- RedissonBlockingDeque<V> - Class in org.redisson
-
- RedissonBlockingDeque(CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonBlockingDeque
-
- RedissonBlockingDeque(Codec, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonBlockingDeque
-
- RedissonBlockingFairQueue<V> - Class in org.redisson
-
- RedissonBlockingFairQueue(CommandExecutor, String, SemaphorePubSub, UUID, RedissonClient) - Constructor for class org.redisson.RedissonBlockingFairQueue
-
- RedissonBlockingFairQueue(Codec, CommandExecutor, String, SemaphorePubSub, UUID, RedissonClient) - Constructor for class org.redisson.RedissonBlockingFairQueue
-
- RedissonBlockingQueue<V> - Class in org.redisson
-
- RedissonBlockingQueue(CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonBlockingQueue
-
- RedissonBlockingQueue(Codec, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonBlockingQueue
-
- RedissonBlockingQueueReactive<V> - Class in org.redisson.reactive
-
- RedissonBlockingQueueReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonBlockingQueueReactive
-
- RedissonBlockingQueueReactive(Codec, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonBlockingQueueReactive
-
- RedissonBloomFilter<T> - Class in org.redisson
-
Bloom filter based on 64-bit hash derived from 128-bit hash (xxHash 64-bit + FarmHash 64-bit).
- RedissonBloomFilter(CommandExecutor, String) - Constructor for class org.redisson.RedissonBloomFilter
-
- RedissonBloomFilter(Codec, CommandExecutor, String) - Constructor for class org.redisson.RedissonBloomFilter
-
- RedissonBoundedBlockingQueue<V> - Class in org.redisson
-
Distributed and concurrent implementation of bounded
BlockingQueue
.
- RedissonBoundedBlockingQueue(SemaphorePubSub, CommandExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonBoundedBlockingQueue
-
- RedissonBoundedBlockingQueue(SemaphorePubSub, Codec, CommandExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonBoundedBlockingQueue
-
- RedissonBucket<V> - Class in org.redisson
-
- RedissonBucket(CommandAsyncExecutor, String) - Constructor for class org.redisson.RedissonBucket
-
- RedissonBucket(Codec, CommandAsyncExecutor, String) - Constructor for class org.redisson.RedissonBucket
-
- RedissonBucketReactive<V> - Class in org.redisson.reactive
-
- RedissonBucketReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonBucketReactive
-
- RedissonBucketReactive(Codec, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonBucketReactive
-
- RedissonBuckets - Class in org.redisson
-
- RedissonBuckets(Redisson, CommandExecutor) - Constructor for class org.redisson.RedissonBuckets
-
- RedissonBuckets(Redisson, Codec, CommandExecutor) - Constructor for class org.redisson.RedissonBuckets
-
- RedissonCache - Class in org.redisson.spring.cache
-
- RedissonCache(RMapCache<Object, Object>, CacheConfig) - Constructor for class org.redisson.spring.cache.RedissonCache
-
- RedissonCache(RMap<Object, Object>) - Constructor for class org.redisson.spring.cache.RedissonCache
-
- RedissonCacheStatisticsAutoConfiguration - Class in org.redisson.spring.cache
-
- RedissonCacheStatisticsAutoConfiguration() - Constructor for class org.redisson.spring.cache.RedissonCacheStatisticsAutoConfiguration
-
- redissonCacheStatisticsProvider() - Method in class org.redisson.spring.cache.RedissonCacheStatisticsAutoConfiguration
-
- RedissonCacheStatisticsProvider - Class in org.redisson.spring.cache
-
- RedissonCacheStatisticsProvider() - Constructor for class org.redisson.spring.cache.RedissonCacheStatisticsProvider
-
- RedissonClassLoader - Class in org.redisson.executor
-
- RedissonClassLoader(ClassLoader) - Constructor for class org.redisson.executor.RedissonClassLoader
-
- RedissonClient - Interface in org.redisson.api
-
Main Redisson interface for access
to all redisson objects with sync/async interface.
- RedissonCollectionMapReduce<VIn,KOut,VOut> - Class in org.redisson.mapreduce
-
- RedissonCollectionMapReduce(RObject, RedissonClient, ConnectionManager) - Constructor for class org.redisson.mapreduce.RedissonCollectionMapReduce
-
- RedissonCompletionService<V> - Class in org.redisson.executor
-
- RedissonCompletionService(RScheduledExecutorService) - Constructor for class org.redisson.executor.RedissonCompletionService
-
- RedissonCompletionService(RScheduledExecutorService, BlockingQueue<RFuture<V>>) - Constructor for class org.redisson.executor.RedissonCompletionService
-
- RedissonConfiguration<K,V> - Class in org.redisson.jcache.configuration
-
- RedissonCountDownLatch - Class in org.redisson
-
- RedissonCountDownLatch(CommandAsyncExecutor, String, UUID) - Constructor for class org.redisson.RedissonCountDownLatch
-
- RedissonCountDownLatchEntry - Class in org.redisson
-
- RedissonCountDownLatchEntry(RPromise<RedissonCountDownLatchEntry>) - Constructor for class org.redisson.RedissonCountDownLatchEntry
-
- RedissonDefinitionParser - Class in org.redisson.spring.support
-
- RedissonDelayedQueue<V> - Class in org.redisson
-
- RedissonDelayedQueue(QueueTransferService, Codec, CommandAsyncExecutor, String) - Constructor for class org.redisson.RedissonDelayedQueue
-
- RedissonDeque<V> - Class in org.redisson
-
Distributed and concurrent implementation of
Queue
- RedissonDeque(CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonDeque
-
- RedissonDeque(Codec, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonDeque
-
- RedissonDequeReactive<V> - Class in org.redisson.reactive
-
Distributed and concurrent implementation of
Queue
- RedissonDequeReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonDequeReactive
-
- RedissonDequeReactive(Codec, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonDequeReactive
-
- RedissonExecutorService - Class in org.redisson
-
- RedissonExecutorService(Codec, CommandExecutor, Redisson, String) - Constructor for class org.redisson.RedissonExecutorService
-
- RedissonFairLock - Class in org.redisson
-
Distributed implementation of
Lock
Implements reentrant lock.
- RedissonFairLock(CommandExecutor, String, UUID) - Constructor for class org.redisson.RedissonFairLock
-
- RedissonGenericObjectDefinitionParser - Class in org.redisson.spring.support
-
- RedissonGeo<V> - Class in org.redisson
-
Geospatial items holder
- RedissonGeo(CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonGeo
-
- RedissonGeo(Codec, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonGeo
-
- RedissonHttpSessionConfiguration - Class in org.redisson.spring.session.config
-
Exposes the SessionRepositoryFilter as the bean
named "springSessionRepositoryFilter".
- RedissonHttpSessionConfiguration() - Constructor for class org.redisson.spring.session.config.RedissonHttpSessionConfiguration
-
- RedissonHyperLogLog<V> - Class in org.redisson
-
- RedissonHyperLogLog(CommandAsyncExecutor, String) - Constructor for class org.redisson.RedissonHyperLogLog
-
- RedissonHyperLogLog(Codec, CommandAsyncExecutor, String) - Constructor for class org.redisson.RedissonHyperLogLog
-
- RedissonHyperLogLogReactive<V> - Class in org.redisson.reactive
-
- RedissonHyperLogLogReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonHyperLogLogReactive
-
- RedissonHyperLogLogReactive(Codec, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonHyperLogLogReactive
-
- RedissonKeys - Class in org.redisson
-
- RedissonKeys(CommandAsyncExecutor) - Constructor for class org.redisson.RedissonKeys
-
- RedissonKeysReactive - Class in org.redisson.reactive
-
- RedissonKeysReactive(CommandReactiveService) - Constructor for class org.redisson.reactive.RedissonKeysReactive
-
- RedissonLexSortedSet - Class in org.redisson
-
Sorted set contained values of String type
- RedissonLexSortedSet(CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonLexSortedSet
-
- RedissonLexSortedSetReactive - Class in org.redisson.reactive
-
- RedissonLexSortedSetReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonLexSortedSetReactive
-
- RedissonList<V> - Class in org.redisson
-
Distributed and concurrent implementation of
List
- RedissonList(CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonList
-
- RedissonList(Codec, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonList
-
- RedissonListMultimap<K,V> - Class in org.redisson
-
- RedissonListMultimapCache<K,V> - Class in org.redisson
-
- RedissonListMultimapIterator<K,V,M> - Class in org.redisson
-
- RedissonListMultimapIterator(RedissonMultimap<K, V>, CommandAsyncExecutor, Codec) - Constructor for class org.redisson.RedissonListMultimapIterator
-
- RedissonListMultimapValues<V> - Class in org.redisson
-
List based Multimap Cache values holder
- RedissonListMultimapValues(Codec, CommandAsyncExecutor, String, String, Object) - Constructor for class org.redisson.RedissonListMultimapValues
-
- RedissonListReactive<V> - Class in org.redisson.reactive
-
Distributed and concurrent implementation of
List
- RedissonListReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonListReactive
-
- RedissonListReactive(Codec, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonListReactive
-
- RedissonLiveObjectDefinitionParser - Class in org.redisson.spring.support
-
- RedissonLiveObjectDefinitionParser(RedissonNamespaceParserSupport) - Constructor for class org.redisson.spring.support.RedissonLiveObjectDefinitionParser
-
- RedissonLiveObjectRegistrationDefinitionParser - Class in org.redisson.spring.support
-
- RedissonLiveObjectRegistrationDefinitionParser(RedissonNamespaceParserSupport) - Constructor for class org.redisson.spring.support.RedissonLiveObjectRegistrationDefinitionParser
-
- RedissonLiveObjectService - Class in org.redisson
-
- RedissonLiveObjectService(RedissonClient, ConcurrentMap<Class<?>, Class<?>>, CodecProvider, ResolverProvider) - Constructor for class org.redisson.RedissonLiveObjectService
-
- RedissonLocalCachedMap<K,V> - Class in org.redisson
-
- RedissonLocalCachedMap(UUID, CommandAsyncExecutor, String, LocalCachedMapOptions, EvictionScheduler, RedissonClient) - Constructor for class org.redisson.RedissonLocalCachedMap
-
- RedissonLocalCachedMap(UUID, Codec, CommandAsyncExecutor, String, LocalCachedMapOptions, EvictionScheduler, RedissonClient) - Constructor for class org.redisson.RedissonLocalCachedMap
-
- RedissonLocalCachedMap.CacheKey - Class in org.redisson
-
- RedissonLocalCachedMap.CacheKey(byte[]) - Constructor for class org.redisson.RedissonLocalCachedMap.CacheKey
-
- RedissonLocalCachedMap.CacheValue - Class in org.redisson
-
- RedissonLocalCachedMap.CacheValue(Object, Object) - Constructor for class org.redisson.RedissonLocalCachedMap.CacheValue
-
- RedissonLocalCachedMap.LocalCachedMapClear - Class in org.redisson
-
- RedissonLocalCachedMap.LocalCachedMapClear() - Constructor for class org.redisson.RedissonLocalCachedMap.LocalCachedMapClear
-
- RedissonLocalCachedMap.LocalCachedMapInvalidate - Class in org.redisson
-
- RedissonLocalCachedMap.LocalCachedMapInvalidate() - Constructor for class org.redisson.RedissonLocalCachedMap.LocalCachedMapInvalidate
-
- RedissonLocalCachedMap.LocalCachedMapInvalidate(byte[], byte[]...) - Constructor for class org.redisson.RedissonLocalCachedMap.LocalCachedMapInvalidate
-
- RedissonLock - Class in org.redisson
-
Distributed implementation of
Lock
Implements reentrant lock.
- RedissonLock(CommandExecutor, String, UUID) - Constructor for class org.redisson.RedissonLock
-
- RedissonLockEntry - Class in org.redisson
-
- RedissonLockEntry(RPromise<RedissonLockEntry>) - Constructor for class org.redisson.RedissonLockEntry
-
- RedissonMap<K,V> - Class in org.redisson
-
- RedissonMap(UUID, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonMap
-
- RedissonMap(UUID, Codec, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonMap
-
- RedissonMapCache<K,V> - Class in org.redisson
-
- RedissonMapCache(UUID, EvictionScheduler, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonMapCache
-
- RedissonMapCache(UUID, Codec, EvictionScheduler, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonMapCache
-
- RedissonMapCacheReactive<K,V> - Class in org.redisson.reactive
-
- RedissonMapCacheReactive(UUID, EvictionScheduler, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonMapCacheReactive
-
- RedissonMapCacheReactive(UUID, EvictionScheduler, Codec, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonMapCacheReactive
-
- RedissonMapEntry<K,V> - Class in org.redisson
-
- RedissonMapEntry(K, V) - Constructor for class org.redisson.RedissonMapEntry
-
- RedissonMapIterator<K,V,M> - Class in org.redisson
-
- RedissonMapIterator(RedissonMap<K, V>) - Constructor for class org.redisson.RedissonMapIterator
-
- RedissonMapReactive<K,V> - Class in org.redisson.reactive
-
- RedissonMapReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonMapReactive
-
- RedissonMapReactive(Codec, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonMapReactive
-
- RedissonMapReactiveIterator<K,V,M> - Class in org.redisson.reactive
-
- RedissonMapReactiveIterator(MapReactive<K, V>) - Constructor for class org.redisson.reactive.RedissonMapReactiveIterator
-
- RedissonMapReduce<KIn,VIn,KOut,VOut> - Class in org.redisson.mapreduce
-
- RedissonMapReduce(RObject, RedissonClient, ConnectionManager) - Constructor for class org.redisson.mapreduce.RedissonMapReduce
-
- RedissonMultiLock - Class in org.redisson
-
Groups multiple independent locks and manages them as one lock.
- RedissonMultiLock(RLock...) - Constructor for class org.redisson.RedissonMultiLock
-
Creates instance with multiple
RLock
objects.
- RedissonMultiLockDefinitionParser - Class in org.redisson.spring.support
-
- RedissonMultiLockDefinitionParser(RedissonNamespaceParserSupport) - Constructor for class org.redisson.spring.support.RedissonMultiLockDefinitionParser
-
- RedissonMultimap<K,V> - Class in org.redisson
-
- RedissonMultimapCache<K> - Class in org.redisson
-
- RedissonMultimapCache(CommandAsyncExecutor, String, Codec, String) - Constructor for class org.redisson.RedissonMultimapCache
-
- RedissonMultiMapKeysIterator<K,V,M> - Class in org.redisson
-
- RedissonMultiMapKeysIterator(RedissonMultimap<K, V>) - Constructor for class org.redisson.RedissonMultiMapKeysIterator
-
- RedissonNamespaceDecorator - Interface in org.redisson.spring.support
-
- RedissonNamespaceDefaultDecorator - Class in org.redisson.spring.support
-
- RedissonNamespaceDefaultDecorator() - Constructor for class org.redisson.spring.support.RedissonNamespaceDefaultDecorator
-
- RedissonNamespaceHandlerSupport - Class in org.redisson.spring.support
-
- RedissonNamespaceHandlerSupport() - Constructor for class org.redisson.spring.support.RedissonNamespaceHandlerSupport
-
- RedissonNamespaceParserSupport - Class in org.redisson.spring.support
-
- RedissonNamespaceParserSupport() - Constructor for class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- RedissonNestedElementAwareDecorator - Class in org.redisson.spring.support
-
- RedissonNestedElementAwareDecorator(String[], String) - Constructor for class org.redisson.spring.support.RedissonNestedElementAwareDecorator
-
- RedissonNode - Class in org.redisson
-
- RedissonNodeConfig - Class in org.redisson.config
-
Redisson Node configuration
- RedissonNodeConfig() - Constructor for class org.redisson.config.RedissonNodeConfig
-
- RedissonNodeConfig(Config) - Constructor for class org.redisson.config.RedissonNodeConfig
-
- RedissonNodeConfig(RedissonNodeConfig) - Constructor for class org.redisson.config.RedissonNodeConfig
-
- RedissonNodeInitializer - Interface in org.redisson.api
-
- RedissonObject - Class in org.redisson
-
Base Redisson object
- RedissonObject(Codec, CommandAsyncExecutor, String) - Constructor for class org.redisson.RedissonObject
-
- RedissonObject(CommandAsyncExecutor, String) - Constructor for class org.redisson.RedissonObject
-
- RedissonObjectBuilder - Class in org.redisson.liveobject.core
-
- RedissonObjectBuilder(RedissonClient, CodecProvider) - Constructor for class org.redisson.liveobject.core.RedissonObjectBuilder
-
- RedissonObjectFactory - Class in org.redisson.misc
-
- RedissonObjectFactory() - Constructor for class org.redisson.misc.RedissonObjectFactory
-
- RedissonObjectFactory.RedissonObjectBuilder - Class in org.redisson.misc
-
- RedissonObjectFactory.RedissonObjectBuilder() - Constructor for class org.redisson.misc.RedissonObjectFactory.RedissonObjectBuilder
-
- RedissonPatternTopic<M> - Class in org.redisson
-
Distributed topic implementation.
- RedissonPatternTopic(CommandExecutor, String) - Constructor for class org.redisson.RedissonPatternTopic
-
- RedissonPatternTopic(Codec, CommandExecutor, String) - Constructor for class org.redisson.RedissonPatternTopic
-
- RedissonPatternTopicReactive<M> - Class in org.redisson.reactive
-
Distributed topic implementation.
- RedissonPatternTopicReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonPatternTopicReactive
-
- RedissonPatternTopicReactive(Codec, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonPatternTopicReactive
-
- RedissonPermitExpirableSemaphore - Class in org.redisson
-
- RedissonPermitExpirableSemaphore(CommandExecutor, String, SemaphorePubSub) - Constructor for class org.redisson.RedissonPermitExpirableSemaphore
-
- RedissonPriorityDeque<V> - Class in org.redisson
-
Distributed and concurrent implementation of
Queue
- RedissonPriorityDeque(CommandExecutor, String, Redisson) - Constructor for class org.redisson.RedissonPriorityDeque
-
- RedissonPriorityDeque(Codec, CommandExecutor, String, Redisson) - Constructor for class org.redisson.RedissonPriorityDeque
-
- RedissonPriorityQueue<V> - Class in org.redisson
-
- RedissonPriorityQueue(CommandExecutor, String, Redisson) - Constructor for class org.redisson.RedissonPriorityQueue
-
- RedissonPriorityQueue(Codec, CommandExecutor, String, Redisson) - Constructor for class org.redisson.RedissonPriorityQueue
-
- RedissonPriorityQueue.BinarySearchResult<V> - Class in org.redisson
-
- RedissonPriorityQueue.BinarySearchResult(V) - Constructor for class org.redisson.RedissonPriorityQueue.BinarySearchResult
-
- RedissonPriorityQueue.BinarySearchResult() - Constructor for class org.redisson.RedissonPriorityQueue.BinarySearchResult
-
- RedissonPromise<T> - Class in org.redisson.misc
-
- RedissonPromise() - Constructor for class org.redisson.misc.RedissonPromise
-
- RedissonQueue<V> - Class in org.redisson
-
Distributed and concurrent implementation of
Queue
- RedissonQueue(CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonQueue
-
- RedissonQueue(Codec, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonQueue
-
- RedissonQueueReactive<V> - Class in org.redisson.reactive
-
Distributed and concurrent implementation of
Queue
- RedissonQueueReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonQueueReactive
-
- RedissonQueueReactive(Codec, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonQueueReactive
-
- RedissonQueueSemaphore - Class in org.redisson
-
- RedissonQueueSemaphore(CommandExecutor, String, SemaphorePubSub) - Constructor for class org.redisson.RedissonQueueSemaphore
-
- redissonReactive - Variable in class org.redisson.command.CommandAsyncService
-
- RedissonReactive - Class in org.redisson
-
Main infrastructure class allows to get access
to all Redisson objects on top of Redis server.
- RedissonReactive(Config) - Constructor for class org.redisson.RedissonReactive
-
- RedissonReactiveClient - Interface in org.redisson.api
-
Main Redisson interface for access
to all redisson objects with reactive interface.
- RedissonReadAndWriteLockDefinitionParser - Class in org.redisson.spring.support
-
- RedissonReadAndWriteLockDefinitionParser(RedissonNamespaceParserSupport) - Constructor for class org.redisson.spring.support.RedissonReadAndWriteLockDefinitionParser
-
- RedissonReadLock - Class in org.redisson
-
Lock will be removed automatically if client disconnects.
- RedissonReadLock(CommandExecutor, String, UUID) - Constructor for class org.redisson.RedissonReadLock
-
- RedissonReadWriteLock - Class in org.redisson
-
A
ReadWriteLock
maintains a pair of associated
locks
, one for read-only operations and one for writing.
- RedissonRedLock - Class in org.redisson
-
RedLock locking algorithm implementation for multiple locks.
- RedissonRedLock(RLock...) - Constructor for class org.redisson.RedissonRedLock
-
Creates instance with multiple
RLock
objects.
- RedissonReference - Class in org.redisson
-
- RedissonReference() - Constructor for class org.redisson.RedissonReference
-
- RedissonReference(Class, String) - Constructor for class org.redisson.RedissonReference
-
- RedissonReference(Class, String, Codec) - Constructor for class org.redisson.RedissonReference
-
- RedissonRemoteService - Class in org.redisson
-
- RedissonRemoteService(RedissonClient, CommandExecutor) - Constructor for class org.redisson.RedissonRemoteService
-
- RedissonRemoteService(RedissonClient, String, CommandExecutor) - Constructor for class org.redisson.RedissonRemoteService
-
- RedissonRemoteService(Codec, RedissonClient, CommandExecutor) - Constructor for class org.redisson.RedissonRemoteService
-
- RedissonRemoteService(Codec, RedissonClient, String, CommandExecutor) - Constructor for class org.redisson.RedissonRemoteService
-
- RedissonRPCClientDefinitionParser - Class in org.redisson.spring.support
-
- RedissonRPCClientDefinitionParser(RedissonNamespaceParserSupport, RedissonNamespaceDecorator) - Constructor for class org.redisson.spring.support.RedissonRPCClientDefinitionParser
-
- RedissonRPCServerDefinitionParser - Class in org.redisson.spring.support
-
- RedissonRPCServerDefinitionParser(RedissonNamespaceParserSupport) - Constructor for class org.redisson.spring.support.RedissonRPCServerDefinitionParser
-
- RedissonScheduledFuture<V> - Class in org.redisson.executor
-
- RedissonScheduledFuture(RemotePromise<V>, long) - Constructor for class org.redisson.executor.RedissonScheduledFuture
-
- RedissonScoredSortedSet<V> - Class in org.redisson
-
- RedissonScoredSortedSet(CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonScoredSortedSet
-
- RedissonScoredSortedSet(Codec, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonScoredSortedSet
-
- RedissonScoredSortedSetReactive<V> - Class in org.redisson.reactive
-
- RedissonScoredSortedSetReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- RedissonScoredSortedSetReactive(Codec, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- RedissonScript - Class in org.redisson
-
- RedissonScript(CommandAsyncExecutor) - Constructor for class org.redisson.RedissonScript
-
- RedissonScriptReactive - Class in org.redisson.reactive
-
- RedissonScriptReactive(CommandReactiveExecutor) - Constructor for class org.redisson.reactive.RedissonScriptReactive
-
- RedissonSemaphore - Class in org.redisson
-
Distributed and concurrent implementation of
Semaphore
.
- RedissonSemaphore(CommandExecutor, String, SemaphorePubSub) - Constructor for class org.redisson.RedissonSemaphore
-
- RedissonSessionRepository - Class in org.redisson.spring.session
-
- RedissonSessionRepository(RedissonClient, ApplicationEventPublisher) - Constructor for class org.redisson.spring.session.RedissonSessionRepository
-
- RedissonSet<V> - Class in org.redisson
-
Distributed and concurrent implementation of
Set
- RedissonSet(CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonSet
-
- RedissonSet(Codec, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonSet
-
- RedissonSetCache<V> - Class in org.redisson
-
- RedissonSetCache(EvictionScheduler, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonSetCache
-
- RedissonSetCache(Codec, EvictionScheduler, CommandAsyncExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonSetCache
-
- RedissonSetCacheReactive<V> - Class in org.redisson.reactive
-
- RedissonSetCacheReactive(EvictionScheduler, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonSetCacheReactive
-
- RedissonSetCacheReactive(Codec, EvictionScheduler, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonSetCacheReactive
-
- RedissonSetMultimap<K,V> - Class in org.redisson
-
- RedissonSetMultimapCache<K,V> - Class in org.redisson
-
- RedissonSetMultimapIterator<K,V,M> - Class in org.redisson
-
- RedissonSetMultimapIterator(RedissonMultimap<K, V>, CommandAsyncExecutor, Codec) - Constructor for class org.redisson.RedissonSetMultimapIterator
-
- RedissonSetMultimapValues<V> - Class in org.redisson
-
Set based Multimap Cache values holder
- RedissonSetMultimapValues(Codec, CommandAsyncExecutor, String, String, Object) - Constructor for class org.redisson.RedissonSetMultimapValues
-
- RedissonSetReactive<V> - Class in org.redisson.reactive
-
Distributed and concurrent implementation of
Set
- RedissonSetReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonSetReactive
-
- RedissonSetReactive(Codec, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonSetReactive
-
- RedissonShutdownException - Exception in org.redisson
-
- RedissonShutdownException(String) - Constructor for exception org.redisson.RedissonShutdownException
-
- RedissonSortedSet<V> - Class in org.redisson
-
- RedissonSortedSet(CommandExecutor, String, RedissonClient) - Constructor for class org.redisson.RedissonSortedSet
-
- RedissonSortedSet(Codec, CommandExecutor, String, Redisson) - Constructor for class org.redisson.RedissonSortedSet
-
- RedissonSortedSet.BinarySearchResult<V> - Class in org.redisson
-
- RedissonSortedSet.BinarySearchResult(V) - Constructor for class org.redisson.RedissonSortedSet.BinarySearchResult
-
- RedissonSortedSet.BinarySearchResult() - Constructor for class org.redisson.RedissonSortedSet.BinarySearchResult
-
- RedissonSpringCacheManager - Class in org.redisson.spring.cache
-
A CacheManager
implementation
backed by Redisson instance.
- RedissonSpringCacheManager(RedissonClient) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheManager
-
Creates CacheManager supplied by Redisson instance
- RedissonSpringCacheManager(RedissonClient, Map<String, CacheConfig>) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheManager
-
Creates CacheManager supplied by Redisson instance and
Cache config mapped by Cache name
- RedissonSpringCacheManager(RedissonClient, Map<String, CacheConfig>, Codec) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheManager
-
Creates CacheManager supplied by Redisson instance, Codec instance
and Cache config mapped by Cache name.
- RedissonSpringCacheManager(RedissonClient, String) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheManager
-
Creates CacheManager supplied by Redisson instance
and Cache config mapped by Cache name.
- RedissonSpringCacheManager(RedissonClient, String, Codec) - Constructor for class org.redisson.spring.cache.RedissonSpringCacheManager
-
Creates CacheManager supplied by Redisson instance, Codec instance
and Config location path.
- RedissonSubList<V> - Class in org.redisson
-
Distributed and concurrent implementation of
List
- RedissonSubList(Codec, CommandAsyncExecutor, String, int, int) - Constructor for class org.redisson.RedissonSubList
-
- RedissonThreadFactory - Class in org.redisson.misc
-
- RedissonThreadFactory() - Constructor for class org.redisson.misc.RedissonThreadFactory
-
- RedissonThreadFactory(Thread.UncaughtExceptionHandler) - Constructor for class org.redisson.misc.RedissonThreadFactory
-
- RedissonTopic<M> - Class in org.redisson
-
Distributed topic implementation.
- RedissonTopic(CommandAsyncExecutor, String) - Constructor for class org.redisson.RedissonTopic
-
- RedissonTopic(Codec, CommandAsyncExecutor, String) - Constructor for class org.redisson.RedissonTopic
-
- RedissonTopicReactive<M> - Class in org.redisson.reactive
-
Distributed topic implementation.
- RedissonTopicReactive(CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonTopicReactive
-
- RedissonTopicReactive(Codec, CommandReactiveExecutor, String) - Constructor for class org.redisson.reactive.RedissonTopicReactive
-
- RedissonWriteLock - Class in org.redisson
-
Lock will be removed automatically if client disconnects.
- RedissonWriteLock(CommandExecutor, String, UUID) - Constructor for class org.redisson.RedissonWriteLock
-
- RedisStrictCommand<T> - Class in org.redisson.client.protocol
-
- RedisStrictCommand(String, int, RedisCommand.ValueType) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
-
- RedisStrictCommand(String, int) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
-
- RedisStrictCommand(String, MultiDecoder<T>) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
-
- RedisStrictCommand(String, String, MultiDecoder<T>) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
-
- RedisStrictCommand(String) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
-
- RedisStrictCommand(String, Convertor<T>) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
-
- RedisStrictCommand(String, Convertor<T>, int) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
-
- RedisStrictCommand(String, String) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
-
- RedisStrictCommand(String, String, Convertor<T>) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
-
- RedisStrictCommand(String, String, MultiDecoder<T>, Convertor) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
-
- RedisStrictCommand(String, String, Decoder<T>) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
-
- RedisStrictCommand(String, Decoder<T>) - Constructor for class org.redisson.client.protocol.RedisStrictCommand
-
- RedisTimeoutException - Exception in org.redisson.client
-
- RedisTimeoutException() - Constructor for exception org.redisson.client.RedisTimeoutException
-
- RedisTimeoutException(String) - Constructor for exception org.redisson.client.RedisTimeoutException
-
- RedisTryAgainException - Exception in org.redisson.client
-
- RedisTryAgainException(String) - Constructor for exception org.redisson.client.RedisTryAgainException
-
- reduce(K, Iterator<V>) - Method in interface org.redisson.api.mapreduce.RReducer
-
Invoked for each key
- reducePermits(int) - Method in interface org.redisson.api.RSemaphore
-
Shrinks the number of available permits by the indicated
reduction.
- reducePermits(int) - Method in class org.redisson.RedissonSemaphore
-
- reducePermitsAsync(int) - Method in interface org.redisson.api.RSemaphoreAsync
-
Shrinks the number of available permits by the indicated
reduction.
- reducePermitsAsync(int) - Method in class org.redisson.RedissonSemaphore
-
- reducer(RReducer<KOut, VOut>) - Method in interface org.redisson.api.mapreduce.RCollectionMapReduce
-
Setup Reducer object
- reducer(RReducer<KOut, VOut>) - Method in interface org.redisson.api.mapreduce.RMapReduce
-
Setup Reducer object
- reducer(RReducer<KOut, VOut>) - Method in class org.redisson.mapreduce.RedissonCollectionMapReduce
-
- reducer(RReducer<KOut, VOut>) - Method in class org.redisson.mapreduce.RedissonMapReduce
-
- ReducerTask<KOut,VOut> - Class in org.redisson.mapreduce
-
- ReducerTask() - Constructor for class org.redisson.mapreduce.ReducerTask
-
- ReducerTask(String, RReducer<KOut, VOut>, Class<?>, String, long) - Constructor for class org.redisson.mapreduce.ReducerTask
-
- ReferenceCachedValue<K,V> - Class in org.redisson.cache
-
Created by jribble on 2/20/17.
- ReferenceCachedValue(K, V, long, long, ReferenceQueue<V>, ReferenceCachedValue.Type) - Constructor for class org.redisson.cache.ReferenceCachedValue
-
- ReferenceCachedValue.Type - Enum in org.redisson.cache
-
- ReferenceCacheMap<K,V> - Class in org.redisson.cache
-
- register(Class<T>, T) - Method in interface org.redisson.api.RRemoteService
-
Register remote service with single worker
- register(Class<T>, T, int) - Method in interface org.redisson.api.RRemoteService
-
Register remote service with custom workers amount
- register(Class<T>, T, int, ExecutorService) - Method in interface org.redisson.api.RRemoteService
-
Register remote service with custom workers amount
and executor for running them
- register(Class<T>, T) - Method in class org.redisson.RedissonRemoteService
-
- register(Class<T>, T, int) - Method in class org.redisson.RedissonRemoteService
-
- register(Class<T>, T, int, ExecutorService) - Method in class org.redisson.RedissonRemoteService
-
- registerBeanDefinition(BeanDefinitionBuilder, String, String[], ParserContext) - Method in class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- registerBeanDefinition(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- registerCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class org.redisson.jcache.JCache
-
- registerClass(Class<?>) - Method in interface org.redisson.api.RLiveObjectService
-
Pre register the class with the service, registering all the classes on
startup can speed up the instance creation.
- registerClass(Class) - Method in class org.redisson.RedissonLiveObjectService
-
- registerCodec(Class<T>, T) - Method in interface org.redisson.codec.CodecProvider
-
Register a codec by its class or super class.
- registerCodec(REntity, Class<?>, T) - Method in interface org.redisson.codec.CodecProvider
-
Register a codec by the REntity annotation and the class annotated with
it.
- registerCodec(RObjectField, Class<?>, Class<K>, String, T) - Method in interface org.redisson.codec.CodecProvider
-
Register a codec by the RObjectField annotation, the class annotated with
REntity, the implementation class of RObject the field is going to
be transformed into and the name of the field with this RObjectField
annotation.
- registerCodec(Class<T>, Class<K>, T) - Method in interface org.redisson.codec.CodecProvider
-
Register a codec by its class or super class and the class of the RObject
implementation.
- registerCodec(Class<T>, Class<K>, String, T) - Method in interface org.redisson.codec.CodecProvider
-
Register a codec by its class or super class, the class of the RObject
implementation and the name of RObject (the value returned by
RObjectField.getName() method).
- registerCodec(Class<T>, RObject, T) - Method in interface org.redisson.codec.CodecProvider
-
Register a codec by its class or super class and an instance of the
RObject.
- registerCodec(Class<T>, T) - Method in class org.redisson.codec.DefaultCodecProvider
-
- registerCodec(REntity, Class<?>, T) - Method in class org.redisson.codec.DefaultCodecProvider
-
- registerCodec(RObjectField, Class<?>, Class<K>, String, T) - Method in class org.redisson.codec.DefaultCodecProvider
-
- registerCodec(Class<T>, Class<K>, T) - Method in class org.redisson.codec.DefaultCodecProvider
-
- registerCodec(Class<T>, Class<K>, String, T) - Method in class org.redisson.codec.DefaultCodecProvider
-
- registerCodec(Class<T>, RObject, T) - Method in class org.redisson.codec.DefaultCodecProvider
-
- registerResolver(Class<?>, Class<? extends Resolver>, Resolver) - Method in class org.redisson.liveobject.provider.DefaultResolverProvider
-
- registerResolver(Class<?>, Class<? extends Resolver>, Resolver) - Method in interface org.redisson.liveobject.provider.ResolverProvider
-
To register a resolver based on the the class it can provide value to,
the resolver type, the resolver instance to be cached.
- registerWorkers(int) - Method in interface org.redisson.api.RExecutorService
-
Register workers
- registerWorkers(int, ExecutorService) - Method in interface org.redisson.api.RExecutorService
-
Register workers with custom executor
- registerWorkers(int) - Method in class org.redisson.RedissonExecutorService
-
- registerWorkers(int, ExecutorService) - Method in class org.redisson.RedissonExecutorService
-
- release(String) - Method in interface org.redisson.api.RPermitExpirableSemaphore
-
Releases a permit by its id, returning it to the semaphore.
- release() - Method in interface org.redisson.api.RSemaphore
-
Releases a permit, returning it to the semaphore.
- release(int) - Method in interface org.redisson.api.RSemaphore
-
Releases the given number of permits, returning them to the semaphore.
- release(AsyncDetails) - Static method in class org.redisson.command.AsyncDetails
-
- release() - Method in class org.redisson.connection.PubSubConnectionEntry
-
- release() - Method in class org.redisson.misc.InfinitySemaphoreLatch
-
- release() - Method in class org.redisson.pubsub.AsyncSemaphore
-
- release() - Method in interface org.redisson.PubSubEntry
-
- release() - Method in class org.redisson.RedissonCountDownLatchEntry
-
- release() - Method in class org.redisson.RedissonLockEntry
-
- release(String) - Method in class org.redisson.RedissonPermitExpirableSemaphore
-
- release() - Method in class org.redisson.RedissonSemaphore
-
- release(int) - Method in class org.redisson.RedissonSemaphore
-
- releaseAsync(String) - Method in interface org.redisson.api.RPermitExpirableSemaphoreAsync
-
Releases a permit by its id, returning it to the semaphore.
- releaseAsync() - Method in interface org.redisson.api.RSemaphoreAsync
-
Releases a permit, returning it to the semaphore.
- releaseAsync(int) - Method in interface org.redisson.api.RSemaphoreAsync
-
Releases the given number of permits, returning them to the semaphore.
- releaseAsync(String) - Method in class org.redisson.RedissonPermitExpirableSemaphore
-
- releaseAsync() - Method in class org.redisson.RedissonSemaphore
-
- releaseAsync(int) - Method in class org.redisson.RedissonSemaphore
-
- releaseConnection(NodeSource, RFuture<RedisConnection>, boolean, RPromise<R>, AsyncDetails<V, R>) - Method in class org.redisson.command.CommandAsyncService
-
- releaseConnection() - Method in class org.redisson.connection.ClientConnectionsEntry
-
- releaseConnection(RedisConnection) - Method in class org.redisson.connection.ClientConnectionsEntry
-
- releaseConnection(ClientConnectionsEntry) - Method in class org.redisson.connection.pool.PubSubConnectionPool
-
- releaseConnection(ClientConnectionsEntry, RedisPubSubConnection) - Method in class org.redisson.connection.pool.PubSubConnectionPool
-
- releaseRead(NodeSource, RedisConnection) - Method in interface org.redisson.connection.ConnectionManager
-
- releaseRead(NodeSource, RedisConnection) - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- releaseRead(RedisConnection) - Method in class org.redisson.connection.MasterSlaveEntry
-
- releaseRead(RedisConnection) - Method in class org.redisson.connection.SingleEntry
-
- releaseSubscribeConnection(RedisPubSubConnection) - Method in class org.redisson.connection.ClientConnectionsEntry
-
- releaseSubscribeConnection() - Method in class org.redisson.connection.ClientConnectionsEntry
-
- releaseSubscribeConnection(int, PubSubConnectionEntry) - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- releaseWrite(NodeSource, RedisConnection) - Method in interface org.redisson.connection.ConnectionManager
-
- releaseWrite(NodeSource, RedisConnection) - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- releaseWrite(RedisConnection) - Method in class org.redisson.connection.MasterSlaveEntry
-
- remainingCapacity() - Method in class org.redisson.RedissonBlockingDeque
-
- remainingCapacity() - Method in class org.redisson.RedissonBlockingQueue
-
- remainingCapacity() - Method in class org.redisson.RedissonBoundedBlockingQueue
-
- remainTimeToLive() - Method in interface org.redisson.api.RExpirable
-
Remaining time to live of Redisson object that has a timeout
- remainTimeToLive() - Method in interface org.redisson.api.RExpirableReactive
-
Get remaining time to live of object in milliseconds.
- remainTimeToLive(String) - Method in interface org.redisson.api.RKeys
-
Remaining time to live of Redisson object that has a timeout
- remainTimeToLive(String) - Method in class org.redisson.RedissonKeys
-
- remainTimeToLiveAsync() - Method in interface org.redisson.api.RExpirableAsync
-
Get remaining time to live of object in seconds.
- remainTimeToLiveAsync(String) - Method in interface org.redisson.api.RKeysAsync
-
Remaining time to live of Redisson object that has a timeout
- remainTimeToLiveAsync(String) - Method in class org.redisson.RedissonKeys
-
- remainTimeToLiveAsync() - Method in class org.redisson.RedissonListMultimapValues
-
- remainTimeToLiveAsync() - Method in class org.redisson.RedissonSetMultimapValues
-
- RemoteExecutorService - Interface in org.redisson.executor
-
- RemoteExecutorServiceAsync - Interface in org.redisson.executor
-
- RemoteExecutorServiceImpl - Class in org.redisson.executor
-
Executor service runs Callable and Runnable tasks.
- RemoteExecutorServiceImpl(CommandExecutor, RedissonClient, Codec, String) - Constructor for class org.redisson.executor.RemoteExecutorServiceImpl
-
- RemoteInvocationOptionDecorator - Class in org.redisson.spring.support
-
- RemoteInvocationOptionDecorator() - Constructor for class org.redisson.spring.support.RemoteInvocationOptionDecorator
-
- RemoteInvocationOptions - Class in org.redisson.api
-
RRemoteService invocation options.
- RemoteInvocationOptions(RemoteInvocationOptions) - Constructor for class org.redisson.api.RemoteInvocationOptions
-
- RemoteParams - Interface in org.redisson.remote
-
- RemotePromise<T> - Class in org.redisson.executor
-
- RemotePromise(RPromise<T>) - Constructor for class org.redisson.executor.RemotePromise
-
- RemoteServiceAck - Class in org.redisson.remote
-
- RemoteServiceAck() - Constructor for class org.redisson.remote.RemoteServiceAck
-
- RemoteServiceAckTimeoutException - Exception in org.redisson.remote
-
Rises when remote method executor has not answered
within Ack timeout.
- RemoteServiceAckTimeoutException(String) - Constructor for exception org.redisson.remote.RemoteServiceAckTimeoutException
-
- RemoteServiceCancelRequest - Class in org.redisson.remote
-
- RemoteServiceCancelRequest() - Constructor for class org.redisson.remote.RemoteServiceCancelRequest
-
- RemoteServiceCancelRequest(boolean) - Constructor for class org.redisson.remote.RemoteServiceCancelRequest
-
- RemoteServiceCancelRequest(boolean, String) - Constructor for class org.redisson.remote.RemoteServiceCancelRequest
-
- RemoteServiceCancelResponse - Class in org.redisson.remote
-
- RemoteServiceCancelResponse() - Constructor for class org.redisson.remote.RemoteServiceCancelResponse
-
- RemoteServiceCancelResponse(boolean) - Constructor for class org.redisson.remote.RemoteServiceCancelResponse
-
- RemoteServiceKey - Class in org.redisson.remote
-
- RemoteServiceKey(Class<?>, String, List<String>) - Constructor for class org.redisson.remote.RemoteServiceKey
-
- RemoteServiceMethod - Class in org.redisson.remote
-
- RemoteServiceMethod(Method, Object) - Constructor for class org.redisson.remote.RemoteServiceMethod
-
- RemoteServiceRequest - Class in org.redisson.remote
-
- RemoteServiceRequest() - Constructor for class org.redisson.remote.RemoteServiceRequest
-
- RemoteServiceRequest(String) - Constructor for class org.redisson.remote.RemoteServiceRequest
-
- RemoteServiceRequest(String, String, List<String>, Object[], RemoteInvocationOptions, long) - Constructor for class org.redisson.remote.RemoteServiceRequest
-
- RemoteServiceResponse - Class in org.redisson.remote
-
- RemoteServiceResponse() - Constructor for class org.redisson.remote.RemoteServiceResponse
-
- RemoteServiceResponse(Object) - Constructor for class org.redisson.remote.RemoteServiceResponse
-
- RemoteServiceResponse(Throwable) - Constructor for class org.redisson.remote.RemoteServiceResponse
-
- RemoteServiceTimeoutException - Exception in org.redisson.remote
-
Rises when invocation timeout has been occurred
- RemoteServiceTimeoutException(String) - Constructor for exception org.redisson.remote.RemoteServiceTimeoutException
-
- remove(Object) - Method in interface org.redisson.api.RCollectionReactive
-
- remove(long) - Method in interface org.redisson.api.RListReactive
-
- remove(K) - Method in interface org.redisson.api.RMapReactive
-
- remove(Object, Object) - Method in interface org.redisson.api.RMapReactive
-
- remove(Object, Object) - Method in interface org.redisson.api.RMultimap
-
Removes a single key-value pair with the key key
and the value
value
from this multimap, if such exists.
- remove(Object) - Method in interface org.redisson.api.RScoredSortedSet
-
- remove(V) - Method in interface org.redisson.api.RScoredSortedSetReactive
-
- remove(RBlockingQueue<RemoteServiceRequest>, RemoteServiceRequest) - Method in class org.redisson.BaseRemoteService
-
- remove(Object) - Method in class org.redisson.cache.AbstractCacheMap
-
- remove(ClientConnectionsEntry) - Method in class org.redisson.connection.pool.MasterConnectionPool
-
- remove(ClientConnectionsEntry) - Method in class org.redisson.connection.pool.MasterPubSubConnectionPool
-
- remove(RBlockingQueue<RemoteServiceRequest>, RemoteServiceRequest) - Method in class org.redisson.executor.ExecutorRemoteService
-
- remove(RBlockingQueue<RemoteServiceRequest>, RemoteServiceRequest) - Method in class org.redisson.executor.ScheduledExecutorRemoteService
-
- remove(K) - Method in class org.redisson.jcache.JCache
-
- remove(K, V) - Method in class org.redisson.jcache.JCache
-
- remove() - Method in class org.redisson.jcache.JMutableEntry
-
- remove(Object) - Method in class org.redisson.misc.BiHashMap
-
- remove() - Method in class org.redisson.misc.CompositeIterable
-
- remove(Runnable) - Method in class org.redisson.pubsub.AsyncSemaphore
-
- remove(String) - Method in class org.redisson.QueueTransferService
-
- remove(Object) - Method in class org.redisson.reactive.RedissonListReactive
-
- remove(Object, int) - Method in class org.redisson.reactive.RedissonListReactive
-
- remove(long) - Method in class org.redisson.reactive.RedissonListReactive
-
- remove(Object, Object) - Method in class org.redisson.reactive.RedissonMapCacheReactive
-
- remove(K) - Method in class org.redisson.reactive.RedissonMapCacheReactive
-
- remove(Object, Object) - Method in class org.redisson.reactive.RedissonMapReactive
-
- remove(K) - Method in class org.redisson.reactive.RedissonMapReactive
-
- remove(Object) - Method in class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- remove(Object) - Method in class org.redisson.reactive.RedissonSetCacheReactive
-
- remove(Object) - Method in class org.redisson.reactive.RedissonSetReactive
-
- remove() - Method in class org.redisson.RedissonBaseMapIterator
-
- remove() - Method in class org.redisson.RedissonDelayedQueue
-
- remove(Object) - Method in class org.redisson.RedissonDelayedQueue
-
- remove(Object) - Method in class org.redisson.RedissonList
-
- remove(Object, int) - Method in class org.redisson.RedissonList
-
- remove(int) - Method in class org.redisson.RedissonList
-
- remove(long) - Method in class org.redisson.RedissonList
-
- remove(Object) - Method in class org.redisson.RedissonListMultimapValues
-
- remove(Object, int) - Method in class org.redisson.RedissonListMultimapValues
-
- remove(int) - Method in class org.redisson.RedissonListMultimapValues
-
- remove(Object) - Method in class org.redisson.RedissonMap
-
- remove(Object, Object) - Method in class org.redisson.RedissonMap
-
- remove(Object, Object) - Method in class org.redisson.RedissonMultimap
-
- remove(Object) - Method in class org.redisson.RedissonPriorityQueue
-
- remove() - Method in class org.redisson.RedissonPriorityQueue
-
- remove() - Method in class org.redisson.RedissonQueue
-
- remove(Object) - Method in class org.redisson.RedissonScoredSortedSet
-
- remove(Object) - Method in class org.redisson.RedissonSet
-
- remove(Object) - Method in class org.redisson.RedissonSetCache
-
- remove(Object) - Method in class org.redisson.RedissonSetMultimapValues
-
- remove(Object) - Method in class org.redisson.RedissonSortedSet
-
- remove(int) - Method in class org.redisson.RedissonSubList
-
- remove(Object) - Method in interface org.redisson.ScanIterator
-
- removeAll(Collection<?>) - Method in interface org.redisson.api.RCollectionReactive
-
- removeAll(Object) - Method in interface org.redisson.api.RListMultimap
-
Removes all values associated with the key key
.
- removeAll(Object) - Method in interface org.redisson.api.RMultimap
-
Removes all values associated with the key key
.
- removeAll(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSet
-
- removeAll(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSetReactive
-
- removeAll(Object) - Method in interface org.redisson.api.RSetMultimap
-
Removes all values associated with the key key
.
- removeAll(Set<? extends K>) - Method in class org.redisson.jcache.JCache
-
- removeAll() - Method in class org.redisson.jcache.JCache
-
- removeAll(Collection<?>) - Method in class org.redisson.reactive.RedissonListReactive
-
- removeAll(Collection<?>) - Method in class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- removeAll(Collection<?>) - Method in class org.redisson.reactive.RedissonSetCacheReactive
-
- removeAll(Collection<?>) - Method in class org.redisson.reactive.RedissonSetReactive
-
- removeAll(Collection<?>) - Method in class org.redisson.RedissonDelayedQueue
-
- removeAll(Collection<?>) - Method in class org.redisson.RedissonList
-
- removeAll(Object) - Method in class org.redisson.RedissonListMultimap
-
- removeAll(Collection<?>) - Method in class org.redisson.RedissonListMultimapValues
-
- removeAll(Object) - Method in class org.redisson.RedissonMultimap
-
- removeAll(Collection<?>) - Method in class org.redisson.RedissonPriorityQueue
-
- removeAll(Collection<?>) - Method in class org.redisson.RedissonScoredSortedSet
-
- removeAll(Collection<?>) - Method in class org.redisson.RedissonSet
-
- removeAll(Collection<?>) - Method in class org.redisson.RedissonSetCache
-
- removeAll(Object) - Method in class org.redisson.RedissonSetMultimap
-
- removeAll(Collection<?>) - Method in class org.redisson.RedissonSetMultimapValues
-
- removeAll(Collection<?>) - Method in class org.redisson.RedissonSortedSet
-
- removeAllAsync(Collection<?>) - Method in interface org.redisson.api.RCollectionAsync
-
Removes all of this collection's elements that are also contained in the
specified collection (optional operation).
- removeAllAsync(Object) - Method in interface org.redisson.api.RMultimapAsync
-
Removes all values associated with the key key
.
- removeAllAsync(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- removeAllAsync(Collection<?>) - Method in class org.redisson.RedissonBoundedBlockingQueue
-
- removeAllAsync(Collection<?>) - Method in class org.redisson.RedissonDelayedQueue
-
- removeAllAsync(Collection<?>) - Method in class org.redisson.RedissonList
-
- removeAllAsync(Object) - Method in class org.redisson.RedissonListMultimap
-
- removeAllAsync(Object) - Method in class org.redisson.RedissonListMultimapCache
-
- removeAllAsync(Collection<?>) - Method in class org.redisson.RedissonListMultimapValues
-
- removeAllAsync(Collection<?>) - Method in class org.redisson.RedissonScoredSortedSet
-
- removeAllAsync(Collection<?>) - Method in class org.redisson.RedissonSet
-
- removeAllAsync(Collection<?>) - Method in class org.redisson.RedissonSetCache
-
- removeAllAsync(Object) - Method in class org.redisson.RedissonSetMultimap
-
- removeAllAsync(Object) - Method in class org.redisson.RedissonSetMultimapCache
-
- removeAllAsync(Collection<?>) - Method in class org.redisson.RedissonSetMultimapValues
-
- removeAllAsync(Collection<?>) - Method in class org.redisson.RedissonSubList
-
- removeAllListeners() - Method in interface org.redisson.api.RPatternTopic
-
Removes all listeners from this topic
- removeAllListeners() - Method in interface org.redisson.api.RTopic
-
Removes all listeners from this topic
- removeAllListeners(String) - Method in class org.redisson.connection.PubSubConnectionEntry
-
- removeAllListeners() - Method in class org.redisson.RedissonPatternTopic
-
- removeAllListeners() - Method in class org.redisson.RedissonTopic
-
- removeAsync(Object) - Method in interface org.redisson.api.RCollectionAsync
-
Removes a single instance of the specified element from this
collection, if it is present (optional operation).
- removeAsync(long) - Method in interface org.redisson.api.RListAsync
-
- removeAsync(K) - Method in interface org.redisson.api.RMapAsync
-
- removeAsync(Object, Object) - Method in interface org.redisson.api.RMapAsync
-
- removeAsync(Object, Object) - Method in interface org.redisson.api.RMultimapAsync
-
Removes a single key-value pair with the key key
and the value
value
from this multimap, if such exists.
- removeAsync(V) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- removeAsync(V) - Method in interface org.redisson.api.RSortedSet
-
- removeAsync(Object) - Method in class org.redisson.RedissonBoundedBlockingQueue
-
- removeAsync(Object) - Method in class org.redisson.RedissonDelayedQueue
-
- removeAsync(Object, int) - Method in class org.redisson.RedissonDelayedQueue
-
- removeAsync(Object) - Method in class org.redisson.RedissonList
-
- removeAsync(Object, int) - Method in class org.redisson.RedissonList
-
- removeAsync(long) - Method in class org.redisson.RedissonList
-
- removeAsync(Object, Object) - Method in class org.redisson.RedissonListMultimap
-
- removeAsync(Object) - Method in class org.redisson.RedissonListMultimapValues
-
- removeAsync(Object, int) - Method in class org.redisson.RedissonListMultimapValues
-
- removeAsync(long) - Method in class org.redisson.RedissonListMultimapValues
-
- removeAsync(K) - Method in class org.redisson.RedissonLocalCachedMap
-
- removeAsync(Object, Object) - Method in class org.redisson.RedissonLocalCachedMap
-
- removeAsync(Object, Object) - Method in class org.redisson.RedissonMap
-
- removeAsync(K) - Method in class org.redisson.RedissonMap
-
- removeAsync(Object, Object) - Method in class org.redisson.RedissonMapCache
-
- removeAsync(K) - Method in class org.redisson.RedissonMapCache
-
- removeAsync(Object) - Method in class org.redisson.RedissonScoredSortedSet
-
- removeAsync(Object) - Method in class org.redisson.RedissonSet
-
- removeAsync(Object) - Method in class org.redisson.RedissonSetCache
-
- removeAsync(Object, Object) - Method in class org.redisson.RedissonSetMultimap
-
- removeAsync(Object) - Method in class org.redisson.RedissonSetMultimapValues
-
- removeAsync(V) - Method in class org.redisson.RedissonSortedSet
-
- removeAsync(Object) - Method in class org.redisson.RedissonSubList
-
- removeCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>) - Method in class org.redisson.jcache.configuration.JCacheConfiguration
-
- removeConnection(Runnable) - Method in class org.redisson.connection.ClientConnectionsEntry
-
- removeConnectionListener(int) - Method in interface org.redisson.api.NodesGroup
-
Removes connection listener by id
- removeConnectionListener(int) - Method in class org.redisson.RedisNodes
-
- removeDisconnectListener(String) - Method in class org.redisson.client.RedisPubSubConnection
-
- removeExpiredEntries() - Method in class org.redisson.cache.AbstractCacheMap
-
- removeExpiredEntries() - Method in class org.redisson.cache.ReferenceCacheMap
-
- removeFailedSlaveAddress(URL) - Method in class org.redisson.cluster.ClusterPartition
-
- removeFirst() - Method in interface org.redisson.api.RDequeReactive
-
- removeFirst() - Method in class org.redisson.reactive.RedissonDequeReactive
-
- removeFirst() - Method in class org.redisson.RedissonPriorityQueue
-
- removeFirst() - Method in class org.redisson.RedissonQueue
-
- removeFirstAsync() - Method in interface org.redisson.api.RDequeAsync
-
- removeFirstAsync() - Method in class org.redisson.RedissonDeque
-
- removeFirstAsync() - Method in class org.redisson.RedissonPriorityDeque
-
- removeFirstOccurrence(Object) - Method in interface org.redisson.api.RDequeReactive
-
- removeFirstOccurrence(Object) - Method in class org.redisson.reactive.RedissonDequeReactive
-
- removeFirstOccurrence(Object) - Method in class org.redisson.RedissonDeque
-
- removeFirstOccurrence(Object) - Method in class org.redisson.RedissonPriorityDeque
-
- removeFirstOccurrenceAsync(Object) - Method in interface org.redisson.api.RDequeAsync
-
- removeFirstOccurrenceAsync(Object) - Method in class org.redisson.RedissonDeque
-
- removeFirstOccurrenceAsync(Object) - Method in class org.redisson.RedissonPriorityDeque
-
- removeKey() - Method in class org.redisson.RedissonBaseMapIterator
-
- removeKey() - Method in class org.redisson.RedissonMapIterator
-
- removeKey() - Method in class org.redisson.RedissonMultiMapKeysIterator
-
- removeLast() - Method in interface org.redisson.api.RDequeReactive
-
- removeLast() - Method in class org.redisson.reactive.RedissonDequeReactive
-
- removeLast() - Method in class org.redisson.RedissonDeque
-
- removeLast() - Method in class org.redisson.RedissonPriorityDeque
-
- removeLastAsync() - Method in interface org.redisson.api.RDequeAsync
-
- removeLastAsync() - Method in class org.redisson.RedissonDeque
-
- removeLastAsync() - Method in class org.redisson.RedissonPriorityDeque
-
- removeLastOccurrence(Object) - Method in interface org.redisson.api.RDequeReactive
-
- removeLastOccurrence(Object) - Method in class org.redisson.reactive.RedissonDequeReactive
-
- removeLastOccurrence(Object) - Method in class org.redisson.RedissonDeque
-
- removeLastOccurrence(Object) - Method in class org.redisson.RedissonPriorityDeque
-
- removeLastOccurrenceAsync(Object) - Method in interface org.redisson.api.RDequeAsync
-
- removeLastOccurrenceAsync(Object) - Method in class org.redisson.RedissonDeque
-
- removeLastOccurrenceAsync(Object) - Method in class org.redisson.RedissonPriorityDeque
-
- removeListener(FutureListener<? super V>) - Method in interface org.redisson.api.RFuture
-
Removes the first occurrence of the specified listener from this future.
- removeListener(int) - Method in interface org.redisson.api.RPatternTopic
-
Removes the listener by id
for listening this topic
- removeListener(PatternMessageListener<M>) - Method in interface org.redisson.api.RPatternTopic
-
Removes the listener by its instance
- removeListener(int) - Method in interface org.redisson.api.RPatternTopicReactive
-
Removes the listener by id
for listening this topic
- removeListener(MessageListener<?>) - Method in interface org.redisson.api.RTopic
-
Removes the listener by its instance
- removeListener(int) - Method in interface org.redisson.api.RTopic
-
Removes the listener by id
for listening this topic
- removeListener(int) - Method in interface org.redisson.api.RTopicReactive
-
- removeListener(RedisPubSubListener<?>) - Method in class org.redisson.client.RedisPubSubConnection
-
- removeListener(int) - Method in class org.redisson.connection.ConnectionEventsHub
-
- removeListener(String, EventListener) - Method in class org.redisson.connection.PubSubConnectionEntry
-
- removeListener(String, int) - Method in class org.redisson.connection.PubSubConnectionEntry
-
- removeListener(FutureListener<? super T>) - Method in class org.redisson.misc.PromiseDelegator
-
- removeListener(FutureListener<? super T>) - Method in class org.redisson.misc.RedissonPromise
-
- removeListener(FutureListener<? super T>) - Method in interface org.redisson.misc.RPromise
-
- removeListener(int) - Method in class org.redisson.reactive.RedissonPatternTopicReactive
-
- removeListener(int) - Method in class org.redisson.reactive.RedissonTopicReactive
-
- removeListener(Runnable) - Method in class org.redisson.RedissonLockEntry
-
- removeListener(int) - Method in class org.redisson.RedissonPatternTopic
-
- removeListener(PatternMessageListener<M>) - Method in class org.redisson.RedissonPatternTopic
-
- removeListener(MessageListener<?>) - Method in class org.redisson.RedissonTopic
-
- removeListener(int) - Method in class org.redisson.RedissonTopic
-
- removeListeners(FutureListener<? super V>...) - Method in interface org.redisson.api.RFuture
-
Removes the first occurrence for each of the listeners from this future.
- removeListeners(FutureListener<? super T>...) - Method in class org.redisson.misc.PromiseDelegator
-
- removeListeners(FutureListener<? super T>...) - Method in class org.redisson.misc.RedissonPromise
-
- removeListeners(FutureListener<? super T>...) - Method in interface org.redisson.misc.RPromise
-
- removeMaster(Integer) - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.redisson.jcache.JCacheMBeanServerBuilder.JCacheMBeanServerDelegate
-
- removeNotificationListener(NotificationListener) - Method in class org.redisson.jcache.JCacheMBeanServerBuilder.JCacheMBeanServerDelegate
-
- removeRandom(int) - Method in interface org.redisson.api.RSet
-
Removes and returns random elements from set
- removeRandom() - Method in interface org.redisson.api.RSet
-
Removes and returns random element from set
- removeRandom() - Method in interface org.redisson.api.RSetReactive
-
Removes and returns random element from set
in async mode
- removeRandom() - Method in class org.redisson.reactive.RedissonSetReactive
-
- removeRandom() - Method in class org.redisson.RedissonSet
-
- removeRandom(int) - Method in class org.redisson.RedissonSet
-
- removeRandom() - Method in class org.redisson.RedissonSetMultimapValues
-
- removeRandom(int) - Method in class org.redisson.RedissonSetMultimapValues
-
- removeRandomAsync(int) - Method in interface org.redisson.api.RSetAsync
-
Removes and returns random elements from set
in async mode
- removeRandomAsync() - Method in interface org.redisson.api.RSetAsync
-
Removes and returns random element from set
in async mode
- removeRandomAsync() - Method in class org.redisson.RedissonSet
-
- removeRandomAsync(int) - Method in class org.redisson.RedissonSet
-
- removeRandomAsync() - Method in class org.redisson.RedissonSetMultimapValues
-
- removeRandomAsync(int) - Method in class org.redisson.RedissonSetMultimapValues
-
- removeRange(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSet
-
- removeRange(String, boolean, String, boolean) - Method in class org.redisson.RedissonLexSortedSet
-
- removeRangeAsync(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
-
- removeRangeAsync(String, boolean, String, boolean) - Method in class org.redisson.RedissonLexSortedSet
-
- removeRangeByLex(String, boolean, String, boolean) - Method in interface org.redisson.api.RLexSortedSetReactive
-
- removeRangeByLex(String, boolean, String, boolean) - Method in class org.redisson.reactive.RedissonLexSortedSetReactive
-
- removeRangeByRank(int, int) - Method in interface org.redisson.api.RScoredSortedSet
-
- removeRangeByRank(int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
-
- removeRangeByRank(int, int) - Method in class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- removeRangeByRank(int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- removeRangeByRankAsync(int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- removeRangeByRankAsync(int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- removeRangeByScore(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSet
-
- removeRangeByScore(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetReactive
-
- removeRangeByScore(double, boolean, double, boolean) - Method in class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- removeRangeByScore(double, boolean, double, boolean) - Method in class org.redisson.RedissonScoredSortedSet
-
- removeRangeByScoreAsync(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- removeRangeByScoreAsync(double, boolean, double, boolean) - Method in class org.redisson.RedissonScoredSortedSet
-
- removeRangeHead(String, boolean) - Method in interface org.redisson.api.RLexSortedSet
-
- removeRangeHead(String, boolean) - Method in class org.redisson.RedissonLexSortedSet
-
- removeRangeHeadAsync(String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
-
- removeRangeHeadAsync(String, boolean) - Method in class org.redisson.RedissonLexSortedSet
-
- removeRangeHeadByLex(String, boolean) - Method in interface org.redisson.api.RLexSortedSetReactive
-
- removeRangeHeadByLex(String, boolean) - Method in class org.redisson.reactive.RedissonLexSortedSetReactive
-
- removeRangeTail(String, boolean) - Method in interface org.redisson.api.RLexSortedSet
-
- removeRangeTail(String, boolean) - Method in class org.redisson.RedissonLexSortedSet
-
- removeRangeTailAsync(String, boolean) - Method in interface org.redisson.api.RLexSortedSetAsync
-
- removeRangeTailAsync(String, boolean) - Method in class org.redisson.RedissonLexSortedSet
-
- removeRangeTailByLex(String, boolean) - Method in interface org.redisson.api.RLexSortedSetReactive
-
- removeRangeTailByLex(String, boolean) - Method in class org.redisson.reactive.RedissonLexSortedSetReactive
-
- removeSlaveAddress(URL) - Method in class org.redisson.cluster.ClusterPartition
-
- removeSlotRange(Integer) - Method in class org.redisson.connection.MasterSlaveEntry
-
- removeSlotRanges(Set<ClusterSlotRange>) - Method in class org.redisson.cluster.ClusterPartition
-
- removeSlots(Set<Integer>) - Method in class org.redisson.cluster.ClusterPartition
-
- rename(String, String) - Method in interface org.redisson.api.RKeys
-
Rename current object key to newName
- rename(String) - Method in interface org.redisson.api.RObject
-
Rename current object key to newName
- rename(String) - Method in interface org.redisson.api.RObjectReactive
-
Rename current object key to newName
in mode
- RENAME - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- rename(String, String) - Method in class org.redisson.RedissonKeys
-
- rename(String) - Method in class org.redisson.RedissonObject
-
- renameAsync(String, String) - Method in interface org.redisson.api.RKeysAsync
-
Rename current object key to newName
- renameAsync(String) - Method in interface org.redisson.api.RObjectAsync
-
Rename current object key to newName
in async mode
- renameAsync(String, String) - Method in class org.redisson.RedissonKeys
-
- renameAsync(String) - Method in class org.redisson.RedissonListMultimapValues
-
- renameAsync(String) - Method in class org.redisson.RedissonObject
-
- renameAsync(String) - Method in class org.redisson.RedissonSetMultimapValues
-
- renamenx(String, String) - Method in interface org.redisson.api.RKeys
-
Rename object with oldName
to newName
only if new key is not exists
- renamenx(String) - Method in interface org.redisson.api.RObject
-
Rename current object key to newName
only if new key is not exists
- renamenx(String) - Method in interface org.redisson.api.RObjectReactive
-
Rename current object key to newName
in mode only if new key is not exists
- RENAMENX - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- renamenx(String, String) - Method in class org.redisson.RedissonKeys
-
- renamenx(String) - Method in class org.redisson.RedissonObject
-
- renamenxAsync(String, String) - Method in interface org.redisson.api.RKeysAsync
-
Rename object with oldName
to newName
only if new key is not exists
- renamenxAsync(String) - Method in interface org.redisson.api.RObjectAsync
-
Rename current object key to newName
in async mode only if new key is not exists
- renamenxAsync(String, String) - Method in class org.redisson.RedissonKeys
-
- renamenxAsync(String) - Method in class org.redisson.RedissonListMultimapValues
-
- renamenxAsync(String) - Method in class org.redisson.RedissonObject
-
- renamenxAsync(String) - Method in class org.redisson.RedissonSetMultimapValues
-
- REntity - Annotation Type in org.redisson.api.annotation
-
- REntity.TransformationMode - Enum in org.redisson.api.annotation
-
- replace(K, V) - Method in interface org.redisson.api.RMapReactive
-
- replace(K, V, V) - Method in interface org.redisson.api.RMapReactive
-
- replace(K, V, V) - Method in class org.redisson.jcache.JCache
-
- replace(K, V) - Method in class org.redisson.jcache.JCache
-
- replace(K, V) - Method in class org.redisson.reactive.RedissonMapCacheReactive
-
- replace(K, V, V) - Method in class org.redisson.reactive.RedissonMapCacheReactive
-
- replace(K, V, V) - Method in class org.redisson.reactive.RedissonMapReactive
-
- replace(K, V) - Method in class org.redisson.reactive.RedissonMapReactive
-
- replace(K, V, V) - Method in class org.redisson.RedissonMap
-
- replace(K, V) - Method in class org.redisson.RedissonMap
-
- replaceAsync(K, V) - Method in interface org.redisson.api.RMapAsync
-
- replaceAsync(K, V, V) - Method in interface org.redisson.api.RMapAsync
-
- replaceAsync(K, V) - Method in class org.redisson.RedissonLocalCachedMap
-
- replaceAsync(K, V, V) - Method in class org.redisson.RedissonLocalCachedMap
-
- replaceAsync(K, V, V) - Method in class org.redisson.RedissonMap
-
- replaceAsync(K, V) - Method in class org.redisson.RedissonMap
-
- replaceAsync(K, V, V) - Method in class org.redisson.RedissonMapCache
-
- replaceAsync(K, V) - Method in class org.redisson.RedissonMapCache
-
- replaceURLFactory() - Static method in class org.redisson.misc.URLBuilder
-
- replaceValues(K, Iterable<? extends V>) - Method in interface org.redisson.api.RListMultimap
-
Stores a collection of values with the same key, replacing any existing
values for that key.
- replaceValues(K, Iterable<? extends V>) - Method in interface org.redisson.api.RMultimap
-
Stores a collection of values with the same key, replacing any existing
values for that key.
- replaceValues(K, Iterable<? extends V>) - Method in interface org.redisson.api.RSetMultimap
-
Stores a collection of values with the same key, replacing any existing
values for that key.
- replaceValues(K, Iterable<? extends V>) - Method in class org.redisson.RedissonListMultimap
-
- replaceValues(K, Iterable<? extends V>) - Method in class org.redisson.RedissonMultimap
-
- replaceValues(K, Iterable<? extends V>) - Method in class org.redisson.RedissonSetMultimap
-
- replaceValuesAsync(K, Iterable<? extends V>) - Method in interface org.redisson.api.RMultimapAsync
-
Stores a collection of values with the same key, replacing any existing
values for that key.
- replaceValuesAsync(K, Iterable<? extends V>) - Method in class org.redisson.RedissonListMultimap
-
- replaceValuesAsync(K, Iterable<? extends V>) - Method in class org.redisson.RedissonSetMultimap
-
- ReplicatedConnectionManager - Class in org.redisson.connection
-
- ReplicatedConnectionManager(ReplicatedServersConfig, Config) - Constructor for class org.redisson.connection.ReplicatedConnectionManager
-
- ReplicatedServersConfig - Class in org.redisson.config
-
Configuration for an Azure Redis Cache or AWS ElastiCache servers.
- ReplicatedServersConfig() - Constructor for class org.redisson.config.ReplicatedServersConfig
-
- RequiredIdResolver - Class in org.redisson.liveobject.resolver
-
- RequiredIdResolver() - Constructor for class org.redisson.liveobject.resolver.RequiredIdResolver
-
- resetDecoderIndex() - Method in class org.redisson.client.protocol.decoder.NestedMultiDecoder.NestedDecoderState
-
- resetFailedAttempts() - Method in class org.redisson.connection.ClientConnectionsEntry
-
- resetFlipDecoderIndex() - Method in class org.redisson.client.protocol.decoder.NestedMultiDecoder.NestedDecoderState
-
- resetLevel() - Method in class org.redisson.client.handler.State
-
- resetPartsIndex() - Method in class org.redisson.client.protocol.decoder.ListMultiDecoder.NestedDecoderState
-
- resolve(Class, RId, String, RedissonClient) - Method in class org.redisson.liveobject.resolver.LongGenerator
-
- resolve(Class, RId, String, RedissonClient) - Method in class org.redisson.liveobject.resolver.RequiredIdResolver
-
- resolve(T, A, String, RedissonClient) - Method in interface org.redisson.liveobject.resolver.Resolver
-
Used to provide a value instance based on contextual parameters.
- resolve(Class<?>, A, String, RedissonClient) - Method in interface org.redisson.liveobject.resolver.RIdResolver
-
RLiveObjectService instantiate the class and invokes this method to get
a value used as the value for the field with RId annotation.
- resolve(Class<?>, RId, String, RedissonClient) - Method in class org.redisson.liveobject.resolver.UUIDGenerator
-
- resolveClass(ObjectStreamClass) - Method in class org.redisson.codec.CustomObjectInputStream
-
- resolveClassName(String) - Method in class org.redisson.liveobject.resolver.DefaultNamingScheme
-
- resolveClassName(String) - Method in interface org.redisson.liveobject.resolver.NamingScheme
-
- resolveId(String) - Method in class org.redisson.liveobject.resolver.DefaultNamingScheme
-
- resolveId(String) - Method in interface org.redisson.liveobject.resolver.NamingScheme
-
- resolveIdFieldName(String) - Method in class org.redisson.liveobject.resolver.DefaultNamingScheme
-
- resolveIdFieldName(String) - Method in interface org.redisson.liveobject.resolver.NamingScheme
-
- Resolver<T,A extends Annotation,V> - Interface in org.redisson.liveobject.resolver
-
A resolver is used to provide value based on contextual parameters
- ResolverProvider - Interface in org.redisson.liveobject.provider
-
- resolverProvider - Variable in class org.redisson.Redisson
-
- restoreURLFactory() - Static method in class org.redisson.misc.URLBuilder
-
- retainAll(Collection<?>) - Method in interface org.redisson.api.RCollectionReactive
-
- retainAll(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSet
-
- retainAll(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSetReactive
-
- retainAll(Collection<?>) - Method in class org.redisson.reactive.RedissonListReactive
-
- retainAll(Collection<?>) - Method in class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- retainAll(Collection<?>) - Method in class org.redisson.reactive.RedissonSetCacheReactive
-
- retainAll(Collection<?>) - Method in class org.redisson.reactive.RedissonSetReactive
-
- retainAll(Collection<?>) - Method in class org.redisson.RedissonDelayedQueue
-
- retainAll(Collection<?>) - Method in class org.redisson.RedissonList
-
- retainAll(Collection<?>) - Method in class org.redisson.RedissonListMultimapValues
-
- retainAll(Collection<?>) - Method in class org.redisson.RedissonPriorityQueue
-
- retainAll(Collection<?>) - Method in class org.redisson.RedissonScoredSortedSet
-
- retainAll(Collection<?>) - Method in class org.redisson.RedissonSet
-
- retainAll(Collection<?>) - Method in class org.redisson.RedissonSetCache
-
- retainAll(Collection<?>) - Method in class org.redisson.RedissonSetMultimapValues
-
- retainAll(Collection<?>) - Method in class org.redisson.RedissonSortedSet
-
- retainAllAsync(Collection<?>) - Method in interface org.redisson.api.RCollectionAsync
-
Retains only the elements in this collection that are contained in the
specified collection (optional operation).
- retainAllAsync(Collection<?>) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- retainAllAsync(Collection<?>) - Method in class org.redisson.RedissonDelayedQueue
-
- retainAllAsync(Collection<?>) - Method in class org.redisson.RedissonList
-
- retainAllAsync(Collection<?>) - Method in class org.redisson.RedissonListMultimapValues
-
- retainAllAsync(Collection<?>) - Method in class org.redisson.RedissonScoredSortedSet
-
- retainAllAsync(Collection<?>) - Method in class org.redisson.RedissonSet
-
- retainAllAsync(Collection<?>) - Method in class org.redisson.RedissonSetCache
-
- retainAllAsync(Collection<?>) - Method in class org.redisson.RedissonSetMultimapValues
-
- retainAllAsync(Collection<?>) - Method in class org.redisson.RedissonSubList
-
- retryAttempts(int) - Method in interface org.redisson.api.RBatch
-
Defines attempts amount to re-send Redis commands batch
if it hasn't been sent already.
- retryAttempts(int) - Method in class org.redisson.RedissonBatch
-
- retryInterval(long, TimeUnit) - Method in interface org.redisson.api.RBatch
-
Defines time interval for another one attempt send Redis commands batch
if it hasn't been sent already.
- retryInterval(long, TimeUnit) - Method in class org.redisson.RedissonBatch
-
- returnConnection(RedisConnection) - Method in class org.redisson.connection.balancer.LoadBalancerManager
-
- returnPubSubConnection(RedisPubSubConnection) - Method in class org.redisson.connection.balancer.LoadBalancerManager
-
- returnPubSubConnection(PubSubConnectionEntry) - Method in class org.redisson.connection.MasterSlaveEntry
-
- reverseEntrySet() - Method in class org.redisson.misc.BiHashMap
-
- reverseGet(Object) - Method in class org.redisson.misc.BiHashMap
-
- revRank(String) - Method in interface org.redisson.api.RLexSortedSet
-
Returns rank of value, with the scores ordered from high to low.
- revRank(V) - Method in interface org.redisson.api.RScoredSortedSet
-
Returns rank of value, with the scores ordered from high to low.
- revRank(V) - Method in class org.redisson.RedissonScoredSortedSet
-
- revRankAsync(String) - Method in interface org.redisson.api.RLexSortedSetAsync
-
Returns rank of value, with the scores ordered from high to low.
- revRankAsync(V) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- revRankAsync(V) - Method in class org.redisson.RedissonScoredSortedSet
-
- RExecutorService - Interface in org.redisson.api
-
- RExecutorServiceAsync - Interface in org.redisson.api
-
- RExpirable - Interface in org.redisson.api
-
Base interface for all Redisson objects
which support expiration or TTL
- RExpirableAsync - Interface in org.redisson.api
-
Base async interface for all Redisson objects
which supports expiration (TTL)
- RExpirableInterceptor - Class in org.redisson.liveobject.core
-
- RExpirableInterceptor() - Constructor for class org.redisson.liveobject.core.RExpirableInterceptor
-
- RExpirableReactive - Interface in org.redisson.api
-
Base interface for all Redisson objects
which support expiration or TTL
- RFieldAccessor - Annotation Type in org.redisson.api.annotation
-
- RFuture<V> - Interface in org.redisson.api
-
Represents the result of an asynchronous computation
- RGeo<V> - Interface in org.redisson.api
-
Geospatial items holder
- RGeoAsync<V> - Interface in org.redisson.api
-
- RHyperLogLog<V> - Interface in org.redisson.api
-
- RHyperLogLogAsync<V> - Interface in org.redisson.api
-
- RHyperLogLogReactive<V> - Interface in org.redisson.api
-
- RId - Annotation Type in org.redisson.api.annotation
-
- RIdResolver<A extends RId,V> - Interface in org.redisson.liveobject.resolver
-
- RInject - Annotation Type in org.redisson.api.annotation
-
- RKeys - Interface in org.redisson.api
-
- RKeysAsync - Interface in org.redisson.api
-
- RKeysReactive - Interface in org.redisson.api
-
- RLexSortedSet - Interface in org.redisson.api
-
Sorted set contained values of String type
- RLexSortedSetAsync - Interface in org.redisson.api
-
Sorted set contained values of String type
- RLexSortedSetReactive - Interface in org.redisson.api
-
- RList<V> - Interface in org.redisson.api
-
Distributed and concurrent implementation of
List
- RListAsync<V> - Interface in org.redisson.api
-
Async list functions
- RListMultimap<K,V> - Interface in org.redisson.api
-
List based Multimap.
- RListMultimapCache<K,V> - Interface in org.redisson.api
-
- RListReactive<V> - Interface in org.redisson.api
-
list functions
- RLiveObject - Interface in org.redisson.api
-
- RLiveObjectService - Interface in org.redisson.api
-
The pre-registration of each entity class is not necessary.
- RLocalCachedMap<K,V> - Interface in org.redisson.api
-
Map object with local entry cache support.
- RLock - Interface in org.redisson.api
-
Distributed implementation of
Lock
Implements reentrant lock.
- RLockAsync - Interface in org.redisson.api
-
Distributed implementation of
Lock
- RMap<K,V> - Interface in org.redisson.api
-
Distributed and concurrent implementation of
ConcurrentMap
and
Map
This map doesn't allow to store
null
as key or value.
- RMapAsync<K,V> - Interface in org.redisson.api
-
Async map functions
- RMapCache<K,V> - Interface in org.redisson.api
-
- RMapCacheAsync<K,V> - Interface in org.redisson.api
-
- RMapCacheReactive<K,V> - Interface in org.redisson.api
-
- RMapInterceptor - Class in org.redisson.liveobject.core
-
- RMapInterceptor() - Constructor for class org.redisson.liveobject.core.RMapInterceptor
-
- RMapper<KIn,VIn,KOut,VOut> - Interface in org.redisson.api.mapreduce
-
Mapper task invoked during map phase of MapReduce process and launched across Redisson Nodes.
- RMapReactive<K,V> - Interface in org.redisson.api
-
map functions
- RMapReduce<KIn,VIn,KOut,VOut> - Interface in org.redisson.api.mapreduce
-
MapReduce allows to process large amount of data stored in Redis map
using Mapper, Reducer and/or Collator tasks launched across Redisson Nodes.
- RMapReduceExecutor<VIn,KOut,VOut> - Interface in org.redisson.api.mapreduce
-
Contains methods for MapReduce process execution.
- RMultimap<K,V> - Interface in org.redisson.api
-
Base Multimap interface.
- RMultimapAsync<K,V> - Interface in org.redisson.api
-
Base asynchronous MultiMap interface.
- RMultimapCache<K,V> - Interface in org.redisson.api
-
- RMultimapCacheAsync<K,V> - Interface in org.redisson.api
-
- RObject - Interface in org.redisson.api
-
Base interface for all Redisson objects
- RObjectAsync - Interface in org.redisson.api
-
Base interface for all Redisson objects
- RObjectField - Annotation Type in org.redisson.api.annotation
-
- RObjectInterceptor - Class in org.redisson.liveobject.core
-
- RObjectInterceptor() - Constructor for class org.redisson.liveobject.core.RObjectInterceptor
-
- RObjectReactive - Interface in org.redisson.api
-
Base interface for all Redisson objects
- RoundRobinLoadBalancer - Class in org.redisson.connection.balancer
-
- RoundRobinLoadBalancer() - Constructor for class org.redisson.connection.balancer.RoundRobinLoadBalancer
-
- RPatternTopic<M> - Interface in org.redisson.api
-
Distributed topic.
- RPatternTopicReactive<M> - Interface in org.redisson.api
-
Distributed topic.
- RPermitExpirableSemaphore - Interface in org.redisson.api
-
Semaphore object with lease time parameter support for each acquired permit.
- RPermitExpirableSemaphoreAsync - Interface in org.redisson.api
-
Semaphore object with support of lease time parameter for each acquired permit.
- RPOP - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- RPOPLPUSH - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- RPriorityDeque<V> - Interface in org.redisson.api
-
- RPriorityQueue<V> - Interface in org.redisson.api
-
- RPromise<T> - Interface in org.redisson.misc
-
- RPUSH - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- RPUSH_BOOLEAN - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- RPUSH_VOID - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- RQueue<V> - Interface in org.redisson.api
-
- RQueueAsync<V> - Interface in org.redisson.api
-
- RQueueReactive<V> - Interface in org.redisson.api
-
- RReadWriteLock - Interface in org.redisson.api
-
A
ReadWriteLock
maintains a pair of associated
locks
, one for read-only operations and one for writing.
- RReducer<K,V> - Interface in org.redisson.api.mapreduce
-
Reduces values mapped by key into single value.
- RRemoteAsync - Annotation Type in org.redisson.api.annotation
-
Annotation used to mark interface as asynchronous
client interface for remote service interface.
- RRemoteService - Interface in org.redisson.api
-
Allows to execute object methods remotely between Redisson instances (Server side and Client side instances in terms of remote invocation).
- RRemoteServiceResponse - Interface in org.redisson.remote
-
- RScheduledExecutorService - Interface in org.redisson.api
-
- RScheduledExecutorServiceAsync - Interface in org.redisson.api
-
- RScheduledFuture<V> - Interface in org.redisson.api
-
- RScoredSortedSet<V> - Interface in org.redisson.api
-
- RScoredSortedSet.Aggregate - Enum in org.redisson.api
-
- RScoredSortedSetAsync<V> - Interface in org.redisson.api
-
- RScoredSortedSetReactive<V> - Interface in org.redisson.api
-
- RScript - Interface in org.redisson.api
-
- RScript.Mode - Enum in org.redisson.api
-
- RScript.ReturnType - Enum in org.redisson.api
-
- RScriptAsync - Interface in org.redisson.api
-
- RScriptReactive - Interface in org.redisson.api
-
- RSemaphore - Interface in org.redisson.api
-
Distributed and concurrent implementation of
Semaphore
.
- RSemaphoreAsync - Interface in org.redisson.api
-
Distributed and concurrent implementation of
Semaphore
.
- RSet<V> - Interface in org.redisson.api
-
Distributed and concurrent implementation of
Set
- RSetAsync<V> - Interface in org.redisson.api
-
Async set functions
- RSetCache<V> - Interface in org.redisson.api
-
Set-based cache with ability to set TTL for each object.
- RSetCacheAsync<V> - Interface in org.redisson.api
-
Async set functions
- RSetCacheReactive<V> - Interface in org.redisson.api
-
Async set functions
- RSetMultimap<K,V> - Interface in org.redisson.api
-
Set based Multimap.
- RSetMultimapCache<K,V> - Interface in org.redisson.api
-
- RSetReactive<V> - Interface in org.redisson.api
-
Async set functions
- RSortable<V> - Interface in org.redisson.api
-
- RSortableAsync<V> - Interface in org.redisson.api
-
- RSortedSet<V> - Interface in org.redisson.api
-
- RTopic<M> - Interface in org.redisson.api
-
Distributed topic.
- RTopicAsync<M> - Interface in org.redisson.api
-
Distributed topic.
- RTopicReactive<M> - Interface in org.redisson.api
-
Distributed topic.
- RType - Enum in org.redisson.api
-
- run() - Method in class org.redisson.mapreduce.CollectionMapperTask
-
- run() - Method in class org.redisson.mapreduce.MapperTask
-
- run() - Method in class org.redisson.mapreduce.ReducerTask
-
- SADD - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SADD_BOOL - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SADD_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- save(RedissonSessionRepository.RedissonSession) - Method in class org.redisson.spring.session.RedissonSessionRepository
-
- SCAN - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- ScanCodec - Class in org.redisson.client.codec
-
- ScanCodec(Codec) - Constructor for class org.redisson.client.codec.ScanCodec
-
- scanIterator(String, InetSocketAddress, long) - Method in class org.redisson.RedissonSet
-
- scanIterator(String, InetSocketAddress, long) - Method in class org.redisson.RedissonSetCache
-
- ScanIterator - Interface in org.redisson
-
- scanIterator(String, InetSocketAddress, long) - Method in interface org.redisson.ScanIterator
-
- scanIteratorAsync(String, InetSocketAddress, long) - Method in class org.redisson.RedissonMapCache
-
- scanIteratorAsync(String, InetSocketAddress, long) - Method in class org.redisson.RedissonSetCache
-
- scanIteratorReactive(InetSocketAddress, long) - Method in class org.redisson.reactive.RedissonMapCacheReactive
-
- scanIteratorReactive(InetSocketAddress, long) - Method in class org.redisson.reactive.RedissonMapReactive
-
- scanIteratorReactive(InetSocketAddress, long) - Method in class org.redisson.reactive.SetReactiveIterator
-
- ScanObjectEntry - Class in org.redisson.client.protocol.decoder
-
- ScanObjectEntry(ByteBuf, Object) - Constructor for class org.redisson.client.protocol.decoder.ScanObjectEntry
-
- SCARD - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SCARD_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- schedule(Runnable, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorService
-
Creates and executes a one-shot action that becomes enabled
after the given delay.
- schedule(Callable<V>, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorService
-
Creates and executes a ScheduledFuture that becomes enabled after the
given delay.
- schedule(Runnable, CronSchedule) - Method in interface org.redisson.api.RScheduledExecutorService
-
Creates and executes a periodic action with cron schedule object.
- schedule(String, long) - Method in class org.redisson.eviction.EvictionScheduler
-
- schedule(String, String, String) - Method in class org.redisson.eviction.EvictionScheduler
-
- schedule(String, byte[], byte[], long, String) - Method in interface org.redisson.executor.RemoteExecutorService
-
- schedule(String, byte[], byte[], long, String) - Method in interface org.redisson.executor.RemoteExecutorServiceAsync
-
- schedule(String, byte[], byte[], long, String) - Method in class org.redisson.executor.RemoteExecutorServiceImpl
-
- schedule(String, QueueTransferTask) - Method in class org.redisson.QueueTransferService
-
- schedule(Runnable, long, TimeUnit) - Method in class org.redisson.RedissonExecutorService
-
- schedule(Callable<V>, long, TimeUnit) - Method in class org.redisson.RedissonExecutorService
-
- schedule(Runnable, CronSchedule) - Method in class org.redisson.RedissonExecutorService
-
- scheduleAsync(Runnable, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
-
Creates in async mode and executes a one-shot action that becomes enabled
after the given delay.
- scheduleAsync(Callable<V>, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
-
Creates in async mode and executes a ScheduledFuture that becomes enabled after the
given delay.
- scheduleAsync(Runnable, CronSchedule) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
-
Creates in async mode and executes a periodic action with cron schedule object.
- scheduleAsync(Runnable, long, TimeUnit) - Method in class org.redisson.RedissonExecutorService
-
- scheduleAsync(Callable<V>, long, TimeUnit) - Method in class org.redisson.RedissonExecutorService
-
- scheduleAsync(Runnable, CronSchedule) - Method in class org.redisson.RedissonExecutorService
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorService
-
Creates and executes a periodic action that becomes enabled first
after the given initial delay, and subsequently with the given
period; that is executions will commence after
initialDelay
then initialDelay+period
, then
initialDelay + 2 * period
, and so on.
- scheduleAtFixedRate(String, byte[], byte[], long, long) - Method in interface org.redisson.executor.RemoteExecutorService
-
- scheduleAtFixedRate(String, byte[], byte[], long, long) - Method in interface org.redisson.executor.RemoteExecutorServiceAsync
-
- scheduleAtFixedRate(String, byte[], byte[], long, long) - Method in class org.redisson.executor.RemoteExecutorServiceImpl
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.redisson.RedissonExecutorService
-
- scheduleAtFixedRateAsync(Runnable, long, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
-
Creates in async mode and executes a periodic action that becomes enabled first
after the given initial delay, and subsequently with the given
period.
- scheduleAtFixedRateAsync(Runnable, long, long, TimeUnit) - Method in class org.redisson.RedissonExecutorService
-
- scheduleCallable(String, byte[], byte[], long) - Method in interface org.redisson.executor.RemoteExecutorService
-
- scheduleCallable(String, byte[], byte[], long) - Method in interface org.redisson.executor.RemoteExecutorServiceAsync
-
- scheduleCallable(String, byte[], byte[], long) - Method in class org.redisson.executor.RemoteExecutorServiceImpl
-
- scheduleCleanMultimap(String, String) - Method in class org.redisson.eviction.EvictionScheduler
-
- ScheduledExecutorRemoteService - Class in org.redisson.executor
-
- ScheduledExecutorRemoteService(Codec, RedissonClient, String, CommandExecutor) - Constructor for class org.redisson.executor.ScheduledExecutorRemoteService
-
- scheduleJCache(String, String, String) - Method in class org.redisson.eviction.EvictionScheduler
-
- scheduleRunnable(String, byte[], byte[], long) - Method in interface org.redisson.executor.RemoteExecutorService
-
- scheduleRunnable(String, byte[], byte[], long) - Method in interface org.redisson.executor.RemoteExecutorServiceAsync
-
- scheduleRunnable(String, byte[], byte[], long) - Method in class org.redisson.executor.RemoteExecutorServiceImpl
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorService
-
Creates and executes a periodic action that becomes enabled first
after the given initial delay, and subsequently with the
given delay between the termination of one execution and the
commencement of the next.
- scheduleWithFixedDelay(String, byte[], byte[], long, long) - Method in interface org.redisson.executor.RemoteExecutorService
-
- scheduleWithFixedDelay(String, byte[], byte[], long, long) - Method in interface org.redisson.executor.RemoteExecutorServiceAsync
-
- scheduleWithFixedDelay(String, byte[], byte[], long, long) - Method in class org.redisson.executor.RemoteExecutorServiceImpl
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.redisson.RedissonExecutorService
-
- scheduleWithFixedDelayAsync(Runnable, long, long, TimeUnit) - Method in interface org.redisson.api.RScheduledExecutorServiceAsync
-
Creates in async mode and executes a periodic action that becomes enabled first
after the given initial delay, and subsequently with the
given delay between the termination of one execution and the
commencement of the next.
- scheduleWithFixedDelayAsync(Runnable, long, long, TimeUnit) - Method in class org.redisson.RedissonExecutorService
-
- ScoredCodec - Class in org.redisson.client.codec
-
- ScoredCodec(Codec) - Constructor for class org.redisson.client.codec.ScoredCodec
-
- ScoredEntry<V> - Class in org.redisson.client.protocol
-
- ScoredEntry(Double, V) - Constructor for class org.redisson.client.protocol.ScoredEntry
-
- ScoredSetEvictionTask - Class in org.redisson.eviction
-
- ScoredSetEvictionTask(String, CommandAsyncExecutor, long) - Constructor for class org.redisson.eviction.ScoredSetEvictionTask
-
- ScoredSortedSetReplayDecoder<T> - Class in org.redisson.client.protocol.decoder
-
- ScoredSortedSetReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.ScoredSortedSetReplayDecoder
-
- ScoredSortedSetScanDecoder<T> - Class in org.redisson.client.protocol.decoder
-
- ScoredSortedSetScanDecoder() - Constructor for class org.redisson.client.protocol.decoder.ScoredSortedSetScanDecoder
-
- ScoredSortedSetScanReplayDecoder - Class in org.redisson.client.protocol.decoder
-
- ScoredSortedSetScanReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.ScoredSortedSetScanReplayDecoder
-
- SCRIPT_EXISTS - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SCRIPT_FLUSH - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SCRIPT_KILL - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SCRIPT_LOAD - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- scriptExists(String...) - Method in interface org.redisson.api.RScript
-
- scriptExists(String...) - Method in interface org.redisson.api.RScriptReactive
-
- scriptExists(String...) - Method in class org.redisson.reactive.RedissonScriptReactive
-
- scriptExists(String, String...) - Method in class org.redisson.reactive.RedissonScriptReactive
-
- scriptExists(String...) - Method in class org.redisson.RedissonScript
-
- scriptExists(String, String...) - Method in class org.redisson.RedissonScript
-
- scriptExistsAsync(String...) - Method in interface org.redisson.api.RScriptAsync
-
- scriptExistsAsync(String...) - Method in class org.redisson.RedissonScript
-
- scriptExistsAsync(String, String...) - Method in class org.redisson.RedissonScript
-
- scriptFlush() - Method in interface org.redisson.api.RScript
-
- scriptFlush() - Method in interface org.redisson.api.RScriptReactive
-
- scriptFlush() - Method in class org.redisson.reactive.RedissonScriptReactive
-
- scriptFlush() - Method in class org.redisson.RedissonScript
-
- scriptFlush(String) - Method in class org.redisson.RedissonScript
-
- scriptFlushAsync() - Method in interface org.redisson.api.RScriptAsync
-
- scriptFlushAsync() - Method in class org.redisson.RedissonScript
-
- scriptFlushAsync(String) - Method in class org.redisson.RedissonScript
-
- scriptKill() - Method in interface org.redisson.api.RScript
-
- scriptKill() - Method in interface org.redisson.api.RScriptReactive
-
- scriptKill() - Method in class org.redisson.reactive.RedissonScriptReactive
-
- scriptKill() - Method in class org.redisson.RedissonScript
-
- scriptKill(String) - Method in class org.redisson.RedissonScript
-
- scriptKillAsync() - Method in interface org.redisson.api.RScriptAsync
-
- scriptKillAsync() - Method in class org.redisson.RedissonScript
-
- scriptKillAsync(String) - Method in class org.redisson.RedissonScript
-
- scriptLoad(String) - Method in interface org.redisson.api.RScript
-
- scriptLoad(String) - Method in interface org.redisson.api.RScriptReactive
-
- scriptLoad(String) - Method in class org.redisson.reactive.RedissonScriptReactive
-
- scriptLoad(String, String) - Method in class org.redisson.reactive.RedissonScriptReactive
-
- scriptLoad(String) - Method in class org.redisson.RedissonScript
-
- scriptLoad(String, String) - Method in class org.redisson.RedissonScript
-
- scriptLoadAsync(String) - Method in interface org.redisson.api.RScriptAsync
-
- scriptLoadAsync(String) - Method in class org.redisson.RedissonScript
-
- scriptLoadAsync(String, String) - Method in class org.redisson.RedissonScript
-
- SDIFF - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SDIFFSTORE - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SDIFFSTORE_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- searchForMethod(Class<?>, String, Class<?>[]) - Static method in class org.redisson.liveobject.misc.ClassUtils
-
Searches through all methods looking for one with the specified name that
will take the specified paramaters even if the parameter types are more
generic in the actual method implementation.
- SECOND - Static variable in class org.redisson.executor.CronExpression
-
- secondDecoder - Variable in class org.redisson.client.protocol.decoder.NestedMultiDecoder
-
- seconds - Variable in class org.redisson.executor.CronExpression
-
- SELECT - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SemaphorePubSub - Class in org.redisson.pubsub
-
- SemaphorePubSub() - Constructor for class org.redisson.pubsub.SemaphorePubSub
-
- semaphorePubSub - Variable in class org.redisson.Redisson
-
- send(CommandData<T, R>) - Method in class org.redisson.client.RedisConnection
-
- send(CommandsData) - Method in class org.redisson.client.RedisConnection
-
- sendNextCommand(Channel) - Method in class org.redisson.client.handler.CommandsQueue
-
- sendNotification(Notification) - Method in class org.redisson.jcache.JCacheMBeanServerBuilder.JCacheMBeanServerDelegate
-
- SENTINEL_GET_MASTER_ADDR_BY_NAME - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SENTINEL_SLAVES - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SentinelConnectionManager - Class in org.redisson.connection
-
- SentinelConnectionManager(SentinelServersConfig, Config) - Constructor for class org.redisson.connection.SentinelConnectionManager
-
- SentinelServersConfig - Class in org.redisson.config
-
- SentinelServersConfig() - Constructor for class org.redisson.config.SentinelServersConfig
-
- SerializationCodec - Class in org.redisson.codec
-
- SerializationCodec() - Constructor for class org.redisson.codec.SerializationCodec
-
- SerializationCodec(ClassLoader) - Constructor for class org.redisson.codec.SerializationCodec
-
- serverInfo() - Method in class org.redisson.client.RedisClient
-
Deprecated.
- serverInfoAsync() - Method in class org.redisson.client.RedisClient
-
Deprecated.
- sessionRepository(RedissonClient, ApplicationEventPublisher) - Method in class org.redisson.spring.session.config.RedissonHttpSessionConfiguration
-
- set(double) - Method in interface org.redisson.api.RAtomicDouble
-
Atomically sets the given value.
- set(long) - Method in interface org.redisson.api.RAtomicLong
-
Atomically sets the given value.
- set(long) - Method in interface org.redisson.api.RAtomicLongReactive
-
- set(long, long, boolean) - Method in interface org.redisson.api.RBitSet
-
- set(BitSet) - Method in interface org.redisson.api.RBitSet
-
- set(long, long) - Method in interface org.redisson.api.RBitSet
-
- set(long) - Method in interface org.redisson.api.RBitSet
-
- set(long, boolean) - Method in interface org.redisson.api.RBitSet
-
- set(long, long, boolean) - Method in interface org.redisson.api.RBitSetReactive
-
- set(BitSet) - Method in interface org.redisson.api.RBitSetReactive
-
- set(long, long) - Method in interface org.redisson.api.RBitSetReactive
-
- set(long) - Method in interface org.redisson.api.RBitSetReactive
-
- set(long, boolean) - Method in interface org.redisson.api.RBitSetReactive
-
- set(V) - Method in interface org.redisson.api.RBucket
-
- set(V, long, TimeUnit) - Method in interface org.redisson.api.RBucket
-
- set(V) - Method in interface org.redisson.api.RBucketReactive
-
- set(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketReactive
-
- set(Map<String, ?>) - Method in interface org.redisson.api.RBuckets
-
Saves objects mapped by Redis key.
- set(long, V) - Method in interface org.redisson.api.RListReactive
-
- SET - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- set(long) - Method in class org.redisson.reactive.RedissonAtomicLongReactive
-
- set(long, boolean) - Method in class org.redisson.reactive.RedissonBitSetReactive
-
- set(long, long, boolean) - Method in class org.redisson.reactive.RedissonBitSetReactive
-
- set(BitSet) - Method in class org.redisson.reactive.RedissonBitSetReactive
-
- set(long, long) - Method in class org.redisson.reactive.RedissonBitSetReactive
-
- set(long) - Method in class org.redisson.reactive.RedissonBitSetReactive
-
- set(V) - Method in class org.redisson.reactive.RedissonBucketReactive
-
- set(V, long, TimeUnit) - Method in class org.redisson.reactive.RedissonBucketReactive
-
- set(long, V) - Method in class org.redisson.reactive.RedissonListReactive
-
- set(double) - Method in class org.redisson.RedissonAtomicDouble
-
- set(long) - Method in class org.redisson.RedissonAtomicLong
-
- set(BitSet) - Method in class org.redisson.RedissonBitSet
-
- set(long) - Method in class org.redisson.RedissonBitSet
-
- set(long, long, boolean) - Method in class org.redisson.RedissonBitSet
-
- set(long, long) - Method in class org.redisson.RedissonBitSet
-
- set(long, boolean) - Method in class org.redisson.RedissonBitSet
-
- set(V) - Method in class org.redisson.RedissonBucket
-
- set(V, long, TimeUnit) - Method in class org.redisson.RedissonBucket
-
- set(Map<String, ?>) - Method in class org.redisson.RedissonBuckets
-
- set(int, V) - Method in class org.redisson.RedissonList
-
- set(int, V) - Method in class org.redisson.RedissonListMultimapValues
-
- set(int, V) - Method in class org.redisson.RedissonSubList
-
- setAddFuture(RFuture<Boolean>) - Method in class org.redisson.executor.RemotePromise
-
- setAddress(String) - Method in class org.redisson.cluster.ClusterNodeInfo
-
- setAddress(String) - Method in class org.redisson.config.SingleServerConfig
-
Set server address.
- setAsync(double) - Method in interface org.redisson.api.RAtomicDoubleAsync
-
- setAsync(long) - Method in interface org.redisson.api.RAtomicLongAsync
-
- setAsync(long, long, boolean) - Method in interface org.redisson.api.RBitSetAsync
-
- setAsync(BitSet) - Method in interface org.redisson.api.RBitSetAsync
-
- setAsync(long, long) - Method in interface org.redisson.api.RBitSetAsync
-
- setAsync(long) - Method in interface org.redisson.api.RBitSetAsync
-
- setAsync(long, boolean) - Method in interface org.redisson.api.RBitSetAsync
-
- setAsync(V) - Method in interface org.redisson.api.RBucketAsync
-
- setAsync(V, long, TimeUnit) - Method in interface org.redisson.api.RBucketAsync
-
- setAsync(int, V) - Method in interface org.redisson.api.RListAsync
-
- setAsync(double) - Method in class org.redisson.RedissonAtomicDouble
-
- setAsync(long) - Method in class org.redisson.RedissonAtomicLong
-
- setAsync(byte[]) - Method in class org.redisson.RedissonBinaryStream
-
- setAsync(long, boolean) - Method in class org.redisson.RedissonBitSet
-
- setAsync(long, long, boolean) - Method in class org.redisson.RedissonBitSet
-
- setAsync(BitSet) - Method in class org.redisson.RedissonBitSet
-
- setAsync(long, long) - Method in class org.redisson.RedissonBitSet
-
- setAsync(long) - Method in class org.redisson.RedissonBitSet
-
- setAsync(V) - Method in class org.redisson.RedissonBucket
-
- setAsync(V, long, TimeUnit) - Method in class org.redisson.RedissonBucket
-
- setAsync(int, V) - Method in class org.redisson.RedissonList
-
- setAsync(int, V) - Method in class org.redisson.RedissonListMultimapValues
-
- setAsync(int, V) - Method in class org.redisson.RedissonSubList
-
- setAttribute(Element, String, String) - Method in class org.redisson.spring.support.RedissonNamespaceParserSupport
-
- setBatchIndex(int) - Method in class org.redisson.client.handler.State
-
- SETBIT - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SETBIT_VOID - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- setCalendarHour(Calendar, int) - Method in class org.redisson.executor.CronExpression
-
Advance the calendar to the particular hour paying particular attention
to daylight saving problems.
- setClassAssertionStatus(String, boolean) - Method in class org.redisson.executor.ClassLoaderDelegator
-
- setClosed(boolean) - Method in class org.redisson.client.RedisConnection
-
- setCodec(Codec) - Method in class org.redisson.config.Config
-
Redis key/value codec.
- setCodec(Codec) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
Set Codec instance shared between all Cache instances
- setCodecProvider(CodecProvider) - Method in class org.redisson.config.Config
-
For codec registry and look up.
- setCodecType(Class<? extends Codec>) - Method in class org.redisson.RedissonReference
-
- setCollectorMapName(String) - Method in class org.redisson.mapreduce.BaseMapperTask
-
- setConfig(Map<String, CacheConfig>) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
Set cache config mapped by cache name
- setConfigLocation(String) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
Set cache config location
- setConnectionMinimumIdleSize(int) - Method in class org.redisson.config.SingleServerConfig
-
Minimum idle Redis connection amount.
- setConnectionPoolSize(int) - Method in class org.redisson.config.SingleServerConfig
-
Redis connection pool size
Default is 64
- setCurrentClassLoader(ClassLoader) - Method in class org.redisson.executor.ClassLoaderDelegator
-
- setDatabase(int) - Method in class org.redisson.config.MasterSlaveServersConfig
-
Database index used for Redis connection
Default is 0
- setDatabase(int) - Method in class org.redisson.config.ReplicatedServersConfig
-
Database index used for Redis connection
Default is 0
- setDatabase(int) - Method in class org.redisson.config.SentinelServersConfig
-
Database index used for Redis connection
Default is 0
- setDatabase(int) - Method in class org.redisson.config.SingleServerConfig
-
Database index used for Redis connection
Default is 0
- setDecoderState(DecoderState) - Method in class org.redisson.client.handler.State
-
- setDecoderStateCopy(DecoderState) - Method in class org.redisson.client.handler.State
-
- setDefaultAssertionStatus(boolean) - Method in class org.redisson.executor.ClassLoaderDelegator
-
- setDefaultMaxInactiveInterval(int) - Method in class org.redisson.spring.session.RedissonSessionRepository
-
- setDnsMonitoring(boolean) - Method in class org.redisson.config.SingleServerConfig
-
Monitoring of the endpoint address for DNS changes.
- setDnsMonitoringInterval(long) - Method in class org.redisson.config.SingleServerConfig
-
- setEventLoopGroup(EventLoopGroup) - Method in class org.redisson.config.Config
-
Use external EventLoopGroup.
- setException(RedisException) - Method in class org.redisson.command.AsyncDetails
-
- setExecutor(ExecutorService) - Method in class org.redisson.config.Config
-
Use external ExecutorService.
- setExecutorServiceWorkers(Map<String, Integer>) - Method in class org.redisson.config.RedissonNodeConfig
-
Executor service workers amount per service name
- setField(Object, String, Object) - Static method in class org.redisson.liveobject.misc.ClassUtils
-
- setFreezed(boolean) - Method in class org.redisson.connection.ClientConnectionsEntry
-
- setFreezeReason(ClientConnectionsEntry.FreezeReason) - Method in class org.redisson.connection.ClientConnectionsEntry
-
- setImportMetadata(AnnotationMetadata) - Method in class org.redisson.spring.session.config.RedissonHttpSessionConfiguration
-
- setIndex(Integer) - Method in class org.redisson.RedissonPriorityQueue.BinarySearchResult
-
- setIndex(Integer) - Method in class org.redisson.RedissonSortedSet.BinarySearchResult
-
- setKeyName(String) - Method in class org.redisson.RedissonReference
-
- setKeyPrefix(String) - Method in class org.redisson.spring.session.config.RedissonHttpSessionConfiguration
-
- setKeyPrefix(String) - Method in class org.redisson.spring.session.RedissonSessionRepository
-
- setLastUsageTime(long) - Method in class org.redisson.client.RedisConnection
-
- setLiveObjectId(Object) - Method in interface org.redisson.api.RLiveObject
-
Change the value of the field that has the RId annotation.
- setLoadBalancer(LoadBalancer) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
Сonnection load balancer to multiple Redis slave servers.
- setManagementEnabled(boolean) - Method in class org.redisson.jcache.configuration.JCacheConfiguration
-
- setMapReduceWorkers(int) - Method in class org.redisson.config.RedissonNodeConfig
-
MapReduce workers amount.
0 = current_processors_amount
Default is 0
- setMasterAddress(String) - Method in class org.redisson.cluster.ClusterPartition
-
- setMasterAddress(URL) - Method in class org.redisson.cluster.ClusterPartition
-
- setMasterAddress(String) - Method in class org.redisson.config.MasterSlaveServersConfig
-
Set Redis master server address.
- setMasterAddress(URL) - Method in class org.redisson.config.MasterSlaveServersConfig
-
- setMasterConnectionMinimumIdleSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
Redis 'master' node minimum idle connection amount for each slave node
Default is 10
- setMasterConnectionPoolSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
Redis 'master' server connection pool size.
- setMasterFail(boolean) - Method in class org.redisson.cluster.ClusterPartition
-
- setMasterName(String) - Method in class org.redisson.config.SentinelServersConfig
-
Master server name used by Redis Sentinel servers and master change monitoring task.
- setMaxIdleTime(long) - Method in class org.redisson.spring.cache.CacheConfig
-
Set max idle time for key\value entry in milliseconds.
- setMaxInactiveIntervalInSeconds(Integer) - Method in class org.redisson.spring.session.config.RedissonHttpSessionConfiguration
-
- setNettyThreads(int) - Method in class org.redisson.config.Config
-
Threads amount shared between all redis clients used by Redisson.
- setNodeId(String) - Method in class org.redisson.cluster.ClusterNodeInfo
-
- SETNX - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- setPackageAssertionStatus(String, boolean) - Method in class org.redisson.executor.ClassLoaderDelegator
-
- setParent(ClusterPartition) - Method in class org.redisson.cluster.ClusterPartition
-
- setPermits(int) - Method in interface org.redisson.api.RSemaphore
-
Deprecated.
- setPermits(int) - Method in class org.redisson.RedissonSemaphore
-
- setPermitsAsync(int) - Method in interface org.redisson.api.RSemaphoreAsync
-
Deprecated.
- setPermitsAsync(int) - Method in class org.redisson.RedissonSemaphore
-
- SETPXNX - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- setQueueName(String) - Method in class org.redisson.RedissonQueueSemaphore
-
- SETRANGE - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SetReactiveIterator<V> - Class in org.redisson.reactive
-
- SetReactiveIterator() - Constructor for class org.redisson.reactive.SetReactiveIterator
-
- setReadMode(ReadMode) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
Set node type used for read operation.
- setReadOnlyMode(boolean) - Method in class org.redisson.command.CommandBatchService.Entry
-
- setReconnectListener(ReconnectListener) - Method in class org.redisson.client.RedisConnection
-
- setRedisClient(InetSocketAddress) - Method in class org.redisson.client.protocol.decoder.ListScanResult
-
- setRedisClient(InetSocketAddress) - Method in class org.redisson.client.protocol.decoder.MapScanResult
-
- setRedisClient(InetSocketAddress) - Method in interface org.redisson.RedisClientResult
-
- setRedisson(RedissonClient) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
Set Redisson instance
- setRedissonNodeInitializer(RedissonNodeInitializer) - Method in class org.redisson.config.RedissonNodeConfig
-
Redisson node initializer
- setRedissonReferenceEnabled(boolean) - Method in class org.redisson.config.Config
-
Config option for enabling Redisson Reference feature
Default value is true
- setRequestId(String) - Method in class org.redisson.executor.RemoteExecutorServiceImpl
-
- setRequestId(String) - Method in class org.redisson.executor.RemotePromise
-
- setRequestId(String) - Method in class org.redisson.executor.ScheduledExecutorRemoteService
-
- setRequestId(String) - Method in interface org.redisson.remote.RemoteParams
-
- setResolverProvider(ResolverProvider) - Method in class org.redisson.config.Config
-
For resolver registry and look up.
- setResourceLoader(ResourceLoader) - Method in class org.redisson.spring.cache.RedissonSpringCacheManager
-
- setScanInterval(int) - Method in class org.redisson.config.ClusterServersConfig
-
Redis cluster scan interval in milliseconds
- setScanInterval(int) - Method in class org.redisson.config.ReplicatedServersConfig
-
Elasticache node scan interval in milliseconds
- setSchedulerChannelName(String) - Method in class org.redisson.executor.RemoteExecutorServiceImpl
-
- setSchedulerChannelName(String) - Method in class org.redisson.executor.ScheduledExecutorRemoteService
-
- setSchedulerQueueName(String) - Method in class org.redisson.executor.RemoteExecutorServiceImpl
-
- setSchedulerQueueName(String) - Method in class org.redisson.executor.ScheduledExecutorRemoteService
-
- setSchedulerTasksName(String) - Method in class org.redisson.executor.RemoteExecutorServiceImpl
-
- setSchedulerTasksName(String) - Method in class org.redisson.executor.ScheduledExecutorRemoteService
-
- setSlaveAddresses(Set<URL>) - Method in class org.redisson.config.MasterSlaveServersConfig
-
- setSlaveConnectionMinimumIdleSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
Redis 'slave' node minimum idle connection amount for each slave node
Default is 10
- setSlaveConnectionPoolSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
Redis 'slave' servers connection pool size for each slave node.
- setSlaveOf(String) - Method in class org.redisson.cluster.ClusterNodeInfo
-
- setSlaveSubscriptionConnectionMinimumIdleSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
- setSlaveSubscriptionConnectionPoolSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
- setStatisticsEnabled(boolean) - Method in class org.redisson.jcache.configuration.JCacheConfiguration
-
- setStatusName(String) - Method in class org.redisson.executor.ExecutorRemoteService
-
- setStatusName(String) - Method in class org.redisson.executor.RemoteExecutorServiceImpl
-
- setSubscriptionConnectionMinimumIdleSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
Redis 'slave' node minimum idle subscription (pub/sub) connection amount for each slave node.
- setSubscriptionConnectionMinimumIdleSize(int) - Method in class org.redisson.config.SingleServerConfig
-
Minimum idle subscription connection amount.
- setSubscriptionConnectionPoolSize(int) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
Redis 'slave' node maximum subscription (pub/sub) connection pool size for each slave node
Default is 50
- setSubscriptionConnectionPoolSize(int) - Method in class org.redisson.config.SingleServerConfig
-
Redis subscription-connection pool size limit
Default is 50
- setSubscriptionMode(SubscriptionMode) - Method in class org.redisson.config.BaseMasterSlaveServersConfig
-
Set node type used for subscription operation.
- setTasksCounterName(String) - Method in class org.redisson.executor.ExecutorRemoteService
-
- setTasksCounterName(String) - Method in class org.redisson.executor.RemoteExecutorServiceImpl
-
- setTerminationTopicName(String) - Method in class org.redisson.executor.ExecutorRemoteService
-
- setTerminationTopicName(String) - Method in class org.redisson.executor.RemoteExecutorServiceImpl
-
- setThreads(int) - Method in class org.redisson.config.Config
-
Threads amount shared across all listeners of RTopic
object,
invocation handlers of RRemoteService
object
and RExecutorService
tasks.
- setTimeout(Timeout) - Method in class org.redisson.command.AsyncDetails
-
- setTimeout(long) - Method in class org.redisson.mapreduce.BaseMapperTask
-
- setTimeZone(TimeZone) - Method in class org.redisson.executor.CronExpression
-
Sets the time zone for which this CronExpression
will be resolved.
- setTTL(long) - Method in class org.redisson.spring.cache.CacheConfig
-
Set time to live for key\value entry in milliseconds.
- setType(ClusterPartition.Type) - Method in class org.redisson.cluster.ClusterPartition
-
- setType(Class<?>) - Method in class org.redisson.RedissonReference
-
- setUncancellable() - Method in class org.redisson.misc.PromiseDelegator
-
- setUncancellable() - Method in class org.redisson.misc.RedissonPromise
-
- setUncancellable() - Method in interface org.redisson.misc.RPromise
-
Make this future impossible to cancel.
- setupMasterEntry(String, int) - Method in class org.redisson.connection.MasterSlaveEntry
-
- setupModule(Module.SetupContext) - Method in class org.redisson.codec.DefenceModule
-
- setUseLinuxNativeEpoll(boolean) - Method in class org.redisson.config.Config
-
Activates an unix socket if servers binded to loopback interface.
- setValue(V) - Method in class org.redisson.jcache.JMutableEntry
-
- setValue(Object) - Method in interface org.redisson.liveobject.core.LiveObjectInterceptor.Setter
-
- setValue(V) - Method in class org.redisson.RedissonMapEntry
-
- setValue(Object) - Method in class org.redisson.RedissonQueueSemaphore
-
- setValues(Collection<?>) - Method in class org.redisson.RedissonQueueSemaphore
-
- setWorkersAmount(int) - Method in class org.redisson.mapreduce.BaseMapperTask
-
- setWriteFuture(ChannelFuture) - Method in class org.redisson.command.AsyncDetails
-
- shouldGenerateIdAsFallback() - Method in class org.redisson.spring.support.AbstractRedissonNamespaceDefinitionParser
-
- shouldGenerateIdAsFallback() - Method in class org.redisson.spring.support.RedisDefinitionParser
-
- shutdown() - Method in interface org.redisson.api.RedissonClient
-
Shutdown Redisson instance but NOT Redis server
This equates to invoke shutdown(2, 15, TimeUnit.SECONDS);
- shutdown(long, long, TimeUnit) - Method in interface org.redisson.api.RedissonClient
-
Shuts down Redisson instance NOT Redis server
Shutdown ensures that no tasks are submitted for 'the quiet period'
(usually a couple seconds) before it shuts itself down.
- shutdown() - Method in interface org.redisson.api.RedissonReactiveClient
-
Shuts down Redisson instance NOT Redis server
- shutdown() - Method in class org.redisson.client.RedisClient
-
- shutdown() - Method in class org.redisson.cluster.ClusterConnectionManager
-
- shutdown() - Method in class org.redisson.connection.balancer.LoadBalancerManager
-
- shutdown() - Method in interface org.redisson.connection.ConnectionManager
-
- shutdown(long, long, TimeUnit) - Method in interface org.redisson.connection.ConnectionManager
-
- shutdown() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- shutdown(long, long, TimeUnit) - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- shutdown() - Method in class org.redisson.connection.MasterSlaveEntry
-
- shutdown() - Method in class org.redisson.connection.ReplicatedConnectionManager
-
- shutdown() - Method in class org.redisson.connection.SentinelConnectionManager
-
- shutdown() - Method in class org.redisson.connection.SingleConnectionManager
-
- shutdown() - Method in class org.redisson.Redisson
-
- shutdown(long, long, TimeUnit) - Method in class org.redisson.Redisson
-
- shutdown() - Method in class org.redisson.RedissonExecutorService
-
- shutdown() - Method in class org.redisson.RedissonNode
-
Shutdown Redisson node instance
- shutdown() - Method in class org.redisson.RedissonReactive
-
- SHUTDOWN_STATE - Static variable in class org.redisson.RedissonExecutorService
-
- shutdownAsync() - Method in class org.redisson.client.RedisClient
-
- shutdownAsync() - Method in class org.redisson.connection.balancer.LoadBalancerManager
-
- shutdownAsync(RedisClient) - Method in interface org.redisson.connection.ConnectionManager
-
- shutdownAsync(RedisClient) - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- shutdownMasterAsync() - Method in class org.redisson.connection.MasterSlaveEntry
-
- shutdownNow() - Method in class org.redisson.RedissonExecutorService
-
- SingleConnectionManager - Class in org.redisson.connection
-
- SingleConnectionManager(SingleServerConfig, Config) - Constructor for class org.redisson.connection.SingleConnectionManager
-
- SingleConvertor<R> - Class in org.redisson.client.protocol.convertor
-
- SingleConvertor() - Constructor for class org.redisson.client.protocol.convertor.SingleConvertor
-
- SingleEntry - Class in org.redisson.connection
-
- SingleEntry(Set<ClusterSlotRange>, ConnectionManager, MasterSlaveServersConfig) - Constructor for class org.redisson.connection.SingleEntry
-
- SingleServerConfig - Class in org.redisson.config
-
- singleSlotRange - Variable in class org.redisson.connection.MasterSlaveConnectionManager
-
- SINTER - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SINTERSTORE - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SINTERSTORE_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SISMEMBER - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- size() - Method in interface org.redisson.api.RBitSet
-
- size() - Method in interface org.redisson.api.RBitSetReactive
-
- size() - Method in interface org.redisson.api.RBucket
-
Returns size of object in bytes
- size() - Method in interface org.redisson.api.RCollectionReactive
-
- size() - Method in interface org.redisson.api.RMapCache
-
Returns the number of entries in cache.
- size() - Method in interface org.redisson.api.RMapCacheReactive
-
Returns the number of entries in cache.
- size() - Method in interface org.redisson.api.RMapReactive
-
- size() - Method in interface org.redisson.api.RMultimap
-
Returns the number of key-value pairs in this multimap.
- size() - Method in interface org.redisson.api.RScoredSortedSet
-
- size() - Method in interface org.redisson.api.RScoredSortedSetReactive
-
- size() - Method in interface org.redisson.api.RSetCache
-
Returns the number of elements in cache.
- size() - Method in interface org.redisson.api.RSetCacheReactive
-
Returns the number of elements in cache.
- size() - Method in class org.redisson.cache.AbstractCacheMap
-
- size() - Method in class org.redisson.cluster.ClusterSlotRange
-
- size() - Method in class org.redisson.misc.BiHashMap
-
- size() - Method in class org.redisson.reactive.RedissonBitSetReactive
-
- size() - Method in class org.redisson.reactive.RedissonListReactive
-
- size() - Method in class org.redisson.reactive.RedissonMapCacheReactive
-
- size() - Method in class org.redisson.reactive.RedissonMapReactive
-
- size() - Method in class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- size() - Method in class org.redisson.reactive.RedissonSetCacheReactive
-
- size() - Method in class org.redisson.reactive.RedissonSetReactive
-
- size() - Method in class org.redisson.RedissonBitSet
-
- size() - Method in class org.redisson.RedissonBucket
-
- size() - Method in class org.redisson.RedissonDelayedQueue
-
- size() - Method in class org.redisson.RedissonList
-
- size() - Method in class org.redisson.RedissonListMultimapValues
-
- size() - Method in class org.redisson.RedissonMap
-
- size() - Method in class org.redisson.RedissonMultimap
-
- size() - Method in class org.redisson.RedissonScoredSortedSet
-
- size() - Method in class org.redisson.RedissonSet
-
- size() - Method in class org.redisson.RedissonSetCache
-
- size() - Method in class org.redisson.RedissonSetMultimapValues
-
- size() - Method in class org.redisson.RedissonSortedSet
-
- sizeAsync() - Method in interface org.redisson.api.RBitSetAsync
-
- sizeAsync() - Method in interface org.redisson.api.RBucketAsync
-
Returns size of object in bytes
- sizeAsync() - Method in interface org.redisson.api.RCollectionAsync
-
Returns the number of elements in this collection.
- sizeAsync() - Method in interface org.redisson.api.RMapAsync
-
- sizeAsync() - Method in interface org.redisson.api.RMapCacheAsync
-
Returns the number of entries in cache.
- sizeAsync() - Method in interface org.redisson.api.RMultimapAsync
-
Returns the number of key-value pairs in this multimap.
- sizeAsync() - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- sizeAsync() - Method in interface org.redisson.api.RSetCacheAsync
-
Returns the number of elements in cache.
- sizeAsync() - Method in class org.redisson.RedissonBinaryStream
-
- sizeAsync() - Method in class org.redisson.RedissonBitSet
-
- sizeAsync() - Method in class org.redisson.RedissonBucket
-
- sizeAsync() - Method in class org.redisson.RedissonDelayedQueue
-
- sizeAsync() - Method in class org.redisson.RedissonList
-
- sizeAsync() - Method in class org.redisson.RedissonListMultimap
-
- sizeAsync() - Method in class org.redisson.RedissonListMultimapValues
-
- sizeAsync() - Method in class org.redisson.RedissonMap
-
- sizeAsync() - Method in class org.redisson.RedissonScoredSortedSet
-
- sizeAsync() - Method in class org.redisson.RedissonSet
-
- sizeAsync() - Method in class org.redisson.RedissonSetCache
-
- sizeAsync() - Method in class org.redisson.RedissonSetMultimap
-
- sizeAsync() - Method in class org.redisson.RedissonSetMultimapValues
-
- sizeAsync() - Method in class org.redisson.RedissonSubList
-
- skipWhiteSpace(int, String) - Method in class org.redisson.executor.CronExpression
-
- SlaveConnectionPool - Class in org.redisson.connection.pool
-
Connection pool for slave node
- SlaveConnectionPool(MasterSlaveServersConfig, ConnectionManager, MasterSlaveEntry) - Constructor for class org.redisson.connection.pool.SlaveConnectionPool
-
- slaveDown(ClusterSlotRange, String, int, ClientConnectionsEntry.FreezeReason) - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- slaveDown(String, int, ClientConnectionsEntry.FreezeReason) - Method in class org.redisson.connection.MasterSlaveEntry
-
- slaveUp(String, int, ClientConnectionsEntry.FreezeReason) - Method in class org.redisson.connection.MasterSlaveEntry
-
- SlotCallback<T,R> - Interface in org.redisson
-
- SlotsDecoder - Class in org.redisson.client.protocol.decoder
-
- SlotsDecoder() - Constructor for class org.redisson.client.protocol.decoder.SlotsDecoder
-
- SMEMBERS - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SmileJacksonCodec - Class in org.redisson.codec
-
Smile binary codec
- SmileJacksonCodec() - Constructor for class org.redisson.codec.SmileJacksonCodec
-
- SmileJacksonCodec(ClassLoader) - Constructor for class org.redisson.codec.SmileJacksonCodec
-
- SMOVE - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SnappyCodec - Class in org.redisson.codec
-
Snappy compression codec.
- SnappyCodec() - Constructor for class org.redisson.codec.SnappyCodec
-
- SnappyCodec(Codec) - Constructor for class org.redisson.codec.SnappyCodec
-
- socketChannelClass - Variable in class org.redisson.connection.MasterSlaveConnectionManager
-
- soft(long, long) - Static method in class org.redisson.cache.ReferenceCacheMap
-
- SORT_LIST - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SORT_SET - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SORT_TO - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SortOrder - Enum in org.redisson.api
-
- sortTo(String, SortOrder) - Method in interface org.redisson.api.RSortable
-
Sort data and store to destName
list
- sortTo(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortable
-
Sort data and store to destName
list
- sortTo(String, String, SortOrder) - Method in interface org.redisson.api.RSortable
-
Sort data and store to destName
list
- sortTo(String, String, SortOrder, int, int) - Method in interface org.redisson.api.RSortable
-
Sort data and store to destName
list
- sortTo(String, String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortable
-
Sort data and store to destName
list
- sortTo(String, String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortable
-
Sort data and store to destName
list
- sortTo(String, SortOrder) - Method in class org.redisson.RedissonList
-
- sortTo(String, SortOrder, int, int) - Method in class org.redisson.RedissonList
-
- sortTo(String, String, SortOrder, int, int) - Method in class org.redisson.RedissonList
-
- sortTo(String, String, SortOrder) - Method in class org.redisson.RedissonList
-
- sortTo(String, String, List<String>, SortOrder) - Method in class org.redisson.RedissonList
-
- sortTo(String, String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonList
-
- sortTo(String, SortOrder) - Method in class org.redisson.RedissonListMultimapValues
-
- sortTo(String, SortOrder, int, int) - Method in class org.redisson.RedissonListMultimapValues
-
- sortTo(String, String, SortOrder) - Method in class org.redisson.RedissonListMultimapValues
-
- sortTo(String, String, SortOrder, int, int) - Method in class org.redisson.RedissonListMultimapValues
-
- sortTo(String, String, List<String>, SortOrder) - Method in class org.redisson.RedissonListMultimapValues
-
- sortTo(String, String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonListMultimapValues
-
- sortTo(String, SortOrder) - Method in class org.redisson.RedissonScoredSortedSet
-
- sortTo(String, SortOrder, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- sortTo(String, String, SortOrder, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- sortTo(String, String, SortOrder) - Method in class org.redisson.RedissonScoredSortedSet
-
- sortTo(String, String, List<String>, SortOrder) - Method in class org.redisson.RedissonScoredSortedSet
-
- sortTo(String, String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- sortTo(String, SortOrder) - Method in class org.redisson.RedissonSet
-
- sortTo(String, SortOrder, int, int) - Method in class org.redisson.RedissonSet
-
- sortTo(String, String, SortOrder, int, int) - Method in class org.redisson.RedissonSet
-
- sortTo(String, String, SortOrder) - Method in class org.redisson.RedissonSet
-
- sortTo(String, String, List<String>, SortOrder) - Method in class org.redisson.RedissonSet
-
- sortTo(String, String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonSet
-
- sortTo(String, SortOrder) - Method in class org.redisson.RedissonSetMultimapValues
-
- sortTo(String, SortOrder, int, int) - Method in class org.redisson.RedissonSetMultimapValues
-
- sortTo(String, String, SortOrder) - Method in class org.redisson.RedissonSetMultimapValues
-
- sortTo(String, String, SortOrder, int, int) - Method in class org.redisson.RedissonSetMultimapValues
-
- sortTo(String, String, List<String>, SortOrder) - Method in class org.redisson.RedissonSetMultimapValues
-
- sortTo(String, String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonSetMultimapValues
-
- sortToAsync(String, SortOrder) - Method in interface org.redisson.api.RSortableAsync
-
Sort data and store to destName
list
- sortToAsync(String, SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
-
Sort data and store to destName
list
- sortToAsync(String, String, SortOrder) - Method in interface org.redisson.api.RSortableAsync
-
Sort data and store to destName
list
- sortToAsync(String, String, SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
-
Sort data and store to destName
list
- sortToAsync(String, String, List<String>, SortOrder) - Method in interface org.redisson.api.RSortableAsync
-
Sort data and store to destName
list
- sortToAsync(String, String, List<String>, SortOrder, int, int) - Method in interface org.redisson.api.RSortableAsync
-
Sort data and store to destName
list
- sortToAsync(String, SortOrder) - Method in class org.redisson.RedissonList
-
- sortToAsync(String, SortOrder, int, int) - Method in class org.redisson.RedissonList
-
- sortToAsync(String, String, SortOrder) - Method in class org.redisson.RedissonList
-
- sortToAsync(String, String, SortOrder, int, int) - Method in class org.redisson.RedissonList
-
- sortToAsync(String, String, List<String>, SortOrder) - Method in class org.redisson.RedissonList
-
- sortToAsync(String, String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonList
-
- sortToAsync(String, SortOrder) - Method in class org.redisson.RedissonListMultimapValues
-
- sortToAsync(String, SortOrder, int, int) - Method in class org.redisson.RedissonListMultimapValues
-
- sortToAsync(String, String, SortOrder) - Method in class org.redisson.RedissonListMultimapValues
-
- sortToAsync(String, String, SortOrder, int, int) - Method in class org.redisson.RedissonListMultimapValues
-
- sortToAsync(String, String, List<String>, SortOrder) - Method in class org.redisson.RedissonListMultimapValues
-
- sortToAsync(String, String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonListMultimapValues
-
- sortToAsync(String, SortOrder) - Method in class org.redisson.RedissonScoredSortedSet
-
- sortToAsync(String, SortOrder, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- sortToAsync(String, String, SortOrder) - Method in class org.redisson.RedissonScoredSortedSet
-
- sortToAsync(String, String, SortOrder, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- sortToAsync(String, String, List<String>, SortOrder) - Method in class org.redisson.RedissonScoredSortedSet
-
- sortToAsync(String, String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- sortToAsync(String, SortOrder) - Method in class org.redisson.RedissonSet
-
- sortToAsync(String, SortOrder, int, int) - Method in class org.redisson.RedissonSet
-
- sortToAsync(String, String, SortOrder) - Method in class org.redisson.RedissonSet
-
- sortToAsync(String, String, SortOrder, int, int) - Method in class org.redisson.RedissonSet
-
- sortToAsync(String, String, List<String>, SortOrder) - Method in class org.redisson.RedissonSet
-
- sortToAsync(String, String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonSet
-
- sortToAsync(String, SortOrder) - Method in class org.redisson.RedissonSetMultimapValues
-
- sortToAsync(String, SortOrder, int, int) - Method in class org.redisson.RedissonSetMultimapValues
-
- sortToAsync(String, String, SortOrder) - Method in class org.redisson.RedissonSetMultimapValues
-
- sortToAsync(String, String, SortOrder, int, int) - Method in class org.redisson.RedissonSetMultimapValues
-
- sortToAsync(String, String, List<String>, SortOrder) - Method in class org.redisson.RedissonSetMultimapValues
-
- sortToAsync(String, String, List<String>, SortOrder, int, int) - Method in class org.redisson.RedissonSetMultimapValues
-
- SPOP - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SPOP_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SRANDMEMBER_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SREM_SINGLE - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SSCAN - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- start() - Method in class org.redisson.QueueTransferTask
-
- start() - Method in class org.redisson.RedissonNode
-
Start Redisson node instance
- State - Class in org.redisson.client.handler
-
- State(boolean) - Constructor for class org.redisson.client.handler.State
-
- StateLevel - Class in org.redisson.client.handler
-
- StateLevel(long, List<Object>) - Constructor for class org.redisson.client.handler.StateLevel
-
- StatusListener - Interface in org.redisson.api.listener
-
Listener for Redis PubSub channel status changes
- statusName - Variable in class org.redisson.executor.ExecutorRemoteService
-
- StdCachedValue<K,V> - Class in org.redisson.cache
-
Created by jribble on 2/20/17.
- StdCachedValue(K, V, long, long) - Constructor for class org.redisson.cache.StdCachedValue
-
- stop() - Method in class org.redisson.QueueTransferTask
-
- stopThreads() - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- store(RObject, String, RMap<String, Object>) - Method in class org.redisson.liveobject.core.RedissonObjectBuilder
-
- storeExpressionVals(int, String, int) - Method in class org.redisson.executor.CronExpression
-
- stream() - Method in class org.redisson.reactive.RedissonMapReactiveIterator
-
- StringCodec - Class in org.redisson.client.codec
-
- StringCodec() - Constructor for class org.redisson.client.codec.StringCodec
-
- StringCodec(ClassLoader) - Constructor for class org.redisson.client.codec.StringCodec
-
- StringCodec(String) - Constructor for class org.redisson.client.codec.StringCodec
-
- StringCodec(Charset) - Constructor for class org.redisson.client.codec.StringCodec
-
- StringDataDecoder - Class in org.redisson.client.protocol.decoder
-
- StringDataDecoder() - Constructor for class org.redisson.client.protocol.decoder.StringDataDecoder
-
- StringListReplayDecoder - Class in org.redisson.client.protocol.decoder
-
- StringListReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.StringListReplayDecoder
-
- StringMapDataDecoder - Class in org.redisson.client.protocol.decoder
-
- StringMapDataDecoder() - Constructor for class org.redisson.client.protocol.decoder.StringMapDataDecoder
-
- StringReplayDecoder - Class in org.redisson.client.protocol.decoder
-
- StringReplayDecoder() - Constructor for class org.redisson.client.protocol.decoder.StringReplayDecoder
-
- STRLEN - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- subList(int, int) - Method in interface org.redisson.api.RList
-
- subList(int, int) - Method in class org.redisson.RedissonList
-
- subList(int, int) - Method in class org.redisson.RedissonListMultimapValues
-
- subList(int, int) - Method in class org.redisson.RedissonSubList
-
- submit(Callable<T>) - Method in interface org.redisson.api.RExecutorService
-
Submits a value-returning task for execution and returns a
Future representing the pending results of the task.
- submit(Runnable, T) - Method in interface org.redisson.api.RExecutorService
-
Submits a Runnable task for execution and returns a Future
representing that task.
- submit(Runnable) - Method in interface org.redisson.api.RExecutorService
-
Submits a Runnable task for execution and returns a Future
representing that task.
- submit(Callable<V>) - Method in class org.redisson.executor.RedissonCompletionService
-
- submit(Runnable, V) - Method in class org.redisson.executor.RedissonCompletionService
-
- submit(Runnable) - Method in class org.redisson.mapreduce.SubTasksExecutor
-
- submit(Callable<T>) - Method in class org.redisson.RedissonExecutorService
-
- submit(Runnable, T) - Method in class org.redisson.RedissonExecutorService
-
- submit(Runnable) - Method in class org.redisson.RedissonExecutorService
-
- submitAsync(Callable<T>) - Method in interface org.redisson.api.RExecutorServiceAsync
-
- submitAsync(Runnable) - Method in interface org.redisson.api.RExecutorServiceAsync
-
- submitAsync(Callable<T>) - Method in class org.redisson.RedissonExecutorService
-
- submitAsync(Runnable) - Method in class org.redisson.RedissonExecutorService
-
- SUBSCRIBE - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- subscribe(Codec, String...) - Method in class org.redisson.client.RedisPubSubConnection
-
- subscribe(Codec, String, RedisPubSubListener<?>...) - Method in interface org.redisson.connection.ConnectionManager
-
- subscribe(Codec, String, AsyncSemaphore, RedisPubSubListener<?>...) - Method in interface org.redisson.connection.ConnectionManager
-
- subscribe(Codec, String, RedisPubSubListener<?>...) - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- subscribe(Codec, String, AsyncSemaphore, RedisPubSubListener<?>...) - Method in class org.redisson.connection.MasterSlaveConnectionManager
-
- subscribe(Codec, String) - Method in class org.redisson.connection.PubSubConnectionEntry
-
- subscribe(Subscriber<? super T>) - Method in class org.redisson.reactive.NettyFuturePublisher
-
- subscribe(Subscriber<? super V>) - Method in class org.redisson.reactive.SetReactiveIterator
-
- subscribe(long) - Method in class org.redisson.RedissonFairLock
-
- subscribe(long) - Method in class org.redisson.RedissonLock
-
- SubscribeListener - Class in org.redisson.client
-
- SubscribeListener(String, PubSubType) - Constructor for class org.redisson.client.SubscribeListener
-
- SubscriptionMode - Enum in org.redisson.config
-
- subSet(V, V) - Method in class org.redisson.RedissonSortedSet
-
- SubTasksExecutor - Class in org.redisson.mapreduce
-
- SubTasksExecutor(RExecutorService, int, long, long) - Constructor for class org.redisson.mapreduce.SubTasksExecutor
-
- SubTasksExecutor.LatchListener - Class in org.redisson.mapreduce
-
- SubTasksExecutor.LatchListener() - Constructor for class org.redisson.mapreduce.SubTasksExecutor.LatchListener
-
- SubTasksExecutor.LatchListener(CountDownLatch) - Constructor for class org.redisson.mapreduce.SubTasksExecutor.LatchListener
-
- suffixName(String, String) - Method in class org.redisson.RedissonObject
-
- sum(Long, Long) - Method in class org.redisson.reactive.PublisherAdder
-
- SUNION - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SUNIONSTORE - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- SUNIONSTORE_INT - Static variable in interface org.redisson.client.protocol.RedisCommands
-
- sync() - Method in interface org.redisson.api.RFuture
-
Waits for this future until it is done, and rethrows the cause of the failure if this future
failed.
- sync(RedisStrictCommand<T>, Object...) - Method in class org.redisson.client.RedisConnection
-
- sync(Codec, RedisCommand<T>, Object...) - Method in class org.redisson.client.RedisConnection
-
- sync() - Method in class org.redisson.misc.PromiseDelegator
-
- sync() - Method in class org.redisson.misc.RedissonPromise
-
- sync() - Method in interface org.redisson.misc.RPromise
-
- syncSubscription(RFuture<?>) - Method in interface org.redisson.command.CommandAsyncExecutor
-
- syncSubscription(RFuture<?>) - Method in class org.redisson.command.CommandAsyncService
-
- syncUninterruptibly() - Method in interface org.redisson.api.RFuture
-
Waits for this future until it is done, and rethrows the cause of the failure if this future
failed.
- syncUninterruptibly() - Method in class org.redisson.misc.PromiseDelegator
-
- syncUninterruptibly() - Method in class org.redisson.misc.RedissonPromise
-
- syncUninterruptibly() - Method in interface org.redisson.misc.RPromise
-
- validateExpression(String) - Static method in class org.redisson.executor.CronExpression
-
- value - Variable in class org.redisson.cache.StdCachedValue
-
- value() - Method in class org.redisson.jcache.JMutableEntry
-
- valueIterator() - Method in interface org.redisson.api.RMapReactive
-
- valueIterator() - Method in class org.redisson.reactive.RedissonMapCacheReactive
-
- valueIterator() - Method in class org.redisson.reactive.RedissonMapReactive
-
- valueIterator() - Method in class org.redisson.RedissonMap
-
- valueOf(String) - Static method in enum org.redisson.api.annotation.REntity.TransformationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.api.GeoOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.api.GeoUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.api.LocalCachedMapOptions.EvictionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.api.LocalCachedMapOptions.InvalidationPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.api.Node.InfoSection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.api.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.api.RCascadeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.api.RScoredSortedSet.Aggregate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.api.RScript.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.api.RScript.ReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.api.RType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.api.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.cache.ReferenceCachedValue.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.client.protocol.pubsub.PubSubType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.client.protocol.RedisCommand.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.cluster.ClusterNodeInfo.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.cluster.ClusterPartition.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.config.ReadMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.config.SubscriptionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.connection.ClientConnectionsEntry.FreezeReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.connection.ConnectionEventsHub.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.connection.NodeSource.Redirect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.redisson.jcache.JMutableEntry.Action
-
Returns the enum constant of this type with the specified name.
- valueRange(int, int) - Method in interface org.redisson.api.RLexSortedSetReactive
-
- valueRange(int, int) - Method in interface org.redisson.api.RScoredSortedSet
-
- valueRange(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSet
-
Returns all values between startScore
and endScore
.
- valueRange(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSet
-
- valueRange(int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
-
- valueRange(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetReactive
-
- valueRange(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetReactive
-
- valueRange(int, int) - Method in class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- valueRange(double, boolean, double, boolean) - Method in class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- valueRange(double, boolean, double, boolean, int, int) - Method in class org.redisson.reactive.RedissonScoredSortedSetReactive
-
- valueRange(int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- valueRange(double, boolean, double, boolean) - Method in class org.redisson.RedissonScoredSortedSet
-
- valueRange(double, boolean, double, boolean, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- valueRangeAsync(int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- valueRangeAsync(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
Returns all values between startScore
and endScore
.
- valueRangeAsync(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- valueRangeAsync(int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- valueRangeAsync(double, boolean, double, boolean) - Method in class org.redisson.RedissonScoredSortedSet
-
- valueRangeAsync(double, boolean, double, boolean, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- valueRangeReversed(int, int) - Method in interface org.redisson.api.RScoredSortedSet
-
- valueRangeReversed(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSet
-
Returns all values between startScore
and endScore
in reversed order.
- valueRangeReversed(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSet
-
- valueRangeReversed(int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- valueRangeReversed(double, boolean, double, boolean) - Method in class org.redisson.RedissonScoredSortedSet
-
- valueRangeReversed(double, boolean, double, boolean, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- valueRangeReversedAsync(int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- valueRangeReversedAsync(double, boolean, double, boolean) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
Returns all values between startScore
and endScore
in reversed order.
- valueRangeReversedAsync(double, boolean, double, boolean, int, int) - Method in interface org.redisson.api.RScoredSortedSetAsync
-
- valueRangeReversedAsync(int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- valueRangeReversedAsync(double, boolean, double, boolean) - Method in class org.redisson.RedissonScoredSortedSet
-
- valueRangeReversedAsync(double, boolean, double, boolean, int, int) - Method in class org.redisson.RedissonScoredSortedSet
-
- values() - Static method in enum org.redisson.api.annotation.REntity.TransformationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.api.GeoOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.api.GeoUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.api.LocalCachedMapOptions.EvictionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.api.LocalCachedMapOptions.InvalidationPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.api.Node.InfoSection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.api.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.api.RCascadeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface org.redisson.api.RMap
-
Returns values collections.
- values() - Method in interface org.redisson.api.RMultimap
-
Returns a view collection containing the value from each key-value
pair contained in this multimap, without collapsing duplicates (so values().size() == size()
).
- values() - Static method in enum org.redisson.api.RScoredSortedSet.Aggregate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.api.RScript.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.api.RScript.ReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.api.RType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.api.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.redisson.cache.AbstractCacheMap
-
- values() - Static method in enum org.redisson.cache.ReferenceCachedValue.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.client.protocol.pubsub.PubSubType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.client.protocol.RedisCommand.ValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.cluster.ClusterNodeInfo.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.cluster.ClusterPartition.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.config.ReadMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.config.SubscriptionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.connection.ClientConnectionsEntry.FreezeReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.connection.ConnectionEventsHub.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.connection.NodeSource.Redirect
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.redisson.jcache.JMutableEntry.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.redisson.misc.BiHashMap
-
- values() - Method in class org.redisson.RedissonLocalCachedMap
-
- values() - Method in class org.redisson.RedissonMap
-
- values() - Method in class org.redisson.RedissonMultimap
-
- valueSet() - Method in class org.redisson.misc.BiHashMap
-
- valueSize(K) - Method in interface org.redisson.api.RMap
-
Returns size of value mapped by key in bytes
- valueSize(K) - Method in class org.redisson.RedissonMap
-
- valueSizeAsync(K) - Method in interface org.redisson.api.RMapAsync
-
Returns size of value mapped by key in bytes
- valueSizeAsync(K) - Method in class org.redisson.RedissonMap
-
- Version - Class in org.redisson
-
- Version() - Constructor for class org.redisson.Version
-
- VoidReplayConvertor - Class in org.redisson.client.protocol.convertor
-
- VoidReplayConvertor() - Constructor for class org.redisson.client.protocol.convertor.VoidReplayConvertor
-