public interface RAtomicLongReactive extends RExpirableReactive
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<Long> |
addAndGet(long delta) |
org.reactivestreams.Publisher<Boolean> |
compareAndSet(long expect,
long update) |
org.reactivestreams.Publisher<Long> |
decrementAndGet() |
org.reactivestreams.Publisher<Long> |
get() |
org.reactivestreams.Publisher<Long> |
getAndAdd(long delta) |
org.reactivestreams.Publisher<Long> |
getAndDecrement() |
org.reactivestreams.Publisher<Long> |
getAndIncrement() |
org.reactivestreams.Publisher<Long> |
getAndSet(long newValue) |
org.reactivestreams.Publisher<Long> |
incrementAndGet() |
org.reactivestreams.Publisher<Void> |
set(long newValue) |
clearExpire, expire, expireAt, expireAt, remainTimeToLive
org.reactivestreams.Publisher<Boolean> compareAndSet(long expect, long update)
org.reactivestreams.Publisher<Long> addAndGet(long delta)
org.reactivestreams.Publisher<Long> decrementAndGet()
org.reactivestreams.Publisher<Long> get()
org.reactivestreams.Publisher<Long> getAndAdd(long delta)
org.reactivestreams.Publisher<Long> getAndSet(long newValue)
org.reactivestreams.Publisher<Long> incrementAndGet()
org.reactivestreams.Publisher<Long> getAndIncrement()
org.reactivestreams.Publisher<Long> getAndDecrement()
org.reactivestreams.Publisher<Void> set(long newValue)
Copyright © 2014–2017 The Redisson Project. All rights reserved.