com.twitter.tormenta.spout

BaseSpout

trait BaseSpout[+T] extends BaseRichSpout with Spout[T]

Self Type
BaseSpout[T]
Source
BaseSpout.scala
Linear Supertypes
Spout[T], BaseRichSpout, IRichSpout, ISpout, BaseComponent, IComponent, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BaseSpout
  2. Spout
  3. BaseRichSpout
  4. IRichSpout
  5. ISpout
  6. BaseComponent
  7. IComponent
  8. Serializable
  9. AnyRef
  10. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def poll: TraversableOnce[T]

    Override to supply new tuples.

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. def ack(arg0: Any): Unit

    Definition Classes
    BaseRichSpout → ISpout
  7. def activate(): Unit

    Definition Classes
    BaseRichSpout → ISpout
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def close(): Unit

    Definition Classes
    BaseRichSpout → ISpout
  11. var collector: SpoutOutputCollector

  12. def deactivate(): Unit

    Definition Classes
    BaseRichSpout → ISpout
  13. def declareOutputFields(declarer: OutputFieldsDeclarer): Unit

    Definition Classes
    BaseSpout → IComponent
  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. def fail(arg0: Any): Unit

    Definition Classes
    BaseRichSpout → ISpout
  17. def fieldName: String

  18. def filter(fn: (T) ⇒ Boolean): Spout[T]

    Definition Classes
    Spout
  19. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def flatMap[U](fn: (T) ⇒ TraversableOnce[U]): BaseRichSpout with BaseSpout[U]

    Definition Classes
    BaseSpoutSpout
  21. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  22. def getComponentConfiguration(): Map[String, AnyRef]

    Definition Classes
    BaseComponent → IComponent
  23. def getSpout: BaseSpout[T]

    Definition Classes
    BaseSpoutSpout
  24. def hashCode(): Int

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

    Definition Classes
    Any
  26. def map[U](fn: (T) ⇒ U): Spout[U]

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

    Definition Classes
    AnyRef
  28. def nextTuple(): Unit

    Definition Classes
    BaseSpout → ISpout
  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. def onEmpty: Unit

    Override this to change the default spout behavior if poll returns an empty list.

  32. def open(conf: java.util.Map[_, _], context: TopologyContext, coll: SpoutOutputCollector): Unit

    Definition Classes
    BaseSpout → ISpout
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Spout[T]

Inherited from BaseRichSpout

Inherited from IRichSpout

Inherited from ISpout

Inherited from BaseComponent

Inherited from IComponent

Inherited from Serializable

Inherited from AnyRef

Inherited from Any