@ -18,7 +18,7 @@ package org.redisson.api;
import org.reactivestreams.Publisher;
/**
* Distributed implementation to the AtomicDouble
* Reactive interface for AtomicDouble object
*
* @author Nikita Koksharov
* Distributed reactive implementation of {@link java.util.concurrent.atomic.AtomicLong}
* Reactive interface for AtomicLong object
@ -21,7 +21,7 @@ import org.reactivestreams.Publisher;
import org.redisson.client.codec.Codec;
* Interface for using Redis pipeline feature.
* Reactive interface for Redis pipeline feature.
* <p>
* All method invocations on objects
* from this interface are batched to separate queue and could be executed later
@ -20,7 +20,7 @@ import java.util.BitSet;
* Vector of bits that grows as needed.
* Reactive interface for BitSet object
@ -20,6 +20,7 @@ import java.util.List;
* Reactive interface for List based Multimap object
@ -20,6 +20,7 @@ import java.util.concurrent.TimeUnit;
* Reactive interface for Lock object
@ -20,6 +20,7 @@ import java.util.Set;
* Reactive interface for Multimap object
* Reactive interface for Rate Limiter object
@ -23,6 +23,7 @@ import org.redisson.api.RScript.ReturnType;
* Reactive interface for Redis Script feature
* Reactive interface for Semaphore object
* Reactive interface for Set based Multimap