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