Uses of Interface
io.trino.orc.checkpoint.LongStreamCheckpoint
-
Packages that use LongStreamCheckpoint Package Description io.trino.orc.checkpoint io.trino.orc.stream -
-
Uses of LongStreamCheckpoint in io.trino.orc.checkpoint
Classes in io.trino.orc.checkpoint that implement LongStreamCheckpoint Modifier and Type Class Description classLongStreamV1CheckpointclassLongStreamV2Checkpoint -
Uses of LongStreamCheckpoint in io.trino.orc.stream
Methods in io.trino.orc.stream that return types with arguments of type LongStreamCheckpoint Modifier and Type Method Description List<LongStreamCheckpoint>LongOutputStreamV1. getCheckpoints()List<LongStreamCheckpoint>LongOutputStreamV2. getCheckpoints()Methods in io.trino.orc.stream with parameters of type LongStreamCheckpoint Modifier and Type Method Description voidLongInputStreamV1. seekToCheckpoint(LongStreamCheckpoint checkpoint)voidLongInputStreamV2. seekToCheckpoint(LongStreamCheckpoint checkpoint)
-