com.twitter.summingbird.storm

Storm

abstract class Storm extends Platform[Storm]

Linear Supertypes
Platform[Storm], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Storm
  2. Platform
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Storm(options: Map[String, Options], updateConf: (Config) ⇒ Config)

Type Members

  1. type Plan[T] = StormTopology

    Definition Classes
    Storm → Platform
  2. type Service[-K, +V] = StormService[K, V]

    Definition Classes
    Storm → Platform
  3. type Sink[-T] = () ⇒ (T) ⇒ Future[Unit]

    Definition Classes
    Storm → Platform
  4. type Source[+T] = Spout[(Long, T)]

    Definition Classes
    Storm → Platform
  5. type Store[-K, V] = StormStore[K, V]

    Definition Classes
    Storm → Platform

Abstract Value Members

  1. abstract def run(topology: StormTopology): Unit

  2. abstract def withConfigUpdater(fn: (Config) ⇒ Config): Storm

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. val END_SUFFIX: String

  7. val FM_CONSTANT: String

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def baseConfig: Config

    Base storm config instances used by the Storm platform.

  10. def buildTopology[T](topoBuilder: TopologyBuilder, outerProducer: Prod[T], forkedNodes: Set[Prod[_]], jamfs: JamfMap, toSchedule: FMList, path: List[Prod[_]], suffix: String, id: Option[String])(implicit config: Config): (List[String], JamfMap)

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  17. def isFinalFlatMap(suffix: String): Boolean

    Returns true if this producer's suffix indicates that it's the final flatMapper before the sumByKey call, false otherwise.

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

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

    Definition Classes
    AnyRef
  22. def plan[T](node: Producer[Storm, T]): StormTopology

    Definition Classes
    Storm → Platform
  23. def run(summer: Producer[Storm, _]): Unit

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def transformConfig(base: Config): Config

  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Platform[Storm]

Inherited from AnyRef

Inherited from Any

Ungrouped