javadocs added

pull/1705/head
Nikita 6 years ago
parent d70ad09a03
commit 2637fbfa1b

@ -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
*

@ -18,7 +18,7 @@ package org.redisson.api;
import org.reactivestreams.Publisher;
/**
* Distributed reactive implementation of {@link java.util.concurrent.atomic.AtomicLong}
* Reactive interface for AtomicLong object
*
* @author Nikita Koksharov
*

@ -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;
import org.reactivestreams.Publisher;
/**
* Vector of bits that grows as needed.
* Reactive interface for BitSet object
*
* @author Nikita Koksharov
*

@ -20,6 +20,7 @@ import java.util.List;
import org.reactivestreams.Publisher;
/**
* Reactive interface for List based Multimap object
*
* @author Nikita Koksharov
*

@ -20,6 +20,7 @@ import java.util.concurrent.TimeUnit;
import org.reactivestreams.Publisher;
/**
* Reactive interface for Lock object
*
* @author Nikita Koksharov
*

@ -20,6 +20,7 @@ import java.util.Set;
import org.reactivestreams.Publisher;
/**
* Reactive interface for Multimap object
*
* @author Nikita Koksharov
*

@ -20,6 +20,7 @@ import java.util.concurrent.TimeUnit;
import org.reactivestreams.Publisher;
/**
* Reactive interface for Rate Limiter object
*
* @author Nikita Koksharov
*

@ -23,6 +23,7 @@ import org.redisson.api.RScript.ReturnType;
import org.redisson.client.codec.Codec;
/**
* Reactive interface for Redis Script feature
*
* @author Nikita Koksharov
*

@ -20,6 +20,7 @@ import java.util.concurrent.TimeUnit;
import org.reactivestreams.Publisher;
/**
* Reactive interface for Semaphore object
*
* @author Nikita Koksharov
*

@ -20,6 +20,7 @@ import java.util.Set;
import org.reactivestreams.Publisher;
/**
* Reactive interface for Set based Multimap
*
* @author Nikita Koksharov
*

Loading…
Cancel
Save