Uses of Interface
org.apache.iotdb.tsfile.write.writer.TsFileOutput
-
Packages that use TsFileOutput Package Description org.apache.iotdb.tsfile.file.metadata org.apache.iotdb.tsfile.fileSystem.fileOutputFactory org.apache.iotdb.tsfile.write org.apache.iotdb.tsfile.write.writer -
-
Uses of TsFileOutput in org.apache.iotdb.tsfile.file.metadata
Methods in org.apache.iotdb.tsfile.file.metadata with parameters of type TsFileOutput Modifier and Type Method Description static voidMetadataIndexConstructor. addCurrentIndexNodeToQueue(MetadataIndexNode currentIndexNode, java.util.Queue<MetadataIndexNode> metadataIndexNodeQueue, TsFileOutput out)static MetadataIndexNodeMetadataIndexConstructor. checkAndBuildLevelIndex(java.util.Map<java.lang.String,MetadataIndexNode> deviceMetadataIndexMap, TsFileOutput out)static MetadataIndexNodeMetadataIndexConstructor. constructMetadataIndex(java.util.Map<java.lang.String,java.util.List<TimeseriesMetadata>> deviceTimeseriesMetadataMap, TsFileOutput out)Construct metadata index tree.static MetadataIndexNodeMetadataIndexConstructor. generateRootNode(java.util.Queue<MetadataIndexNode> metadataIndexNodeQueue, TsFileOutput out, MetadataIndexNodeType type)Generate root node, using the nodes in the queue as leaf nodes. -
Uses of TsFileOutput in org.apache.iotdb.tsfile.fileSystem.fileOutputFactory
Methods in org.apache.iotdb.tsfile.fileSystem.fileOutputFactory that return TsFileOutput Modifier and Type Method Description TsFileOutputFileOutputFactory. getTsFileOutput(java.lang.String filePath, boolean append)TsFileOutputHDFSOutputFactory. getTsFileOutput(java.lang.String filePath, boolean append)TsFileOutputHybridFileOutputFactory. getTsFileOutput(java.lang.String filePath, boolean append)TsFileOutputLocalFSOutputFactory. getTsFileOutput(java.lang.String filePath, boolean append)TsFileOutputOSFileOutputFactory. getTsFileOutput(java.lang.String filePath, boolean append) -
Uses of TsFileOutput in org.apache.iotdb.tsfile.write
Constructors in org.apache.iotdb.tsfile.write with parameters of type TsFileOutput Constructor Description TsFileWriter(TsFileOutput output, Schema schema)init this TsFileWriter. -
Uses of TsFileOutput in org.apache.iotdb.tsfile.write.writer
Classes in org.apache.iotdb.tsfile.write.writer that implement TsFileOutput Modifier and Type Class Description classLocalTsFileOutputa TsFileOutput implementation with FileOutputStream.Fields in org.apache.iotdb.tsfile.write.writer declared as TsFileOutput Modifier and Type Field Description protected TsFileOutputTsFileIOWriter. outMethods in org.apache.iotdb.tsfile.write.writer that return TsFileOutput Modifier and Type Method Description TsFileOutputTsFileIOWriter. getIOWriterOut()this function is only for Test.Constructors in org.apache.iotdb.tsfile.write.writer with parameters of type TsFileOutput Constructor Description TsFileIOWriter(TsFileOutput output)for writing a new tsfile.TsFileIOWriter(TsFileOutput output, boolean test)for test only
-