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