lastModified property

int lastModified

Gets a system wide unique timestamp in milliseconds.

The timestamp is a continuously growing timestamp

Implementation

int get lastModified;
void lastModified=(int timestamp)

Sets the timestamp of a node to a specified value.

Should only be called by algorithms related to replication!

Implementation

set lastModified(int timestamp);