Interface RowIndexEntry.IndexSerializer
- All Known Implementing Classes:
RowIndexEntry.Serializer
- Enclosing class:
- RowIndexEntry
public static interface RowIndexEntry.IndexSerializer
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize(DataInputPlus in, long indexFilePosition) default RowIndexEntrydeserialize(FileDataInput input) default RowIndexEntrydeserialize(RandomAccessReader reader) longvoidserialize(RowIndexEntry rie, DataOutputPlus out, ByteBuffer indexInfo) voidserializeForCache(RowIndexEntry rie, DataOutputPlus out)
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
-
serializeForCache
- Throws:
IOException
-
deserializeForCache
- Throws:
IOException
-
deserializePositionAndSkip
- Throws:
IOException
-
indexInfoSerializer
ISerializer indexInfoSerializer()
-