Class TimeStampRecord
- java.lang.Object
-
- org.apache.ignite.internal.pagemem.wal.record.WALRecord
-
- org.apache.ignite.internal.pagemem.wal.record.TimeStampRecord
-
- Direct Known Subclasses:
DataRecord,ExchangeRecord,TxRecord
public abstract class TimeStampRecord extends WALRecord
Base class for records with timeStamp. All records which support timeStamp should be inherited fromTimeStampRecord.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ignite.internal.pagemem.wal.record.WALRecord
WALRecord.RecordPurpose, WALRecord.RecordType
-
-
Field Summary
Fields Modifier and Type Field Description protected longtimestampTimestamp.
-
Constructor Summary
Constructors Modifier Constructor Description protectedTimeStampRecord()protectedTimeStampRecord(long timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longtimestamp()voidtimestamp(long timestamp)StringtoString()
-
-
-
Field Detail
-
timestamp
@GridToStringInclude protected long timestamp
Timestamp.
-
-