com.twitter.scalding.bdd

TBddDsl

trait TBddDsl extends FieldConversions with TypedPipeOperationsConversions

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TBddDsl
  2. TypedPipeOperationsConversions
  3. FieldConversions
  4. LowPriorityFieldConversions
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class CompleteTestCase[OutputType](sources: List[TypedTestSource[_]], operation: TBddDsl.TypedPipeOperation[OutputType], assertion: (Buffer[OutputType]) ⇒ Unit)(implicit evidence$12: Manifest[OutputType]) extends Product with Serializable

  2. class ListOfTypedPipesOperations[TypeOut] extends TypedPipeOperation[TypeOut]

  3. class OneTypedPipeOperation[TypeIn, TypeOut] extends TypedPipeOperation[TypeOut]

  4. class SimpleTypedTestSource[T] extends TypedTestSource[T]

  5. case class TestCaseGiven1[TypeIn](source: TypedTestSource[TypeIn]) extends Product with Serializable

  6. case class TestCaseGiven2[TypeIn1, TypeIn2](source: TypedTestSource[TypeIn1], other: TypedTestSource[TypeIn2]) extends Product with Serializable

  7. case class TestCaseGiven3[TypeIn1, TypeIn2, TypeIn3](source: TypedTestSource[TypeIn1], other: TypedTestSource[TypeIn2], third: TypedTestSource[TypeIn3]) extends Product with Serializable

  8. case class TestCaseGivenList(sources: List[TypedTestSource[_]]) extends Product with Serializable

  9. case class TestCaseWhen[OutputType](sources: List[TypedTestSource[_]], operation: TBddDsl.TypedPipeOperation[OutputType])(implicit evidence$11: Manifest[OutputType]) extends Product with Serializable

  10. class ThreeTypedPipesOperation[TypeIn1, TypeIn2, TypeIn3, TypeOut] extends TypedPipeOperation[TypeOut]

  11. class TwoTypedPipesOperation[TypeIn1, TypeIn2, TypeOut] extends TypedPipeOperation[TypeOut]

  12. trait TypedPipeOperation[TypeOut] extends AnyRef

  13. abstract class TypedTestSource[T] extends AnyRef

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. def Given[TypeIn](source: TypedTestSource[TypeIn]): TestCaseGiven1[TypeIn]

  7. def GivenSources(sources: List[TypedTestSource[_]]): TestCaseGivenList

  8. def anyToFieldArg(f: Any): Comparable[_]

    Attributes
    protected
    Definition Classes
    LowPriorityFieldConversions
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def asList(f: Fields): List[Comparable[_]]

    Definition Classes
    FieldConversions
  11. def asSet(f: Fields): Set[Comparable[_]]

    Definition Classes
    FieldConversions
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def defaultMode(fromFields: Fields, toFields: Fields): Fields

    Rather than give the full power of cascading's selectors, we have a simpler set of rules encoded below: 1) if the input is non-definite (ALL, GROUP, ARGS, etc.

    Rather than give the full power of cascading's selectors, we have a simpler set of rules encoded below: 1) if the input is non-definite (ALL, GROUP, ARGS, etc...) ALL is the output. Perhaps only fromFields=ALL will make sense 2) If one of from or to is a strict super set of the other, SWAP is used. 3) If they are equal, REPLACE is used. 4) Otherwise, ALL is used.

    Definition Classes
    FieldConversions
  14. final def ensureUniqueFields(left: Fields, right: Fields, rightPipe: Pipe): (Fields, Pipe)

    Definition Classes
    FieldConversions
  15. implicit def enumValueToFields(x: Value): Fields

    Definition Classes
    FieldConversions
  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. implicit def fieldFields[T <: TraversableOnce[Field[_]]](f: T): RichFields

    Definition Classes
    FieldConversions
  19. implicit def fieldToFields(f: Field[_]): RichFields

    Definition Classes
    FieldConversions
  20. implicit def fields[T <: TraversableOnce[Symbol]](f: T): Fields

    Definition Classes
    FieldConversions
  21. implicit def fieldsToRichFields(fields: Fields): RichFields

    We can't set the field Manifests because cascading doesn't (yet) expose field type information in the Fields API.

    We can't set the field Manifests because cascading doesn't (yet) expose field type information in the Fields API.

    Definition Classes
    FieldConversions
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. implicit def fromEnum[T <: Enumeration](enumeration: T): Fields

    Multi-entry fields.

    Multi-entry fields. This are higher priority than Product conversions so that List will not conflict with Product.

    Definition Classes
    FieldConversions
  24. implicit def fromListOfTypedPipesFunctionToOperation[TypeOut](op: (List[TypedPipe[_]]) ⇒ TypedPipe[TypeOut]): ListOfTypedPipesOperations[TypeOut]

  25. implicit def fromSimpleTypeToTypedSource[T](data: Iterable[T]): SimpleTypedTestSource[T]

  26. implicit def fromSingleTypedPipeFunctionToOperation[TypeIn, TypeOut](op: (TypedPipe[TypeIn]) ⇒ TypedPipe[TypeOut]): OneTypedPipeOperation[TypeIn, TypeOut]

  27. implicit def fromThreeTypedPipesFunctionToOperation[TypeIn1, TypeIn2, TypeIn3, TypeOut](op: (TypedPipe[TypeIn1], TypedPipe[TypeIn2], TypedPipe[TypeIn3]) ⇒ TypedPipe[TypeOut]): ThreeTypedPipesOperation[TypeIn1, TypeIn2, TypeIn3, TypeOut]

  28. implicit def fromTwoTypedPipesFunctionToOperation[TypeIn1, TypeIn2, TypeOut](op: (TypedPipe[TypeIn1], TypedPipe[TypeIn2]) ⇒ TypedPipe[TypeOut]): TwoTypedPipesOperation[TypeIn1, TypeIn2, TypeOut]

  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def getField(f: Fields, idx: Int): Fields

    Definition Classes
    FieldConversions
  31. def hasInts(f: Fields): Boolean

    Definition Classes
    FieldConversions
  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  33. implicit def intFields[T <: TraversableOnce[Int]](f: T): Fields

    Definition Classes
    FieldConversions
  34. implicit def intToFields(x: Int): Fields

    Definition Classes
    FieldConversions
  35. implicit def integerToFields(x: Integer): Fields

    Definition Classes
    FieldConversions
  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. final def newSymbol(avoid: Set[Symbol], guess: Symbol, trial: Int = 0): Symbol

    Definition Classes
    FieldConversions
    Annotations
    @tailrec()
  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. implicit def parseAnySeqToFields[T <: TraversableOnce[Any]](anyf: T): Fields

    Useful to convert f : Any* to Fields.

    Useful to convert f : Any* to Fields. This handles mixed cases ("hey", 'you). Not sure we should be this flexible, but given that Cascading will throw an exception before scheduling the job, I guess this is okay.

    Definition Classes
    FieldConversions
  42. implicit def productToFields(f: Product): Fields

    Handles treating any TupleN as a Fields object.

    Handles treating any TupleN as a Fields object. This is low priority because List is also a Product, but this method will not work for List (because List is Product2(head, tail) and so productIterator won't work as expected. Lists are handled by an implicit in FieldConversions, which have higher priority.

    Definition Classes
    LowPriorityFieldConversions
  43. implicit def strFields[T <: TraversableOnce[String]](f: T): Fields

    Definition Classes
    FieldConversions
  44. implicit def stringToFields(x: String): Fields

    Definition Classes
    FieldConversions
  45. implicit def symbolToFields(x: Symbol): Fields

    '* means Fields.

    '* means Fields.ALL, otherwise we take the .name

    Definition Classes
    FieldConversions
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. implicit def tuple2ToFieldsPair[T, U](pair: (T, U))(implicit tf: (T) ⇒ Fields, uf: (U) ⇒ Fields): (Fields, Fields)

    Definition Classes
    FieldConversions
  49. implicit def unitToFields(u: Unit): Fields

    Definition Classes
    FieldConversions
  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FieldConversions

Inherited from AnyRef

Inherited from Any

Ungrouped