com.twitter.tormenta.spout

BaseSpout

Related Doc: package spout

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

Self Type
BaseSpout[T]
Linear Supertypes
Spout[T], BaseRichSpout, IRichSpout, ISpout, BaseComponent, IComponent, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BaseSpout
  2. Spout
  3. BaseRichSpout
  4. IRichSpout
  5. ISpout
  6. BaseComponent
  7. IComponent
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def ack(arg0: Any): Unit

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

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

    Definition Classes
    Any
  7. def callOnOpen: (TopologyContext) ⇒ Unit

  8. def clone(): AnyRef

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

    Definition Classes
    BaseRichSpout → ISpout
  10. var collector: SpoutOutputCollector

  11. def deactivate(): Unit

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

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

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

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

    Definition Classes
    BaseRichSpout → ISpout
  16. def fieldName: String

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

    Definition Classes
    Spout
  18. def finalize(): Unit

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

    Definition Classes
    BaseSpoutSpout
  20. final def getClass(): Class[_]

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

    Definition Classes
    BaseComponent → IComponent
  22. def getSpout: IRichSpout

    Definition Classes
    BaseSpoutSpout
  23. def hashCode(): Int

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

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

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

    Definition Classes
    AnyRef
  27. def nextTuple(): Unit

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

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

    Definition Classes
    AnyRef
  30. def onEmpty: Unit

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

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

    Definition Classes
    BaseSpout → ISpout
  32. def openHook(f: ⇒ (TopologyContext) ⇒ Unit): BaseRichSpout with BaseSpout[T]

    Passes metrics to register with storm and a function to run on the storm runtime context when the spout is opened.

    Passes metrics to register with storm and a function to run on the storm runtime context when the spout is opened.

    Definition Classes
    BaseSpoutSpout
  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

Ungrouped