V
- - the type of objectpublic interface RBucketReactive<V> extends RExpirableReactive
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<Boolean> |
compareAndSet(V expect,
V update) |
org.reactivestreams.Publisher<V> |
get() |
org.reactivestreams.Publisher<V> |
getAndSet(V newValue) |
org.reactivestreams.Publisher<Void> |
set(V value) |
org.reactivestreams.Publisher<Void> |
set(V value,
long timeToLive,
TimeUnit timeUnit) |
org.reactivestreams.Publisher<Long> |
size()
Returns size of object in bytes
|
org.reactivestreams.Publisher<Boolean> |
trySet(V value) |
org.reactivestreams.Publisher<Boolean> |
trySet(V value,
long timeToLive,
TimeUnit timeUnit) |
clearExpire, expire, expireAt, expireAt, remainTimeToLive
Copyright © 2014–2018 The Redisson Project. All rights reserved.