com.twitter.tormenta.spout

SchemeSpout

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

Self Type
SchemeSpout[T]
Linear Supertypes
BaseSpout[T], Spout[T], BaseRichSpout, IRichSpout, ISpout, BaseComponent, IComponent, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SchemeSpout
  2. BaseSpout
  3. Spout
  4. BaseRichSpout
  5. IRichSpout
  6. ISpout
  7. BaseComponent
  8. IComponent
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getSpout[R](transformer: (Scheme[T]) ⇒ Scheme[R], fn: ⇒ (TopologyContext) ⇒ Unit): IRichSpout

    This is the only required override.

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 callOnOpen: (TopologyContext) ⇒ Unit

    Definition Classes
    BaseSpout
  10. def clone(): AnyRef

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

    Definition Classes
    BaseRichSpout → ISpout
  12. var collector: SpoutOutputCollector

    Definition Classes
    BaseSpout
  13. def deactivate(): Unit

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

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

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

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

    Definition Classes
    BaseRichSpout → ISpout
  18. def fieldName: String

    Definition Classes
    BaseSpout
  19. def filter(fn: (T) ⇒ Boolean): Spout[T]

    Definition Classes
    Spout
  20. def finalize(): Unit

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

    Definition Classes
    SchemeSpoutBaseSpoutSpout
  22. final def getClass(): Class[_]

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

    Definition Classes
    BaseComponent → IComponent
  24. def getSpout: IRichSpout

    Definition Classes
    SchemeSpoutBaseSpoutSpout
  25. def hashCode(): Int

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

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

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

    Definition Classes
    AnyRef
  29. def nextTuple(): Unit

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

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

    Definition Classes
    AnyRef
  32. def onEmpty: Unit

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

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

    Definition Classes
    BaseSpout
  33. def open(conf: Map[_, _], context: TopologyContext, coll: SpoutOutputCollector): Unit

    Definition Classes
    BaseSpout → ISpout
  34. def openHook(f: ⇒ (TopologyContext) ⇒ Unit): BaseRichSpout with SchemeSpout[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
    SchemeSpoutBaseSpoutSpout
  35. def poll: List[Nothing]

    Override to supply new tuples.

    Override to supply new tuples.

    Definition Classes
    SchemeSpoutBaseSpout
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseSpout[T]

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