public interface RAtomicDoubleAsync extends RExpirableAsync
Modifier and Type | Method and Description |
---|---|
RFuture<Double> |
addAndGetAsync(double delta) |
RFuture<Boolean> |
compareAndSetAsync(double expect,
double update) |
RFuture<Double> |
decrementAndGetAsync() |
RFuture<Double> |
getAndAddAsync(double delta) |
RFuture<Double> |
getAndDecrementAsync() |
RFuture<Double> |
getAndIncrementAsync() |
RFuture<Double> |
getAndSetAsync(double newValue) |
RFuture<Double> |
getAsync() |
RFuture<Double> |
incrementAndGetAsync() |
RFuture<Void> |
setAsync(double newValue) |
clearExpireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsync
deleteAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync, touchAsync
Copyright © 2014–2017 The Redisson Project. All rights reserved.