Uses of Interface
org.redisson.client.codec.Codec
-
-
Uses of Codec in org.redisson
Fields in org.redisson declared as Codec Modifier and Type Field Description protected CodecRedissonBuckets. codecprotected CodecRedissonObject. codecMethods in org.redisson that return Codec Modifier and Type Method Description CodecRedissonObject. getCodec()Methods in org.redisson that return types with arguments of type Codec Modifier and Type Method Description Class<? extends Codec>RedissonReference. getCodecType() -
Uses of Codec in org.redisson.api
Methods in org.redisson.api that return Codec Modifier and Type Method Description CodecRObject. getCodec()Returns the underlying Codec used by this RObjectCodecRObjectReactive. getCodec()CodecRObjectRx. getCodec()Methods in org.redisson.api with parameters of type Codec Modifier and Type Method Description <V> RBlockingDequeAsync<V>RBatch. getBlockingDeque(String name, Codec codec)<V> RBlockingDequeReactive<V>RBatchReactive. getBlockingDeque(String name, Codec codec)<V> RBlockingDequeRx<V>RBatchRx. getBlockingDeque(String name, Codec codec)<V> RBlockingDeque<V>RedissonClient. getBlockingDeque(String name, Codec codec)Returns unbounded blocking deque instance by name using provided codec for deque objects.<V> RBlockingDequeReactive<V>RedissonReactiveClient. getBlockingDeque(String name, Codec codec)Returns unbounded blocking deque instance by name using provided codec for deque objects.<V> RBlockingDequeRx<V>RedissonRxClient. getBlockingDeque(String name, Codec codec)Returns unbounded blocking deque instance by name using provided codec for deque objects.<V> RBlockingQueueAsync<V>RBatch. getBlockingQueue(String name, Codec codec)<V> RBlockingQueueReactive<V>RBatchReactive. getBlockingQueue(String name, Codec codec)<V> RBlockingQueueRx<V>RBatchRx. getBlockingQueue(String name, Codec codec)<V> RBlockingQueue<V>RedissonClient. getBlockingQueue(String name, Codec codec)Returns unbounded blocking queue instance by name using provided codec for queue objects.<V> RBlockingQueueReactive<V>RedissonReactiveClient. getBlockingQueue(String name, Codec codec)Returns blocking queue instance by name using provided codec for queue objects.<V> RBlockingQueueRx<V>RedissonRxClient. getBlockingQueue(String name, Codec codec)Returns blocking queue instance by name using provided codec for queue objects.<V> RBloomFilter<V>RedissonClient. getBloomFilter(String name, Codec codec)Returns bloom filter instance by name using provided codec for objects.<V> RBoundedBlockingQueue<V>RedissonClient. getBoundedBlockingQueue(String name, Codec codec)Returns bounded blocking queue instance by name using provided codec for queue objects.<V> RBucketAsync<V>RBatch. getBucket(String name, Codec codec)<V> RBucketReactive<V>RBatchReactive. getBucket(String name, Codec codec)<V> RBucketRx<V>RBatchRx. getBucket(String name, Codec codec)<V> RBucket<V>RedissonClient. getBucket(String name, Codec codec)Returns object holder instance by name using provided codec for object.<V> RBucketReactive<V>RedissonReactiveClient. getBucket(String name, Codec codec)Returns object holder instance by name using provided codec for object.<V> RBucketRx<V>RedissonRxClient. getBucket(String name, Codec codec)Returns object holder instance by name using provided codec for object.<V> RBucket<V>RTransaction. getBucket(String name, Codec codec)Returns transactional object holder instance by name using provided codec for object.<V> RBucketReactive<V>RTransactionReactive. getBucket(String name, Codec codec)Returns transactional object holder instance by name using provided codec for object.<V> RBucketRx<V>RTransactionRx. getBucket(String name, Codec codec)Returns transactional object holder instance by name using provided codec for object.RBucketsRedissonClient. getBuckets(Codec codec)Returns interface for mass operations with Bucket objects using provided codec for object.RBucketsReactiveRedissonReactiveClient. getBuckets(Codec codec)Returns interface for mass operations with Bucket objects using provided codec for object.RBucketsRxRedissonRxClient. getBuckets(Codec codec)Returns interface for mass operations with Bucket objects using provided codec for object.RBucketsRTransaction. getBuckets(Codec codec)Returns transactional interface for mass operations with Bucket objects using provided codec for object.<V> RDequeAsync<V>RBatch. getDeque(String name, Codec codec)<V> RDequeReactive<V>RBatchReactive. getDeque(String name, Codec codec)<V> RDequeRx<V>RBatchRx. getDeque(String name, Codec codec)<V> RDeque<V>RedissonClient. getDeque(String name, Codec codec)Returns unbounded deque instance by name using provided codec for deque objects.<V> RDequeReactive<V>RedissonReactiveClient. getDeque(String name, Codec codec)Returns deque instance by name using provided codec for deque objects.<V> RDequeRx<V>RedissonRxClient. getDeque(String name, Codec codec)Returns deque instance by name using provided codec for deque objects.RScheduledExecutorServiceRedissonClient. getExecutorService(String name, Codec codec)Returns ScheduledExecutorService by name using provided codec for task, response and request serializationRScheduledExecutorServiceRedissonClient. getExecutorService(String name, Codec codec, ExecutorOptions options)Returns ScheduledExecutorService by name using provided codec for task, response and request serialization<V> RGeoAsync<V>RBatch. getGeo(String name, Codec codec)Returns geospatial items holder instance bynameusing provided codec for geospatial members.<V> RGeoReactive<V>RBatchReactive. getGeo(String name, Codec codec)Returns geospatial items holder instance bynameusing provided codec for geospatial members.<V> RGeoRx<V>RBatchRx. getGeo(String name, Codec codec)Returns geospatial items holder instance bynameusing provided codec for geospatial members.<V> RGeo<V>RedissonClient. getGeo(String name, Codec codec)Returns geospatial items holder instance bynameusing provided codec for geospatial members.<V> RGeoReactive<V>RedissonReactiveClient. getGeo(String name, Codec codec)Returns geospatial items holder instance bynameusing provided codec for geospatial members.<V> RGeoRx<V>RedissonRxClient. getGeo(String name, Codec codec)Returns geospatial items holder instance bynameusing provided codec for geospatial members.<V> RHyperLogLogAsync<V>RBatch. getHyperLogLog(String name, Codec codec)<V> RHyperLogLogReactive<V>RBatchReactive. getHyperLogLog(String name, Codec codec)<V> RHyperLogLogRx<V>RBatchRx. getHyperLogLog(String name, Codec codec)<V> RHyperLogLog<V>RedissonClient. getHyperLogLog(String name, Codec codec)Returns HyperLogLog instance by name using provided codec for hll objects.<V> RHyperLogLogReactive<V>RedissonReactiveClient. getHyperLogLog(String name, Codec codec)Returns HyperLogLog instance by name using provided codec for hll objects.<V> RHyperLogLogRx<V>RedissonRxClient. getHyperLogLog(String name, Codec codec)Returns HyperLogLog instance by name using provided codec for hll objects.<V> RListAsync<V>RBatch. getList(String name, Codec codec)<V> RListReactive<V>RBatchReactive. getList(String name, Codec codec)<V> RListRx<V>RBatchRx. getList(String name, Codec codec)<V> RList<V>RedissonClient. getList(String name, Codec codec)Returns list instance by name using provided codec for list objects.<V> RListReactive<V>RedissonReactiveClient. getList(String name, Codec codec)Returns list instance by name using provided codec for list objects.<V> RListRx<V>RedissonRxClient. getList(String name, Codec codec)Returns list instance by name using provided codec for list objects.<K,V>
RMultimapAsync<K,V>RBatch. getListMultimap(String name, Codec codec)Returns List based MultiMap instance by name using provided codec for both map keys and values.<K,V>
RListMultimapReactive<K,V>RBatchReactive. getListMultimap(String name, Codec codec)Returns List based MultiMap instance by name using provided codec for both map keys and values.<K,V>
RListMultimapRx<K,V>RBatchRx. getListMultimap(String name, Codec codec)Returns List based MultiMap instance by name using provided codec for both map keys and values.<K,V>
RListMultimap<K,V>RedissonClient. getListMultimap(String name, Codec codec)Returns List based Multimap instance by name using provided codec for both map keys and values.<K,V>
RListMultimapReactive<K,V>RedissonReactiveClient. getListMultimap(String name, Codec codec)Returns List based Multimap instance by name using provided codec for both map keys and values.<K,V>
RListMultimapRx<K,V>RedissonRxClient. getListMultimap(String name, Codec codec)Returns List based Multimap instance by name using provided codec for both map keys and values.<K,V>
RMultimapAsync<K,V>RBatch. getListMultimapCache(String name, Codec codec)Returns List based Multimap instance by name using provided codec for both map keys and values.<K,V>
RListMultimapCacheRx<K,V>RBatchRx. getListMultimapCache(String name, Codec codec)Returns List based Multimap cache instance by name using provided codec for both map keys and values.<K,V>
RListMultimapCache<K,V>RedissonClient. getListMultimapCache(String name, Codec codec)Returns List based Multimap instance by name using provided codec for both map keys and values.<K,V>
RListMultimapCacheRx<K,V>RedissonRxClient. getListMultimapCache(String name, Codec codec)Returns List based Multimap cache instance by name using provided codec for both map keys and values.<K,V>
RLocalCachedMap<K,V>RedissonClient. getLocalCachedMap(String name, Codec codec, LocalCachedMapOptions<K,V> options)Returns local cached map instance by name using provided codec.<K,V>
RMapAsync<K,V>RBatch. getMap(String name, Codec codec)<K,V>
RMapReactive<K,V>RBatchReactive. getMap(String name, Codec codec)<K,V>
RMapRx<K,V>RBatchRx. getMap(String name, Codec codec)<K,V>
RMap<K,V>RedissonClient. getMap(String name, Codec codec)Returns map instance by name using provided codec for both map keys and values.<K,V>
RMap<K,V>RedissonClient. getMap(String name, Codec codec, MapOptions<K,V> options)Returns map instance by name using provided codec for both map keys and values.<K,V>
RMapReactive<K,V>RedissonReactiveClient. getMap(String name, Codec codec)Returns map instance by name using provided codec for both map keys and values.<K,V>
RMapReactive<K,V>RedissonReactiveClient. getMap(String name, Codec codec, MapOptions<K,V> options)Returns map instance by name using provided codec for both map keys and values.<K,V>
RMapRx<K,V>RedissonRxClient. getMap(String name, Codec codec)Returns map instance by name using provided codec for both map keys and values.<K,V>
RMapRx<K,V>RedissonRxClient. getMap(String name, Codec codec, MapOptions<K,V> options)Returns map instance by name using provided codec for both map keys and values.<K,V>
RMap<K,V>RTransaction. getMap(String name, Codec codec)Returns transactional map instance by name using provided codec for both map keys and values.<K,V>
RMapReactive<K,V>RTransactionReactive. getMap(String name, Codec codec)Returns transactional map instance by name using provided codec for both map keys and values.<K,V>
RMapRx<K,V>RTransactionRx. getMap(String name, Codec codec)Returns transactional map instance by name using provided codec for both map keys and values.<K,V>
RMapCacheAsync<K,V>RBatch. getMapCache(String name, Codec codec)Returns map-based cache instance bynameusing providedcodecfor both cache keys and values.<K,V>
RMapCacheReactive<K,V>RBatchReactive. getMapCache(String name, Codec codec)Returns map-based cache instance bynameusing providedcodecfor both cache keys and values.<K,V>
RMapCacheRx<K,V>RBatchRx. getMapCache(String name, Codec codec)Returns map-based cache instance bynameusing providedcodecfor both cache keys and values.<K,V>
RMapCache<K,V>RedissonClient. getMapCache(String name, Codec codec)Returns map-based cache instance bynameusing providedcodecfor both cache keys and values.<K,V>
RMapCache<K,V>RedissonClient. getMapCache(String name, Codec codec, MapOptions<K,V> options)Returns map-based cache instance bynameusing providedcodecfor both cache keys and values.<K,V>
RMapCacheReactive<K,V>RedissonReactiveClient. getMapCache(String name, Codec codec)Returns map-based cache instance by name using provided codec for both cache keys and values.<K,V>
RMapCacheReactive<K,V>RedissonReactiveClient. getMapCache(String name, Codec codec, MapOptions<K,V> options)Returns map-based cache instance bynameusing providedcodecfor both cache keys and values.<K,V>
RMapCacheRx<K,V>RedissonRxClient. getMapCache(String name, Codec codec)Returns map-based cache instance by name using provided codec for both cache keys and values.<K,V>
RMapCacheRx<K,V>RedissonRxClient. getMapCache(String name, Codec codec, MapOptions<K,V> options)Returns map-based cache instance bynameusing providedcodecfor both cache keys and values.<K,V>
RMapCache<K,V>RTransaction. getMapCache(String name, Codec codec)Returns transactional map-based cache instance bynameusing providedcodecfor both cache keys and values.<K,V>
RMapCacheReactive<K,V>RTransactionReactive. getMapCache(String name, Codec codec)Returns transactional map-based cache instance bynameusing providedcodecfor both cache keys and values.<K,V>
RMapCacheRx<K,V>RTransactionRx. getMapCache(String name, Codec codec)Returns transactional map-based cache instance bynameusing providedcodecfor both cache keys and values.RPatternTopicRedissonClient. getPatternTopic(String pattern, Codec codec)Returns topic instance satisfies by pattern name using provided codec for messages.RPatternTopicReactiveRedissonReactiveClient. getPatternTopic(String pattern, Codec codec)Returns topic instance satisfies by pattern name using provided codec for messages.RPatternTopicRxRedissonRxClient. getPatternTopic(String pattern, Codec codec)Returns topic instance satisfies by pattern name using provided codec for messages.<V> RPriorityBlockingDeque<V>RedissonClient. getPriorityBlockingDeque(String name, Codec codec)Returns unbounded priority blocking deque instance by name using provided codec for queue objects.<V> RPriorityBlockingQueue<V>RedissonClient. getPriorityBlockingQueue(String name, Codec codec)Returns unbounded priority blocking queue instance by name using provided codec for queue objects.<V> RPriorityDeque<V>RedissonClient. getPriorityDeque(String name, Codec codec)Returns priority unbounded deque instance by name using provided codec for queue objects.<V> RPriorityQueue<V>RedissonClient. getPriorityQueue(String name, Codec codec)Returns priority unbounded queue instance by name using provided codec for queue objects.<V> RQueueAsync<V>RBatch. getQueue(String name, Codec codec)<V> RQueueReactive<V>RBatchReactive. getQueue(String name, Codec codec)<V> RQueueRx<V>RBatchRx. getQueue(String name, Codec codec)<V> RQueue<V>RedissonClient. getQueue(String name, Codec codec)Returns unbounded queue instance by name using provided codec for queue objects.<V> RQueueReactive<V>RedissonReactiveClient. getQueue(String name, Codec codec)Returns queue instance by name using provided codec for queue objects.<V> RQueueRx<V>RedissonRxClient. getQueue(String name, Codec codec)Returns queue instance by name using provided codec for queue objects.RReliableTopicRedissonClient. getReliableTopic(String name, Codec codec)Returns reliable topic instance by name using provided codec for messages.RReliableTopicReactiveRedissonReactiveClient. getReliableTopic(String name, Codec codec)Returns reliable topic instance by name using provided codec for messages.RReliableTopicRxRedissonRxClient. getReliableTopic(String name, Codec codec)Returns reliable topic instance by name using provided codec for messages.RRemoteServiceRedissonClient. getRemoteService(String name, Codec codec)Returns object for remote operations prefixed with the specified name and uses provided codec for method arguments and result.RRemoteServiceRedissonClient. getRemoteService(Codec codec)Returns object for remote operations prefixed with the default name (redisson_remote_service) and uses provided codec for method arguments and result.RRemoteServiceRedissonReactiveClient. getRemoteService(String name, Codec codec)Returns object for remote operations prefixed with the specified name and uses provided codec for method arguments and result.RRemoteServiceRedissonReactiveClient. getRemoteService(Codec codec)Returns object for remote operations prefixed with the default name (redisson_remote_service) and uses provided codec for method arguments and result.RRemoteServiceRedissonRxClient. getRemoteService(String name, Codec codec)Returns object for remote operations prefixed with the specified name and uses provided codec for method arguments and result.RRemoteServiceRedissonRxClient. getRemoteService(Codec codec)Returns object for remote operations prefixed with the default name (redisson_remote_service) and uses provided codec for method arguments and result.<V> RRingBuffer<V>RedissonClient. getRingBuffer(String name, Codec codec)Returns RingBuffer based queue.<V> RRingBufferReactive<V>RedissonReactiveClient. getRingBuffer(String name, Codec codec)Returns RingBuffer based queue.<V> RRingBufferRx<V>RedissonRxClient. getRingBuffer(String name, Codec codec)Returns RingBuffer based queue.<V> RScoredSortedSetAsync<V>RBatch. getScoredSortedSet(String name, Codec codec)<V> RScoredSortedSetReactive<V>RBatchReactive. getScoredSortedSet(String name, Codec codec)<V> RScoredSortedSetRx<V>RBatchRx. getScoredSortedSet(String name, Codec codec)<V> RScoredSortedSet<V>RedissonClient. getScoredSortedSet(String name, Codec codec)Returns Redis Sorted Set instance by name using provided codec for sorted set objects.<V> RScoredSortedSetReactive<V>RedissonReactiveClient. getScoredSortedSet(String name, Codec codec)Returns Redis Sorted Set instance by name using provided codec for sorted set objects.<V> RScoredSortedSetRx<V>RedissonRxClient. getScoredSortedSet(String name, Codec codec)Returns Redis Sorted Set instance by name using provided codec for sorted set objects.RScriptRBatch. getScript(Codec codec)Returns script operations object using provided codec.RScriptReactiveRBatchReactive. getScript(Codec codec)Returns script operations object using provided codec.RScriptRxRBatchRx. getScript(Codec codec)Returns script operations object using provided codec.RScriptRedissonClient. getScript(Codec codec)Returns script operations object using provided codec.RScriptReactiveRedissonReactiveClient. getScript(Codec codec)Returns script operations object using provided codec.RScriptRxRedissonRxClient. getScript(Codec codec)Returns script operations object using provided codec.<V> RSetAsync<V>RBatch. getSet(String name, Codec codec)<V> RSetReactive<V>RBatchReactive. getSet(String name, Codec codec)<V> RSetRx<V>RBatchRx. getSet(String name, Codec codec)<V> RSet<V>RedissonClient. getSet(String name, Codec codec)Returns set instance by name using provided codec for set objects.<V> RSetReactive<V>RedissonReactiveClient. getSet(String name, Codec codec)Returns set instance by name using provided codec for set objects.<V> RSetRx<V>RedissonRxClient. getSet(String name, Codec codec)Returns set instance by name using provided codec for set objects.<V> RSet<V>RTransaction. getSet(String name, Codec codec)Returns transactional set instance by name using provided codec for set objects.<V> RSetReactive<V>RTransactionReactive. getSet(String name, Codec codec)Returns transactional set instance by name using provided codec for set objects.<V> RSetRx<V>RTransactionRx. getSet(String name, Codec codec)Returns transactional set instance by name using provided codec for set objects.<V> RSetCacheAsync<V>RBatch. getSetCache(String name, Codec codec)Returns set-based cache instance bynameusing providedcodecfor values.<V> RSetCacheReactive<V>RBatchReactive. getSetCache(String name, Codec codec)Returns set-based cache instance bynameusing providedcodecfor values.<V> RSetCacheRx<V>RBatchRx. getSetCache(String name, Codec codec)Returns set-based cache instance bynameusing providedcodecfor values.<V> RSetCache<V>RedissonClient. getSetCache(String name, Codec codec)Returns set-based cache instance byname.<V> RSetCacheReactive<V>RedissonReactiveClient. getSetCache(String name, Codec codec)Returns set-based cache instance byname.<V> RSetCacheRx<V>RedissonRxClient. getSetCache(String name, Codec codec)Returns set-based cache instance byname.<V> RSetCache<V>RTransaction. getSetCache(String name, Codec codec)Returns transactional set-based cache instance byname.<V> RSetCacheReactive<V>RTransactionReactive. getSetCache(String name, Codec codec)Returns transactional set-based cache instance byname.<V> RSetCacheRx<V>RTransactionRx. getSetCache(String name, Codec codec)Returns transactional set-based cache instance byname.<K,V>
RMultimapAsync<K,V>RBatch. getSetMultimap(String name, Codec codec)Returns Set based MultiMap instance by name using provided codec for both map keys and values.<K,V>
RSetMultimapReactive<K,V>RBatchReactive. getSetMultimap(String name, Codec codec)Returns Set based Multimap instance by name using provided codec for both map keys and values.<K,V>
RSetMultimapRx<K,V>RBatchRx. getSetMultimap(String name, Codec codec)Returns Set based Multimap instance by name using provided codec for both map keys and values.<K,V>
RSetMultimap<K,V>RedissonClient. getSetMultimap(String name, Codec codec)Returns Set based Multimap instance by name using provided codec for both map keys and values.<K,V>
RSetMultimapReactive<K,V>RedissonReactiveClient. getSetMultimap(String name, Codec codec)Returns Set based Multimap instance by name using provided codec for both map keys and values.<K,V>
RSetMultimapRx<K,V>RedissonRxClient. getSetMultimap(String name, Codec codec)Returns Set based Multimap instance by name using provided codec for both map keys and values.<K,V>
RMultimapCacheAsync<K,V>RBatch. getSetMultimapCache(String name, Codec codec)Returns Set based Multimap instance by name using provided codec for both map keys and values.<K,V>
RSetMultimapCacheRx<K,V>RBatchRx. getSetMultimapCache(String name, Codec codec)Returns Set based Multimap cache instance by name using provided codec for both map keys and values.<K,V>
RSetMultimapCache<K,V>RedissonClient. getSetMultimapCache(String name, Codec codec)Returns Set based Multimap instance by name using provided codec for both map keys and values.<K,V>
RSetMultimapCacheRx<K,V>RedissonRxClient. getSetMultimapCache(String name, Codec codec)Returns Set based Multimap cache instance by name using provided codec for both map keys and values.<V> RSortedSet<V>RedissonClient. getSortedSet(String name, Codec codec)Returns sorted set instance by name using provided codec for sorted set objects.<K,V>
RStreamAsync<K,V>RBatch. getStream(String name, Codec codec)Returns stream instance bynameusing providedcodecfor entries.<K,V>
RStreamReactive<K,V>RBatchReactive. getStream(String name, Codec codec)Returns stream instance bynameusing providedcodecfor entries.<K,V>
RStreamRx<K,V>RBatchRx. getStream(String name, Codec codec)Returns stream instance bynameusing providedcodecfor entries.<K,V>
RStream<K,V>RedissonClient. getStream(String name, Codec codec)Returns stream instance bynameusing providedcodecfor entries.<K,V>
RStreamReactive<K,V>RedissonReactiveClient. getStream(String name, Codec codec)Returns stream instance bynameusing providedcodecfor entries.<K,V>
RStreamRx<K,V>RedissonRxClient. getStream(String name, Codec codec)Returns stream instance bynameusing providedcodecfor entries.<V> RTimeSeries<V>RedissonClient. getTimeSeries(String name, Codec codec)Returns time-series instance bynameusing providedcodecfor values.<V> RTimeSeriesReactive<V>RedissonReactiveClient. getTimeSeries(String name, Codec codec)Returns time-series instance bynameusing providedcodecfor values.<V> RTimeSeriesRx<V>RedissonRxClient. getTimeSeries(String name, Codec codec)Returns time-series instance bynameusing providedcodecfor values.RTopicAsyncRBatch. getTopic(String name, Codec codec)RTopicReactiveRBatchReactive. getTopic(String name, Codec codec)RTopicRxRBatchRx. getTopic(String name, Codec codec)RTopicRedissonClient. getTopic(String name, Codec codec)Returns topic instance by name using provided codec for messages.RTopicReactiveRedissonReactiveClient. getTopic(String name, Codec codec)Returns topic instance by name using provided codec for messages.RTopicRxRedissonRxClient. getTopic(String name, Codec codec)Returns topic instance by name using provided codec for messages.<V> RTransferQueue<V>RedissonClient. getTransferQueue(String name, Codec codec)Returns transfer queue instance by name using provided codec for queue objects.<V> RTransferQueueReactive<V>RedissonReactiveClient. getTransferQueue(String name, Codec codec)Returns transfer queue instance by name using provided codec for queue objects.<V> RTransferQueueRx<V>RedissonRxClient. getTransferQueue(String name, Codec codec)Returns transfer queue instance by name using provided codec for queue objects. -
Uses of Codec in org.redisson.api.annotation
Classes in org.redisson.api.annotation that implement Codec Modifier and Type Class Description static classREntity.DEFAULTstatic classRObjectField.DEFAULTMethods in org.redisson.api.annotation that return types with arguments of type Codec Modifier and Type Method Description Class<? extends Codec>codec()(Optional) Live Object state codec.Class<? extends Codec>codec()(Optional) Live Object state codec. -
Uses of Codec in org.redisson.cache
Classes in org.redisson.cache that implement Codec Modifier and Type Class Description classLocalCachedMessageCodecConstructors in org.redisson.cache with parameters of type Codec Constructor Description LocalCacheListener(String name, CommandAsyncExecutor commandExecutor, RObject object, Codec codec, LocalCachedMapOptions<?,?> options, long cacheUpdateLogTime) -
Uses of Codec in org.redisson.client
Methods in org.redisson.client that return types with arguments of type Codec Modifier and Type Method Description Map<ChannelName,Codec>RedisPubSubConnection. getChannels()Map<ChannelName,Codec>RedisPubSubConnection. getPatternChannels()Methods in org.redisson.client with parameters of type Codec Modifier and Type Method Description <T,R>
RFuture<R>RedisConnection. async(long timeout, Codec encoder, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>RedisConnection. async(Codec encoder, RedisCommand<T> command, Object... params)<T,R>
CommandData<T,R>RedisConnection. create(Codec encoder, RedisCommand<T> command, Object... params)io.netty.channel.ChannelFutureRedisPubSubConnection. psubscribe(Codec codec, ChannelName... channels)io.netty.channel.ChannelFutureRedisPubSubConnection. subscribe(Codec codec, ChannelName... channels)<T,R>
RRedisConnection. sync(Codec encoder, RedisCommand<T> command, Object... params) -
Uses of Codec in org.redisson.client.codec
Classes in org.redisson.client.codec that implement Codec Modifier and Type Class Description classBaseCodecclassBitSetCodecclassByteArrayCodecclassDoubleCodecclassIntegerCodecclassLongCodecclassStringCodecMethods in org.redisson.client.codec that return Codec Modifier and Type Method Description static CodecBaseCodec. copy(ClassLoader classLoader, Codec codec)Methods in org.redisson.client.codec with parameters of type Codec Modifier and Type Method Description static CodecBaseCodec. copy(ClassLoader classLoader, Codec codec) -
Uses of Codec in org.redisson.client.protocol
Methods in org.redisson.client.protocol that return Codec Modifier and Type Method Description CodecCommandData. getCodec()Constructors in org.redisson.client.protocol with parameters of type Codec Constructor Description BatchCommandData(RPromise<R> promise, Codec codec, RedisCommand<T> command, Object[] params, int index)CommandData(RPromise<R> promise, Codec codec, RedisCommand<T> command, Object[] params)CommandData(RPromise<R> promise, MultiDecoder<Object> messageDecoder, Codec codec, RedisCommand<T> command, Object[] params) -
Uses of Codec in org.redisson.client.protocol.decoder
Methods in org.redisson.client.protocol.decoder with parameters of type Codec Modifier and Type Method Description Decoder<Object>AutoClaimDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>FastAutoClaimDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>GeoDistanceDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>GeoPositionDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>InetSocketAddressDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ListMultiDecoder2. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ListObjectDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ListResultReplayDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ListScanResultReplayDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>Long2MultiDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>MapCacheScanResultReplayDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>MapEntriesDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>MapKeyDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>MapScanResultReplayDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>MapValueDecoder. getDecoder(Codec codec, int paramNum, State state)default Decoder<Object>MultiDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ObjectDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ObjectFirstScoreReplayDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ObjectListReplayDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ObjectMapDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ObjectMapEntryReplayDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ObjectMapReplayDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ScoredSortedSetPolledObjectDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ScoredSortedSetRandomMapDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ScoredSortedSetReplayDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ScoredSortedSetScanDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>ScoredSortedSetScanReplayDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>SlotsDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>StreamObjectMapReplayDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>StringListReplayDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>StringMapDataDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>TimeSeriesEntryReplayDecoder. getDecoder(Codec codec, int paramNum, State state)Constructors in org.redisson.client.protocol.decoder with parameters of type Codec Constructor Description ObjectMapReplayDecoder(Codec codec) -
Uses of Codec in org.redisson.client.protocol.pubsub
Methods in org.redisson.client.protocol.pubsub with parameters of type Codec Modifier and Type Method Description Decoder<Object>PubSubMessageDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>PubSubPatternMessageDecoder. getDecoder(Codec codec, int paramNum, State state) -
Uses of Codec in org.redisson.codec
Classes in org.redisson.codec that implement Codec Modifier and Type Class Description classAvroJacksonCodecAvro binary codecclassBaseEventCodecclassCborJacksonCodecclassCompositeCodecclassFstCodecEfficient and speedy serialization codec fully compatible with JDK Serialization codec.classIonJacksonCodecAmazon Ion codec based on Jackson implementation https://github.com/FasterXML/jackson-dataformats-binary/tree/master/ionclassJsonJacksonCodecJson codec based on Jackson implementation.classKryo5CodecKryo 5 codecclassKryoCodecKryo 4 codecclassLZ4CodecLZ4 compression codec.classMapCacheEventCodecclassMarshallingCodecJBoss Marshalling codec.classMsgPackJacksonCodecMsgPack binary codecclassSerializationCodecJDK's serialization codec.classSmileJacksonCodecSmile binary codec.classSnappyCodecSnappy compression codec.classSnappyCodecV2Google's Snappy compression codec.classTypedJsonJacksonCodecJson Jackson Type codec.Fields in org.redisson.codec declared as Codec Modifier and Type Field Description protected CodecBaseEventCodec. codecMethods in org.redisson.codec with type parameters of type Codec Modifier and Type Method Description <T extends Codec>
TDefaultReferenceCodecProvider. getCodec(Class<T> codecClass)<T extends Codec>
TDefaultReferenceCodecProvider. getCodec(REntity anno, Class<?> cls, Config config)<T extends Codec,K extends RObject>
TDefaultReferenceCodecProvider. getCodec(RObjectField anno, Class<?> cls, Class<K> rObjectClass, String fieldName, Config config)<T extends Codec>
TReferenceCodecProvider. getCodec(Class<T> codecClass)Get codec instance by its class.<T extends Codec>
TReferenceCodecProvider. getCodec(REntity anno, Class<?> cls, Config config)Get a codec instance by a REntity annotation and the class annotated with it.<T extends Codec,K extends RObject>
TReferenceCodecProvider. getCodec(RObjectField anno, Class<?> cls, Class<K> rObjectClass, String fieldName, Config config)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.<T extends Codec>
voidDefaultReferenceCodecProvider. registerCodec(Class<T> cls, T codec)<T extends Codec>
voidReferenceCodecProvider. registerCodec(Class<T> codecClass, T codec)Register a codec by its class or super class.Constructors in org.redisson.codec with parameters of type Codec Constructor Description BaseEventCodec(Codec codec, BaseEventCodec.OSType osType)CompositeCodec(Codec mapKeyCodec, Codec mapValueCodec)CompositeCodec(Codec mapKeyCodec, Codec mapValueCodec, Codec valueCodec)LZ4Codec(Codec innerCodec)MapCacheEventCodec(Codec codec, BaseEventCodec.OSType osType)SnappyCodec(Codec innerCodec)SnappyCodecV2(Codec innerCodec) -
Uses of Codec in org.redisson.command
Methods in org.redisson.command that return Codec Modifier and Type Method Description protected CodecRedisExecutor. getCodec(Codec codec)Methods in org.redisson.command with parameters of type Codec Modifier and Type Method Description <V,R>
voidCommandAsyncService. async(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, RPromise<R> mainPromise, boolean ignoreRedirect)<V,R>
voidCommandBatchService. async(boolean readOnlyMode, NodeSource nodeSource, Codec codec, RedisCommand<V> command, Object[] params, RPromise<R> mainPromise, boolean ignoreRedirect)io.netty.buffer.ByteBufCommandAsyncExecutor. encode(Codec codec, Object value)io.netty.buffer.ByteBufCommandAsyncService. encode(Codec codec, Object value)io.netty.buffer.ByteBufCommandAsyncExecutor. encodeMapKey(Codec codec, Object value)io.netty.buffer.ByteBufCommandAsyncService. encodeMapKey(Codec codec, Object value)io.netty.buffer.ByteBufCommandAsyncExecutor. encodeMapValue(Codec codec, Object value)io.netty.buffer.ByteBufCommandAsyncService. encodeMapValue(Codec codec, Object value)<T,R>
RCommandSyncExecutor. evalRead(String key, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)<T,R>
RCommandSyncService. evalRead(String key, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. evalReadAsync(String key, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. evalReadAsync(RedisClient client, String name, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. evalReadAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)<T,R>
RFuture<R>CommandAsyncService. evalReadAsync(String key, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)<T,R>
RFuture<R>CommandAsyncService. evalReadAsync(RedisClient client, String name, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)<T,R>
RFuture<R>CommandAsyncService. evalReadAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)<T,R>
RCommandSyncExecutor. evalWrite(String key, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)<T,R>
RCommandSyncService. evalWrite(String key, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. evalWriteAsync(String key, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. evalWriteAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)<T,R>
RFuture<R>CommandAsyncService. evalWriteAsync(String key, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)<T,R>
RFuture<R>CommandAsyncService. evalWriteAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> evalCommandType, String script, List<Object> keys, Object... params)protected CodecRedisExecutor. getCodec(Codec codec)<V> RFuture<V>CommandAsyncExecutor. pollFromAnyAsync(String name, Codec codec, RedisCommand<Object> command, long secondsTimeout, String... queueNames)<V> RFuture<V>CommandAsyncService. pollFromAnyAsync(String name, Codec codec, RedisCommand<Object> command, long secondsTimeout, String... queueNames)<T,R>
RCommandSyncExecutor. read(String key, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RCommandSyncService. read(String key, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<Collection<R>>CommandAsyncExecutor. readAllAsync(Collection<R> results, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<Collection<R>>CommandAsyncExecutor. readAllAsync(Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<Collection<R>>CommandAsyncService. readAllAsync(Collection<R> results, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<Collection<R>>CommandAsyncService. readAllAsync(Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. readAsync(byte[] key, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. readAsync(String key, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. readAsync(RedisClient client, byte[] key, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. readAsync(RedisClient client, String name, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. readAsync(RedisClient client, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. readAsync(RedisClient client, MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. readAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncService. readAsync(byte[] key, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncService. readAsync(String key, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncService. readAsync(RedisClient client, byte[] key, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncService. readAsync(RedisClient client, String name, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncService. readAsync(RedisClient client, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncService. readAsync(RedisClient client, MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncService. readAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. readBatchedAsync(Codec codec, RedisCommand<T> command, SlotCallback<T,R> callback, String... keys)<T,R>
RFuture<R>CommandAsyncService. readBatchedAsync(Codec codec, RedisCommand<T> command, SlotCallback<T,R> callback, String... keys)<T,R>
RFuture<R>CommandAsyncExecutor. readRandomAsync(Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. readRandomAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncService. readRandomAsync(Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncService. readRandomAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params)<R,T>
RFuture<R>CommandAsyncExecutor. writeAllAsync(Codec codec, RedisCommand<T> command, SlotCallback<T,R> callback, Object... params)<R,T>
RFuture<R>CommandAsyncService. writeAllAsync(Codec codec, RedisCommand<T> command, SlotCallback<T,R> callback, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. writeAsync(byte[] key, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. writeAsync(String key, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. writeAsync(RedisClient client, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. writeAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncService. writeAsync(byte[] key, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncService. writeAsync(String key, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncService. writeAsync(RedisClient client, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncService. writeAsync(MasterSlaveEntry entry, Codec codec, RedisCommand<T> command, Object... params)<T,R>
RFuture<R>CommandAsyncExecutor. writeBatchedAsync(Codec codec, RedisCommand<T> command, SlotCallback<T,R> callback, String... keys)<T,R>
RFuture<R>CommandAsyncService. writeBatchedAsync(Codec codec, RedisCommand<T> command, SlotCallback<T,R> callback, String... keys) -
Uses of Codec in org.redisson.config
Methods in org.redisson.config that return Codec Modifier and Type Method Description CodecConfig. getCodec()Methods in org.redisson.config with parameters of type Codec Modifier and Type Method Description ConfigConfig. setCodec(Codec codec)Redis data codec. -
Uses of Codec in org.redisson.connection
Fields in org.redisson.connection declared as Codec Modifier and Type Field Description protected CodecMasterSlaveConnectionManager. codecMethods in org.redisson.connection that return Codec Modifier and Type Method Description CodecConnectionManager. getCodec()CodecMasterSlaveConnectionManager. getCodec() -
Uses of Codec in org.redisson.executor
Constructors in org.redisson.executor with parameters of type Codec Constructor Description RedissonExecutorRemoteService(Codec codec, String name, CommandAsyncExecutor commandExecutor, String executorId, ConcurrentMap<String,ResponseEntry> responses)ScheduledTasksService(Codec codec, String name, CommandAsyncExecutor commandExecutor, String redissonId, ConcurrentMap<String,ResponseEntry> responses)TasksBatchService(Codec codec, String name, CommandAsyncExecutor commandExecutor, String executorId, ConcurrentMap<String,ResponseEntry> responses)TasksRunnerService(CommandAsyncExecutor commandExecutor, RedissonClient redisson, Codec codec, String name, ConcurrentMap<String,ResponseEntry> responses)TasksService(Codec codec, String name, CommandAsyncExecutor commandExecutor, String executorId, ConcurrentMap<String,ResponseEntry> responses) -
Uses of Codec in org.redisson.jcache
Classes in org.redisson.jcache that implement Codec Modifier and Type Class Description classJCacheEventCodecConstructors in org.redisson.jcache with parameters of type Codec Constructor Description JCacheEventCodec(Codec codec, BaseEventCodec.OSType osType, boolean sync)JCacheEventCodec(Codec codec, BaseEventCodec.OSType osType, boolean sync, boolean expectOldValueInMsg) -
Uses of Codec in org.redisson.liveobject.core
Methods in org.redisson.liveobject.core with parameters of type Codec Modifier and Type Method Description NamingSchemeRedissonObjectBuilder. getNamingScheme(Class<?> rEntity, Codec c) -
Uses of Codec in org.redisson.liveobject.resolver
Fields in org.redisson.liveobject.resolver declared as Codec Modifier and Type Field Description protected CodecAbstractNamingScheme. codecMethods in org.redisson.liveobject.resolver that return Codec Modifier and Type Method Description CodecAbstractNamingScheme. getCodec()CodecNamingScheme. getCodec()Constructors in org.redisson.liveobject.resolver with parameters of type Codec Constructor Description AbstractNamingScheme(Codec codec)DefaultNamingScheme(Codec codec) -
Uses of Codec in org.redisson.mapreduce
Fields in org.redisson.mapreduce declared as Codec Modifier and Type Field Description protected CodecCoordinatorTask. codecConstructors in org.redisson.mapreduce with parameters of type Codec Constructor Description Collector(Codec codec, RedissonClient client, String name, int parts, long timeout) -
Uses of Codec in org.redisson.pubsub
Methods in org.redisson.pubsub that return types with arguments of type Codec Modifier and Type Method Description RFuture<Codec>PublishSubscribeService. unsubscribe(ChannelName channelName, PubSubType topicType)Methods in org.redisson.pubsub with parameters of type Codec Modifier and Type Method Description RFuture<Collection<PubSubConnectionEntry>>PublishSubscribeService. psubscribe(ChannelName channelName, Codec codec, RedisPubSubListener<?>... listeners)io.netty.channel.ChannelFuturePubSubConnectionEntry. psubscribe(Codec codec, ChannelName pattern)RFuture<PubSubConnectionEntry>PublishSubscribeService. subscribe(Codec codec, String channelName, AsyncSemaphore semaphore, RedisPubSubListener<?>... listeners)RFuture<PubSubConnectionEntry>PublishSubscribeService. subscribe(Codec codec, ChannelName channelName, RedisPubSubListener<?>... listeners)io.netty.channel.ChannelFuturePubSubConnectionEntry. subscribe(Codec codec, ChannelName channelName) -
Uses of Codec in org.redisson.reactive
Methods in org.redisson.reactive with parameters of type Codec Modifier and Type Method Description <V,R>
voidCommandReactiveBatchService. async(boolean readOnlyMode, NodeSource nodeSource, Codec codec, RedisCommand<V> command, Object[] params, RPromise<R> mainPromise, boolean ignoreRedirect)<V> RBlockingDequeReactive<V>RedissonBatchReactive. getBlockingDeque(String name, Codec codec)<V> RBlockingQueueReactive<V>RedissonBatchReactive. getBlockingQueue(String name, Codec codec)<V> RBucketReactive<V>RedissonBatchReactive. getBucket(String name, Codec codec)<V> RBucketReactive<V>RedissonTransactionReactive. getBucket(String name, Codec codec)<V> RDequeReactive<V>RedissonBatchReactive. getDeque(String name, Codec codec)<V> RGeoReactive<V>RedissonBatchReactive. getGeo(String name, Codec codec)<V> RHyperLogLogReactive<V>RedissonBatchReactive. getHyperLogLog(String name, Codec codec)<V> RListReactive<V>RedissonBatchReactive. getList(String name, Codec codec)<K,V>
RListMultimapReactive<K,V>RedissonBatchReactive. getListMultimap(String name, Codec codec)<K,V>
RMapReactive<K,V>RedissonBatchReactive. getMap(String name, Codec codec)<K,V>
RMapReactive<K,V>RedissonTransactionReactive. getMap(String name, Codec codec)<K,V>
RMapCacheReactive<K,V>RedissonBatchReactive. getMapCache(String name, Codec codec)<K,V>
RMapCacheReactive<K,V>RedissonTransactionReactive. getMapCache(String name, Codec codec)<V> RQueueReactive<V>RedissonBatchReactive. getQueue(String name, Codec codec)<V> RScoredSortedSetReactive<V>RedissonBatchReactive. getScoredSortedSet(String name, Codec codec)RScriptReactiveRedissonBatchReactive. getScript(Codec codec)<V> RSetReactive<V>RedissonBatchReactive. getSet(String name, Codec codec)<V> RSetReactive<V>RedissonTransactionReactive. getSet(String name, Codec codec)<V> RSetCacheReactive<V>RedissonBatchReactive. getSetCache(String name, Codec codec)<V> RSetCacheReactive<V>RedissonTransactionReactive. getSetCache(String name, Codec codec)<K,V>
RSetMultimapReactive<K,V>RedissonBatchReactive. getSetMultimap(String name, Codec codec)<K,V>
RStreamReactive<K,V>RedissonBatchReactive. getStream(String name, Codec codec)RTopicReactiveRedissonBatchReactive. getTopic(String name, Codec codec)Constructors in org.redisson.reactive with parameters of type Codec Constructor Description RedissonListMultimapReactive(Codec codec, CommandReactiveExecutor commandExecutor, String name)RedissonListReactive(Codec codec, CommandReactiveExecutor commandExecutor, String name)RedissonScoredSortedSetReactive(Codec codec, CommandReactiveExecutor commandExecutor, String name)RedissonSetMultimapReactive(Codec codec, CommandReactiveExecutor commandExecutor, String name, RedissonReactiveClient redisson) -
Uses of Codec in org.redisson.remote
Fields in org.redisson.remote declared as Codec Modifier and Type Field Description protected CodecBaseRemoteService. codecConstructors in org.redisson.remote with parameters of type Codec Constructor Description AsyncRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, String cancelRequestMapName, BaseRemoteService remoteService)BaseRemoteService(Codec codec, String name, CommandAsyncExecutor commandExecutor, String executorId, ConcurrentMap<String,ResponseEntry> responses)ReactiveRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, String cancelRequestMapName, BaseRemoteService remoteService)RxRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, String cancelRequestMapName, BaseRemoteService remoteService)SyncRemoteProxy(CommandAsyncExecutor commandExecutor, String name, String responseQueueName, ConcurrentMap<String,ResponseEntry> responses, Codec codec, String executorId, BaseRemoteService remoteService) -
Uses of Codec in org.redisson.rx
Methods in org.redisson.rx with parameters of type Codec Modifier and Type Method Description <V,R>
voidCommandRxBatchService. async(boolean readOnlyMode, NodeSource nodeSource, Codec codec, RedisCommand<V> command, Object[] params, RPromise<R> mainPromise, boolean ignoreRedirect)<V> RBlockingDequeRx<V>RedissonBatchRx. getBlockingDeque(String name, Codec codec)<V> RBlockingQueueRx<V>RedissonBatchRx. getBlockingQueue(String name, Codec codec)<V> RBucketRx<V>RedissonBatchRx. getBucket(String name, Codec codec)<V> RBucketRx<V>RedissonTransactionRx. getBucket(String name, Codec codec)<V> RDequeRx<V>RedissonBatchRx. getDeque(String name, Codec codec)<V> RGeoRx<V>RedissonBatchRx. getGeo(String name, Codec codec)<V> RHyperLogLogRx<V>RedissonBatchRx. getHyperLogLog(String name, Codec codec)<V> RListRx<V>RedissonBatchRx. getList(String name, Codec codec)<K,V>
RListMultimapRx<K,V>RedissonBatchRx. getListMultimap(String name, Codec codec)<K,V>
RListMultimapCacheRx<K,V>RedissonBatchRx. getListMultimapCache(String name, Codec codec)<K,V>
RMapRx<K,V>RedissonBatchRx. getMap(String name, Codec codec)<K,V>
RMapRx<K,V>RedissonTransactionRx. getMap(String name, Codec codec)<K,V>
RMapCacheRx<K,V>RedissonBatchRx. getMapCache(String name, Codec codec)<K,V>
RMapCacheRx<K,V>RedissonTransactionRx. getMapCache(String name, Codec codec)<V> RQueueRx<V>RedissonBatchRx. getQueue(String name, Codec codec)<V> RScoredSortedSetRx<V>RedissonBatchRx. getScoredSortedSet(String name, Codec codec)RScriptRxRedissonBatchRx. getScript(Codec codec)<V> RSetRx<V>RedissonBatchRx. getSet(String name, Codec codec)<V> RSetRx<V>RedissonTransactionRx. getSet(String name, Codec codec)<V> RSetCacheRx<V>RedissonBatchRx. getSetCache(String name, Codec codec)<V> RSetCacheRx<V>RedissonTransactionRx. getSetCache(String name, Codec codec)<K,V>
RSetMultimapRx<K,V>RedissonBatchRx. getSetMultimap(String name, Codec codec)<K,V>
RSetMultimapCacheRx<K,V>RedissonBatchRx. getSetMultimapCache(String name, Codec codec)<K,V>
RStreamRx<K,V>RedissonBatchRx. getStream(String name, Codec codec)RTopicRxRedissonBatchRx. getTopic(String name, Codec codec) -
Uses of Codec in org.redisson.spring.cache
Methods in org.redisson.spring.cache with parameters of type Codec Modifier and Type Method Description voidRedissonSpringCacheManager. setCodec(Codec codec)Set Codec instance shared between all Cache instancesConstructors in org.redisson.spring.cache with parameters of type Codec Constructor Description RedissonSpringCacheManager(RedissonClient redisson, String configLocation, Codec codec)Creates CacheManager supplied by Redisson instance, Codec instance and Config location path.RedissonSpringCacheManager(RedissonClient redisson, Map<String,? extends CacheConfig> config, Codec codec)Creates CacheManager supplied by Redisson instance, Codec instance and Cache config mapped by Cache name. -
Uses of Codec in org.redisson.transaction
Methods in org.redisson.transaction that return Codec Modifier and Type Method Description CodecHashKey. getCodec()Methods in org.redisson.transaction with parameters of type Codec Modifier and Type Method Description <V> RBucket<V>RedissonTransaction. getBucket(String name, Codec codec)RBucketsRedissonTransaction. getBuckets(Codec codec)<K,V>
RMap<K,V>RedissonTransaction. getMap(String name, Codec codec)<K,V>
RMapCache<K,V>RedissonTransaction. getMapCache(String name, Codec codec)<V> RSet<V>RedissonTransaction. getSet(String name, Codec codec)<V> RSetCache<V>RedissonTransaction. getSetCache(String name, Codec codec) -
Uses of Codec in org.redisson.transaction.operation
Fields in org.redisson.transaction.operation declared as Codec Modifier and Type Field Description protected CodecTransactionalOperation. codecMethods in org.redisson.transaction.operation that return Codec Modifier and Type Method Description CodecTransactionalOperation. getCodec()Constructors in org.redisson.transaction.operation with parameters of type Codec Constructor Description TransactionalOperation(String name, Codec codec)TransactionalOperation(String name, Codec codec, long threadId) -
Uses of Codec in org.redisson.transaction.operation.bucket
Constructors in org.redisson.transaction.operation.bucket with parameters of type Codec Constructor Description BucketCompareAndSetOperation(String name, String lockName, Codec codec, V expected, V value, String transactionId, long threadId)BucketGetAndDeleteOperation(String name, String lockName, Codec codec, String transactionId, long threadId)BucketGetAndSetOperation(String name, String lockName, Codec codec, Object value, long timeToLive, TimeUnit timeUnit, String transactionId)BucketGetAndSetOperation(String name, String lockName, Codec codec, Object value, String transactionId)BucketSetOperation(String name, String lockName, Codec codec, Object value, long timeToLive, TimeUnit timeUnit, String transactionId, long threadId)BucketSetOperation(String name, String lockName, Codec codec, Object value, String transactionId, long threadId)BucketsTrySetOperation(Codec codec, Map<String,Object> values, String transactionId)BucketTrySetOperation(String name, String lockName, Codec codec, Object value, long timeToLive, TimeUnit timeUnit, String transactionId, long threadId)BucketTrySetOperation(String name, String lockName, Codec codec, Object value, String transactionId, long threadId) -
Uses of Codec in org.redisson.transaction.operation.set
Constructors in org.redisson.transaction.operation.set with parameters of type Codec Constructor Description AddCacheOperation(String name, Codec codec, Object value, long ttl, TimeUnit timeUnit, String transactionId, long threadId)AddOperation(String name, Codec codec, Object value, String transactionId, long threadId)MoveOperation(String name, Codec codec, String destinationName, long threadId, Object value, String transactionId)RemoveCacheOperation(String name, Codec codec, Object value, String transactionId, long threadId)RemoveOperation(String name, Codec codec, Object value, String transactionId, long threadId)SetOperation(String name, Codec codec, String transactionId)SetOperation(String name, Codec codec, String transactionId, long threadId)
-