- All Superinterfaces:
org.nustaq.reallive.query.EvalContext, org.nustaq.reallive.api.Record, java.io.Serializable
- All Known Implementing Classes:
CommentRecord
public interface LastModifiedMixin<T extends org.nustaq.reallive.records.RecordWrapper>
extends org.nustaq.reallive.api.Record
-
Method Summary
Methods inherited from interface org.nustaq.reallive.query.EvalContext
get
Methods inherited from interface org.nustaq.reallive.api.Record
arr, asMap, asString, copied, getBool, getDouble, getFields, getInt, getKey, getKeyVals, getLong, getRec, getSafeString, getSequence, getString, getValue, internal_incSequence, internal_setLastModified, internal_updateLastModified, key, merge, put, rec, recarr, reduced
-
Method Details
-
default long getLastModified()
- Specified by:
getLastModified in interface org.nustaq.reallive.api.Record
-
default T lastModified(
long creation)