| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| 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 implementation of
AtomicLong |
| Modifier and Type | Method and Description |
|---|---|
RAtomicLongAsync |
RBatch.getAtomicLong(String name)
Returns atomicLong instance by name.
|
Copyright © 2014–2021 Redisson. All rights reserved.