Class FilteredRecord
- java.lang.Object
-
- org.apache.ignite.internal.pagemem.wal.record.WALRecord
-
- org.apache.ignite.internal.pagemem.wal.record.FilteredRecord
-
public class FilteredRecord extends WALRecord
Special type of WAL record. Shouldn't be stored in file. Returned by deserializer if next record is not matched by filter. Automatically handled byAbstractWalRecordsIterator.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ignite.internal.pagemem.wal.record.WALRecord
WALRecord.RecordPurpose, WALRecord.RecordType
-
-
Constructor Summary
Constructors Constructor Description FilteredRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WALRecord.RecordTypetype()
-
-
-
Method Detail
-
type
public WALRecord.RecordType type()
-
-