Packages

c

com.jnpersson.discount.fastdoop

FASTAshortInputFileFormat

class FASTAshortInputFileFormat extends FileInputFormat[Text, Record]

A FileInputFormat for reading FASTA files containing short sequences.

Version

1.0

See also

FileInputFormat

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

Instance Constructors

  1. new FASTAshortInputFileFormat()

Value Members

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