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 setRMap
boolean isExists()
true
is object existsRMap
boolean delete()
true
if object deleted successfullyCopyright © 2014–2017 The Redisson Project. All rights reserved.