com.twitter.scalding

MRMAggregator

class MRMAggregator[T, X, U] extends BaseOperation[Tuple] with Aggregator[Tuple]

Linear Supertypes
Aggregator[Tuple], BaseOperation[Tuple], Operation[Tuple], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MRMAggregator
  2. Aggregator
  3. BaseOperation
  4. Operation
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MRMAggregator(fsmf: (T) ⇒ X, rfn: (X, X) ⇒ X, mrfn: (X) ⇒ U, fields: Fields, conv: TupleConverter[T], set: TupleSetter[U])

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 aggregate(flowProcess: FlowProcess[_], call: AggregatorCall[Tuple]): Unit

    Definition Classes
    MRMAggregator → Aggregator
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def cleanup(arg0: FlowProcess, arg1: OperationCall[Tuple]): Unit

    Definition Classes
    BaseOperation → Operation
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def complete(flowProcess: FlowProcess[_], call: AggregatorCall[Tuple]): Unit

    Definition Classes
    MRMAggregator → Aggregator
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    BaseOperation → AnyRef → Any
  13. def extractArgument(call: AggregatorCall[Tuple]): X

  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def flush(arg0: FlowProcess, arg1: OperationCall[Tuple]): Unit

    Definition Classes
    BaseOperation → Operation
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getFieldDeclaration(): Fields

    Definition Classes
    BaseOperation → Operation
  18. def getNumArgs(): Int

    Definition Classes
    BaseOperation → Operation
  19. def getTrace(): String

    Definition Classes
    BaseOperation
  20. def hashCode(): Int

    Definition Classes
    BaseOperation → AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isSafe(): Boolean

    Definition Classes
    BaseOperation → Operation
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. def prepare(arg0: FlowProcess, arg1: OperationCall[Tuple]): Unit

    Definition Classes
    BaseOperation → Operation
  27. def start(flowProcess: FlowProcess[_], call: AggregatorCall[Tuple]): Unit

    Definition Classes
    MRMAggregator → Aggregator
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    BaseOperation → AnyRef → Any
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Aggregator[Tuple]

Inherited from BaseOperation[Tuple]

Inherited from Operation[Tuple]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped