| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
RAtomicLongReactive |
RedissonReactive.getAtomicLong(String name) |
| Modifier and Type | Method and Description |
|---|---|
RAtomicLongReactive |
RedissonReactiveClient.getAtomicLong(String name)
Returns "atomic long" instance by name.
|
RAtomicLongReactive |
RBatchReactive.getAtomicLongReactive(String name)
Returns "atomic long" instance by name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonAtomicLongReactive
Distributed alternative to the
AtomicLong |
| Modifier and Type | Method and Description |
|---|---|
RAtomicLongReactive |
RedissonBatchReactive.getAtomicLongReactive(String name) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.