Interface SequenceFileReader<T>

All Known Implementing Classes:
KeyValueReader, ValueReader

public interface SequenceFileReader<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    readSequenceFile(org.apache.hadoop.fs.Path file, org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.FileSystem fileSystem)
     
  • Method Details

    • readSequenceFile

      T readSequenceFile(org.apache.hadoop.fs.Path file, org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.FileSystem fileSystem) throws IOException
      Throws:
      IOException