Class ExchangeRecord
- java.lang.Object
-
- org.apache.ignite.internal.pagemem.wal.record.WALRecord
-
- org.apache.ignite.internal.pagemem.wal.record.TimeStampRecord
-
- org.apache.ignite.internal.pagemem.wal.record.ExchangeRecord
-
public class ExchangeRecord extends TimeStampRecord
Partition map exchange WAL record.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExchangeRecord.Type-
Nested classes/interfaces inherited from class org.apache.ignite.internal.pagemem.wal.record.WALRecord
WALRecord.RecordPurpose, WALRecord.RecordType
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.pagemem.wal.record.TimeStampRecord
timestamp
-
-
Constructor Summary
Constructors Constructor Description ExchangeRecord(Short constId, ExchangeRecord.Type type)ExchangeRecord(Short constId, ExchangeRecord.Type type, long timeStamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShortgetConstId()ExchangeRecord.TypegetType()StringtoString()WALRecord.RecordTypetype()-
Methods inherited from class org.apache.ignite.internal.pagemem.wal.record.TimeStampRecord
timestamp, timestamp
-
-
-
-
Constructor Detail
-
ExchangeRecord
public ExchangeRecord(Short constId, ExchangeRecord.Type type, long timeStamp)
- Parameters:
constId- Const id.type- Type.timeStamp- TimeStamp.
-
ExchangeRecord
public ExchangeRecord(Short constId, ExchangeRecord.Type type)
- Parameters:
constId- Const id.type- Type.
-
-
Method Detail
-
type
public WALRecord.RecordType type()
-
getConstId
public Short getConstId()
-
getType
public ExchangeRecord.Type getType()
-
toString
public String toString()
- Overrides:
toStringin classTimeStampRecord
-
-