Package org.nustaq.reallive.messages
Class IdenticalPutMessage
java.lang.Object
org.nustaq.reallive.messages.PutMessage
org.nustaq.reallive.messages.IdenticalPutMessage
- All Implemented Interfaces:
Serializable,ChangeMessage
used for administrative record management (e.g. move record to another node)
does not generate a change broadcast, does not update "lastModified" timestamp
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancurrently supported for put message only. if returns false, lastmodified is not updatedMethods inherited from class org.nustaq.reallive.messages.PutMessage
getKey, getRecord, getSenderId, getType, omit, reduced, senderId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.nustaq.reallive.api.ChangeMessage
isAdd, isDoneMsg
-
Constructor Details
-
IdenticalPutMessage
-
-
Method Details
-
updateLastModified
public boolean updateLastModified()Description copied from interface:ChangeMessagecurrently supported for put message only. if returns false, lastmodified is not updated- Returns:
-
generateChangeBroadcast
public boolean generateChangeBroadcast()
-