Uses of Class
io.trino.orc.checkpoint.ByteStreamCheckpoint
-
Packages that use ByteStreamCheckpoint Package Description io.trino.orc.checkpoint io.trino.orc.stream -
-
Uses of ByteStreamCheckpoint in io.trino.orc.checkpoint
Methods in io.trino.orc.checkpoint that return ByteStreamCheckpoint Modifier and Type Method Description ByteStreamCheckpointBooleanStreamCheckpoint. getByteStreamCheckpoint()Constructors in io.trino.orc.checkpoint with parameters of type ByteStreamCheckpoint Constructor Description BooleanStreamCheckpoint(int offset, ByteStreamCheckpoint byteStreamCheckpoint) -
Uses of ByteStreamCheckpoint in io.trino.orc.stream
Methods in io.trino.orc.stream that return types with arguments of type ByteStreamCheckpoint Modifier and Type Method Description List<ByteStreamCheckpoint>ByteOutputStream. getCheckpoints()Methods in io.trino.orc.stream with parameters of type ByteStreamCheckpoint Modifier and Type Method Description voidByteInputStream. seekToCheckpoint(ByteStreamCheckpoint checkpoint)
-