Class HybridFileInputFactory
- java.lang.Object
-
- org.apache.iotdb.tsfile.fileSystem.fileInputFactory.HybridFileInputFactory
-
- All Implemented Interfaces:
FileInputFactory
public class HybridFileInputFactory extends Object implements FileInputFactory
-
-
Constructor Summary
Constructors Constructor Description HybridFileInputFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TsFileInputgetTsFileInput(String filePath)
-
-
-
Method Detail
-
getTsFileInput
public TsFileInput getTsFileInput(String filePath) throws IOException
- Specified by:
getTsFileInputin interfaceFileInputFactory- Throws:
IOException
-
-