Uses of Interface
org.redisson.api.RObjectRx
Packages that use RObjectRx
-
Uses of RObjectRx in org.redisson.api
Subinterfaces of RObjectRx in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceReactive interface for AtomicDouble objectinterfaceRxJava2 interface for AtomicLong objectinterfaceBinary stream holder stores a sequence of bytes.interfaceRxJava2 interface for BitSet objectinterfaceRxJava2 interface for Redis based BlockingDeque objectinterfaceRxJava2 interface for BlockingQueueinterfaceDistributed implementation of Bloom filter based on Highway 128-bit hash.interfaceRBucketRx<V>Reactive implementation of object holder.interfaceCommon RxJava2 interface for collection objectinterfaceReactive interface of Redis basedCountDownLatchIt has an advantage overCountDownLatch-- count can be set viaRCountDownLatchReactive.trySetCount(long)method.interfaceRxJava2 interface of Redis basedCountDownLatchIt has an advantage overCountDownLatch-- count can be set viaRCountDownLatchRx.trySetCount(long)method.interfaceRDequeRx<V>RxJava2 interface for Deque objectinterfaceBase interface for all Redisson objects which support expiration or TTLinterfaceRGeoRx<V>Geospatial items holder.interfaceProbabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.interfaceId generator ofLongtype numbers.interfaceRedis JSON datatype holder.interfaceRJsonStoreRx<K,V> JSON Store which stores each entry as key and value.interfaceRxJava2 interface for sorted set contained values of String type.interfaceRListMultimapCacheRx<K,V> Rx-ified version ofRListMultimapCache.interfaceRListMultimapRx<K,V> RxJava2 interface for List based Multimap objectinterfaceRListRx<V>list functionsinterfaceRLocalCachedMapRx<K,V> Map object with local entry cache support.interfaceRMapCacheNativeRx<K,V> Map-based cache with ability to set TTL per entry.interfaceRMapCacheRx<K,V> Map-based cache with ability to set TTL for each entry viaRMapCacheRx.put(Object, Object, long, TimeUnit)orRMapCacheRx.putIfAbsent(Object, Object, long, TimeUnit)method.interfaceRMapRx<K,V> RxJava2 interface for Redis based implementation ofConcurrentMapandMapinterfaceRMultimapRx<K,V> Base RxJava2 interface for Multimap objectinterfaceRxJava2 interface for Semaphore object with lease time parameter support for each acquired permit.interfaceRQueueRx<V>RxJava2 interface for Queue objectinterfaceReactive interface for Redis based Rate Limiter object.interfaceRxJava2 interface for Reliable topic based on Redis Stream object.interfaceRingBuffer based queue evicts elements from the head if queue capacity became full.interfaceRxJava2 interface for scored sorted set data structure.interfaceRxJava2 interface of Redis basedSemaphore.interfaceRSetCacheRx<V>RxJava2 interface for RSetCache objectinterfaceRSetMultimapCacheRx<K,V> Rx-ified version ofRSetMultimapCache.interfaceRSetMultimapRx<K,V> RxJava2 interface for Set based MultimapinterfaceRSetRx<V>RxJava2 interface for Redis based implementation ofSetinterfaceRStreamRx<K,V> Reactive interface for Redis Stream object.interfaceRTimeSeriesRx<V,L> Rx interface for Redis based time-series collection.interfaceRxJava2 interface of Redis based implementation ofTransferQueue