Package org.redisson
Class RedissonRemoteService.Entry
- java.lang.Object
-
- org.redisson.RedissonRemoteService.Entry
-
- Enclosing class:
- RedissonRemoteService
public static class RedissonRemoteService.Entry extends Object
-
-
Constructor Summary
Constructors Constructor Description Entry(int workers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtomicInteger
getCounter()
RFuture<String>
getFuture()
void
setFuture(RFuture<String> future)
-
-
-
Method Detail
-
getCounter
public AtomicInteger getCounter()
-
-