Packages

c

io.archivesunleashed.data

ArchiveRecordInputFormat

class ArchiveRecordInputFormat extends FileInputFormat[LongWritable, ArchiveRecordWritable]

Linear Supertypes
FileInputFormat[LongWritable, ArchiveRecordWritable], InputFormat[LongWritable, ArchiveRecordWritable], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArchiveRecordInputFormat
  2. FileInputFormat
  3. InputFormat
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArchiveRecordInputFormat()

Type Members

  1. class ArchiveRecordReader extends RecordReader[LongWritable, ArchiveRecordWritable]

Value Members

  1. final def createRecordReader(split: InputSplit, context: TaskAttemptContext): RecordReader[LongWritable, ArchiveRecordWritable]
    Definition Classes
    ArchiveRecordInputFormat → InputFormat
  2. def getSplits(arg0: JobContext): List[InputSplit]
    Definition Classes
    FileInputFormat → InputFormat
    Annotations
    @throws( classOf[java.io.IOException] )