public interface RLiveObject
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete()
Deletes the underlying RMap.
|
Object |
getLiveObjectId()
Returns the value of the field that has the RId annotation.
|
boolean |
isExists()
Returns true if this object holds no other values apart from the field
annotated with RId.
|
void |
setLiveObjectId(Object liveObjectId)
Change the value of the field that has the RId annotation.
|
Object getLiveObjectId()
void setLiveObjectId(Object liveObjectId)
liveObjectId - the liveObjectId to setRMapboolean isExists()
true is object existsRMapboolean delete()
true if object deleted successfullyCopyright © 2014–2018 The Redisson Project. All rights reserved.