com.twitter.scalding

MRMAggregator

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

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

Instance Constructors

  1. new MRMAggregator(inputFsmf: (T) ⇒ X, inputRfn: (X, X) ⇒ X, inputMrfn: (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( classOf[java.lang.Throwable] )
  15. def flush(arg0: FlowProcess[_], arg1: OperationCall[Tuple]): Unit

    Definition Classes
    BaseOperation → Operation
  16. val fsmf: Externalizer[(T) ⇒ X]

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

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

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

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

    Definition Classes
    BaseOperation → Traceable
  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. def isSafe(): Boolean

    Definition Classes
    BaseOperation → Operation
  24. val mrfn: Externalizer[(X) ⇒ U]

  25. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  28. def prepare(flowProcess: FlowProcess[_], operationCall: OperationCall[Tuple]): Unit

    Definition Classes
    ScaldingPrepare → Operation
  29. val rfn: Externalizer[(X, X) ⇒ X]

  30. def start(flowProcess: FlowProcess[_], call: AggregatorCall[Tuple]): Unit

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScaldingPrepare[Tuple]

Inherited from Aggregator[Tuple]

Inherited from BaseOperation[Tuple]

Inherited from Traceable

Inherited from Operation[Tuple]

Inherited from DeclaresResults

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped