Class

com.twitter.summingbird.storm

BaseBolt

Related Doc: package storm

Permalink

case class BaseBolt[I, O](jobID: JobId, metrics: () ⇒ TraversableOnce[StormMetric[_]], anchorTuples: AnchorTuples, hasDependants: Boolean, outputFields: Fields, ackOnEntry: AckOnEntry, maxExecutePerSec: MaxExecutePerSecond, executor: OperationContainer[I, O, InputState[Tuple], List[AnyRef], TopologyContext]) extends IRichBolt with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, IRichBolt, IComponent, IBolt, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BaseBolt
  2. Serializable
  3. Product
  4. Equals
  5. IRichBolt
  6. IComponent
  7. IBolt
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseBolt(jobID: JobId, metrics: () ⇒ TraversableOnce[StormMetric[_]], anchorTuples: AnchorTuples, hasDependants: Boolean, outputFields: Fields, ackOnEntry: AckOnEntry, maxExecutePerSec: MaxExecutePerSecond, executor: OperationContainer[I, O, InputState[Tuple], List[AnyRef], TopologyContext])

    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. val ackOnEntry: AckOnEntry

    Permalink
  5. val anchorTuples: AnchorTuples

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cleanup(): Unit

    Permalink
    Definition Classes
    BaseBolt → IBolt
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. lazy val countersForBolt: Seq[(Group, Name)]

    Permalink
  10. def declareOutputFields(declarer: OutputFieldsDeclarer): Unit

    Permalink
    Definition Classes
    BaseBolt → IComponent
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def execute(tuple: Tuple): Unit

    Permalink
    Definition Classes
    BaseBolt → IBolt
  13. val executor: OperationContainer[I, O, InputState[Tuple], List[AnyRef], TopologyContext]

    Permalink
  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. val getComponentConfiguration: Null

    Permalink
    Definition Classes
    BaseBolt → IComponent
  17. val hasDependants: Boolean

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val jobID: JobId

    Permalink
  20. def logError(message: String, err: Throwable): Unit

    Permalink
    Attributes
    protected
  21. lazy val logger: Logger

    Permalink
    Attributes
    protected
  22. val maxExecutePerSec: MaxExecutePerSecond

    Permalink
  23. val metrics: () ⇒ TraversableOnce[StormMetric[_]]

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val outputFields: Fields

    Permalink
  28. def prepare(conf: Map[_, _], context: TopologyContext, oc: OutputCollector): Unit

    Permalink
    Definition Classes
    BaseBolt → IBolt
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IRichBolt

Inherited from IComponent

Inherited from IBolt

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped