| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonAtomicLong
Distributed alternative to the
AtomicLong |
| Modifier and Type | Method and Description |
|---|---|
RAtomicLongAsync |
RedissonBatch.getAtomicLong(String name) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RAtomicLong
Distributed alternative to the
AtomicLong |
| Modifier and Type | Method and Description |
|---|---|
RAtomicLongAsync |
RBatch.getAtomicLong(String name)
Returns atomicLong instance by name.
|
| Constructor and Description |
|---|
RedissonAtomicLongReactive(CommandReactiveExecutor commandExecutor,
String name,
RAtomicLongAsync instance) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.