| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence.wal.serializer |
| Modifier and Type | Method and Description |
|---|---|
RecordSerializerFactoryImpl |
RecordSerializerFactoryImpl.marshalledMode(boolean marshalledMode)
If marshalledMode is on, created serializer will read
MarshalledRecord with raw binary data instead of
actual record. |
RecordSerializerFactoryImpl |
RecordSerializerFactoryImpl.recordDeserializeFilter(@Nullable IgniteBiPredicate<WALRecord.RecordType,WALPointer> readTypeFilter)
Specifies deserialization filter.
|
RecordSerializerFactoryImpl |
RecordSerializerFactoryImpl.skipPositionCheck(boolean skipPositionCheck)
If skipPositionCheck is true, created serializer won't check that actual position of record in file is equal to
position in saved record's
WALPointer. |
RecordSerializerFactoryImpl |
RecordSerializerFactoryImpl.writePointer(boolean writePointer)
TODO: This flag was added under IGNITE-6029, but still unused.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021