| 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 |
| Modifier and Type | Method and Description |
|---|---|
static MetadataIndexNode |
MetadataIndexConstructor.constructMetadataIndex(Map<String,List<TimeseriesMetadata>> deviceTimeseriesMetadataMap,
TsFileOutput out)
Construct metadata index tree
|
| Modifier and Type | Method and Description |
|---|---|
TsFileOutput |
HDFSOutputFactory.getTsFileOutput(String filePath,
boolean append) |
TsFileOutput |
LocalFSOutputFactory.getTsFileOutput(String filePath,
boolean append) |
TsFileOutput |
FileOutputFactory.getTsFileOutput(String filePath,
boolean append) |
| Constructor and Description |
|---|
TsFileWriter(TsFileOutput output,
Schema schema)
init this TsFileWriter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalTsFileOutput
a TsFileOutput implementation with FileOutputStream.
|
| Modifier and Type | Field and Description |
|---|---|
protected TsFileOutput |
TsFileIOWriter.out |
| Modifier and Type | Method and Description |
|---|---|
TsFileOutput |
TsFileIOWriter.getIOWriterOut()
this function is only for Test.
|
| Constructor and Description |
|---|
TsFileIOWriter(TsFileOutput output)
for writing a new tsfile.
|
TsFileIOWriter(TsFileOutput output,
boolean test)
for test only
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.