Class

com.twitter.summingbird.online.executor

IntermediateFlatMap

Related Doc: package executor

Permalink

class IntermediateFlatMap[T, U, S, D, RC] extends AsyncBase[T, U, S, D, RC]

Linear Supertypes
AsyncBase[T, U, S, D, RC], OperationContainer[T, U, S, D, RC], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IntermediateFlatMap
  2. AsyncBase
  3. OperationContainer
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntermediateFlatMap(flatMapOp: FlatMapOperation[T, U], maxWaitingFutures: MaxWaitingFutures, maxWaitingTime: MaxFutureWaitTime, maxEmitPerExec: MaxEmitPerExecute, pDecoder: Injection[T, D], pEncoder: Injection[U, D])

    Permalink

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. def apply(state: S, tup: T): Future[Iterable[(List[S], Future[TraversableOnce[U]])]]

    Permalink

    If you can use Future.value below, do so.

    If you can use Future.value below, do so. The double Future is here to deal with cases that need to complete operations after or before doing a FlatMapOperation or doing a store merge

    Definition Classes
    IntermediateFlatMapAsyncBase
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cleanup: Unit

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val decoder: Injection[T, D]

    Permalink
  9. val encoder: Injection[U, D]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def execute(state: S, data: T): Seq[(Seq[S], Try[TraversableOnce[U]])]

    Permalink
    Definition Classes
    AsyncBaseOperationContainer
  13. def executeTick: Seq[(Seq[S], Try[TraversableOnce[U]])]

    Permalink
    Definition Classes
    AsyncBaseOperationContainer
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def init(ctx: RC): Unit

    Permalink
    Definition Classes
    OperationContainer
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val lockedOp: Externalizer[FlatMapOperation[T, U]]

    Permalink
  20. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncBase
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def notifyFailure(inputs: Seq[S], e: Throwable): Unit

    Permalink
    Definition Classes
    OperationContainer
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def tick: Future[TraversableOnce[(Seq[S], Future[TraversableOnce[U]])]]

    Permalink
    Definition Classes
    AsyncBase
  27. def toString(): String

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

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

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

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

Inherited from AsyncBase[T, U, S, D, RC]

Inherited from OperationContainer[T, U, S, D, RC]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped