Package org.apache.parquet.hadoop.util
Class HadoopInputFile
- java.lang.Object
-
- org.apache.parquet.hadoop.util.HadoopInputFile
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HadoopInputFilefromPath(org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf)static HadoopInputFilefromStatus(org.apache.hadoop.fs.FileStatus stat, org.apache.hadoop.conf.Configuration conf)org.apache.hadoop.conf.ConfigurationgetConfiguration()longgetLength()org.apache.hadoop.fs.PathgetPath()SeekableInputStreamnewStream()StringtoString()
-
-
-
Method Detail
-
fromPath
public static HadoopInputFile fromPath(org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf) throws IOException
- Throws:
IOException
-
fromStatus
public static HadoopInputFile fromStatus(org.apache.hadoop.fs.FileStatus stat, org.apache.hadoop.conf.Configuration conf) throws IOException
- Throws:
IOException
-
getConfiguration
public org.apache.hadoop.conf.Configuration getConfiguration()
-
getPath
public org.apache.hadoop.fs.Path getPath()
-
newStream
public SeekableInputStream newStream() throws IOException
- Specified by:
newStreamin interfaceInputFile- Throws:
IOException
-
-