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