com.twitter.scalding.commons.source

LzoTypedTsv19

trait LzoTypedTsv19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S] extends FileSource with LzoTypedTsv[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)] with Mappable19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S]

Linear Supertypes
Mappable19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S], LzoTypedTsv[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)], LocalTapSource, typed.TypedSink[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)], Mappable[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)], typed.TypedSource[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)], DelimitedScheme, FileSource, Source, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LzoTypedTsv19
  2. Mappable19
  3. LzoTypedTsv
  4. LocalTapSource
  5. TypedSink
  6. Mappable
  7. TypedSource
  8. DelimitedScheme
  9. FileSource
  10. Source
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def hdfsPaths: Iterable[String]

    Definition Classes
    FileSource
  2. abstract def localPath: String

    Definition Classes
    FileSource
  3. abstract def mf: Manifest[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]

    Definition Classes
    LzoTypedTsv

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def checkFlowDefNotNull(implicit flowDef: FlowDef, mode: Mode): Unit

    Attributes
    protected
    Definition Classes
    Source
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def converter[Z >: (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]: TupleConverter[Z]

    Definition Classes
    Mappable19 → TypedSource
  10. def createHdfsReadTap(hdfsMode: Hdfs): Tap[JobConf, _, _]

    Attributes
    protected
    Definition Classes
    FileSource
  11. def createLocalTap(sinkMode: SinkMode): Tap[_, _, _]

    Definition Classes
    LocalTapSource → FileSource
  12. def createTap(readOrWrite: AccessMode)(implicit mode: Mode): Tap[_, _, _]

    Definition Classes
    FileSource → Source
  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  15. val fields: Fields

    Definition Classes
    DelimitedScheme
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def flatMapTo[U](out: Fields)(mf: ((A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)) ⇒ TraversableOnce[U])(implicit flowDef: FlowDef, mode: Mode, setter: TupleSetter[U]): Pipe

    Definition Classes
    Mappable
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def goodHdfsPaths(hdfsMode: Hdfs): Iterable[String]

    Attributes
    protected
    Definition Classes
    FileSource
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def hdfsReadPathsAreGood(conf: Configuration): Boolean

    Attributes
    protected
    Definition Classes
    FileSource
  22. def hdfsScheme: Scheme[JobConf, RecordReader[_, _], OutputCollector[_, _], _, _]

    Definition Classes
    LzoTypedTsv → DelimitedScheme → FileSource
  23. def hdfsWritePath: String

    Definition Classes
    FileSource
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def localScheme: TextDelimited

    Definition Classes
    DelimitedScheme → FileSource
  26. final def mapTo[U](out: Fields)(mf: ((A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)) ⇒ U)(implicit flowDef: FlowDef, mode: Mode, setter: TupleSetter[U]): Pipe

    Definition Classes
    Mappable
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def pathIsGood(p: String, conf: Configuration): Boolean

    Attributes
    protected
    Definition Classes
    FileSource
  31. val quote: String

    Definition Classes
    DelimitedScheme
  32. def read(implicit flowDef: FlowDef, mode: Mode): Pipe

    Definition Classes
    Source
  33. def readAtSubmitter[T](implicit mode: Mode, conv: TupleConverter[T]): Stream[T]

    Definition Classes
    Source
  34. val safe: Boolean

    Definition Classes
    DelimitedScheme
  35. val separator: String

    Definition Classes
    DelimitedScheme
  36. def setter[U <: (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]: TupleSetter[U]

    Definition Classes
    LzoTypedTsv → TypedSink
  37. def sinkFields: Fields

    Definition Classes
    TypedSink
  38. val sinkMode: SinkMode

    Definition Classes
    FileSource
  39. val skipHeader: Boolean

    Definition Classes
    DelimitedScheme
  40. def sourceFields: Fields

    Definition Classes
    TypedSource
  41. val strict: Boolean

    Definition Classes
    DelimitedScheme
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def transformForRead(pipe: Pipe): Pipe

    Attributes
    protected
    Definition Classes
    Source
  45. def transformForWrite(pipe: Pipe): Pipe

    Attributes
    protected
    Definition Classes
    Source
  46. def transformInTest: Boolean

    Definition Classes
    Source
  47. val types: Array[Class[_]]

    Definition Classes
    LzoTypedTsv → DelimitedScheme
  48. def validateTaps(mode: Mode): Unit

    Definition Classes
    FileSource → Source
  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def writeFrom(pipe: Pipe)(implicit flowDef: FlowDef, mode: Mode): Pipe

    Definition Classes
    Source
  53. val writeHeader: Boolean

    Definition Classes
    DelimitedScheme

Inherited from Mappable19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S]

Inherited from LzoTypedTsv[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]

Inherited from LocalTapSource

Inherited from typed.TypedSink[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]

Inherited from Mappable[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]

Inherited from typed.TypedSource[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]

Inherited from DelimitedScheme

Inherited from FileSource

Inherited from Source

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped