Uses of Interface
org.apache.iotdb.tsfile.read.reader.TsFileInput
-
-
Uses of TsFileInput in org.apache.iotdb.tsfile.file.header
Methods in org.apache.iotdb.tsfile.file.header with parameters of type TsFileInput Modifier and Type Method Description static ChunkGroupHeaderChunkGroupHeader. deserializeFrom(TsFileInput input, long offset, boolean markerRead)deserialize from TsFileInput.static ChunkHeaderChunkHeader. deserializeFrom(TsFileInput input, long offset, int chunkHeaderSize)deserialize from TsFileInput, the marker has not been read. -
Uses of TsFileInput in org.apache.iotdb.tsfile.fileSystem.fileInputFactory
Methods in org.apache.iotdb.tsfile.fileSystem.fileInputFactory that return TsFileInput Modifier and Type Method Description TsFileInputFileInputFactory. getTsFileInput(java.lang.String filePath)TsFileInputHDFSInputFactory. getTsFileInput(java.lang.String filePath)TsFileInputHybridFileInputFactory. getTsFileInput(java.lang.String filePath)TsFileInputLocalFSInputFactory. getTsFileInput(java.lang.String filePath)TsFileInputOSFileInputFactory. getTsFileInput(java.lang.String filePath) -
Uses of TsFileInput in org.apache.iotdb.tsfile.read
Fields in org.apache.iotdb.tsfile.read declared as TsFileInput Modifier and Type Field Description protected TsFileInputTsFileSequenceReader. tsFileInputConstructors in org.apache.iotdb.tsfile.read with parameters of type TsFileInput Constructor Description TsFileSequenceReader(TsFileInput input)Create a file reader of the given file.TsFileSequenceReader(TsFileInput input, boolean loadMetadataSize)construct function for TsFileSequenceReader.TsFileSequenceReader(TsFileInput input, long fileMetadataPos, int fileMetadataSize)construct function for TsFileSequenceReader. -
Uses of TsFileInput in org.apache.iotdb.tsfile.read.reader
Classes in org.apache.iotdb.tsfile.read.reader that implement TsFileInput Modifier and Type Class Description classLocalTsFileInputMethods in org.apache.iotdb.tsfile.read.reader that return TsFileInput Modifier and Type Method Description TsFileInputLocalTsFileInput. position(long newPosition)TsFileInputTsFileInput. position(long newPosition)Sets this input's position. -
Uses of TsFileInput in org.apache.iotdb.tsfile.utils
Methods in org.apache.iotdb.tsfile.utils with parameters of type TsFileInput Modifier and Type Method Description static intReadWriteIOUtils. readAsPossible(TsFileInput input, long position, java.nio.ByteBuffer buffer)read bytes from buffer with offset position to the end of buffer.static intReadWriteIOUtils. readAsPossible(TsFileInput input, java.nio.ByteBuffer buffer)read util to the end of buffer.static intReadWriteIOUtils. readAsPossible(TsFileInput input, java.nio.ByteBuffer target, long offset, int len)read bytes from buffer with offset position to the end of buffer or up to len.
-