Class FrameGenerateReaderParallel
- java.lang.Object
-
- org.apache.sysds.runtime.io.FrameReader
-
- org.apache.sysds.runtime.iogen.template.FrameGenerateReaderParallel
-
public abstract class FrameGenerateReaderParallel extends FrameReader
-
-
Constructor Summary
Constructors Constructor Description FrameGenerateReaderParallel(CustomProperties _props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameBlockreadFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen)FrameBlockreadFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen)-
Methods inherited from class org.apache.sysds.runtime.io.FrameReader
getDefColNames, getDefSchema, readFrameFromHDFS, readFrameFromHDFS, readFrameFromInputStream, readFrameFromInputStream
-
-
-
-
Constructor Detail
-
FrameGenerateReaderParallel
public FrameGenerateReaderParallel(CustomProperties _props)
-
-
Method Detail
-
readFrameFromHDFS
public FrameBlock readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) throws IOException, DMLRuntimeException
- Specified by:
readFrameFromHDFSin classFrameReader- Throws:
IOExceptionDMLRuntimeException
-
readFrameFromInputStream
public FrameBlock readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) throws IOException, DMLRuntimeException
- Specified by:
readFrameFromInputStreamin classFrameReader- Throws:
IOExceptionDMLRuntimeException
-
-