Class

org.biodatageeks.alignment.partitioners.ReadInputFormat

ReadRecordReader

Related Doc: package ReadInputFormat

Permalink

abstract class ReadRecordReader[X] extends RecordReader[Text, X]

Linear Supertypes
RecordReader[Text, X], Closeable, AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadRecordReader
  2. RecordReader
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReadRecordReader(conf: Configuration, split: FileSplit)

    Permalink

Abstract Value Members

  1. abstract def getCurrentValue(): X

    Permalink
    Definition Classes
    RecordReader
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  2. abstract def isFirstRecordNameLine(bytesRead: Int, buffer: Text, reader: LineReader, stream: FSDataInputStream): Boolean

    Permalink
    Attributes
    protected
  3. abstract def isFirstRecordValid(reader: LineReader, stream: FSDataInputStream): Boolean

    Permalink
    Attributes
    protected
  4. abstract def setValidRead(key: Text, value: X): Unit

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(): Unit

    Permalink
    Definition Classes
    ReadRecordReader → RecordReader → Closeable → AutoCloseable
  7. val codec: CompressionCodec

    Permalink
  8. val codecFactory: CompressionCodecFactory

    Permalink
  9. val conf: Configuration

    Permalink
  10. var currentValue: X

    Permalink
    Attributes
    protected
  11. var end: Long

    Permalink
    Attributes
    protected
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. val file: Path

    Permalink
    Attributes
    protected
  15. val fileIn: FSDataInputStream

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val fs: FileSystem

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getCurrentKey(): Text

    Permalink
    Definition Classes
    ReadRecordReader → RecordReader
  20. def getProgress(): Float

    Permalink
    Definition Classes
    ReadRecordReader → RecordReader
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def initialize(split: InputSplit, context: TaskAttemptContext): Unit

    Permalink
    Definition Classes
    ReadRecordReader → RecordReader
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. var lineReader: LineReader

    Permalink
    Attributes
    protected
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def nextKeyValue(): Boolean

    Permalink
    Definition Classes
    ReadRecordReader → RecordReader
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. var pos: Long

    Permalink
    Attributes
    protected
  30. val split: FileSplit

    Permalink
  31. var start: Long

    Permalink
    Attributes
    protected
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RecordReader[Text, X]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped