Class HDFSInputFactory
- java.lang.Object
-
- org.apache.iotdb.tsfile.fileSystem.fileInputFactory.HDFSInputFactory
-
- All Implemented Interfaces:
FileInputFactory
public class HDFSInputFactory extends java.lang.Object implements FileInputFactory
-
-
Constructor Summary
Constructors Constructor Description HDFSInputFactory()
-
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
-
-