| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonAtomicDouble
Distributed alternative to the
AtomicLong |
| Modifier and Type | Method and Description |
|---|---|
RAtomicDoubleAsync |
RedissonBatch.getAtomicDouble(String name) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RAtomicDouble
Distributed alternative to the AtomicDouble
|
| Modifier and Type | Method and Description |
|---|---|
RAtomicDoubleAsync |
RBatch.getAtomicDouble(String name)
Returns atomicDouble instance by name.
|
| Constructor and Description |
|---|
RedissonAtomicDoubleReactive(CommandReactiveExecutor commandExecutor,
String name,
RAtomicDoubleAsync instance) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.