com.twitter.summingbird.storm

option

package option

Visibility
  1. Public
  2. All

Type Members

  1. case class AckOnEntry(get: Boolean) extends Product with Serializable

  2. case class AnchorTuples(anchor: Boolean) extends Serializable with Product with Serializable

    If true, the topology will anchor tuples in all flatMap bolts and ack in the final sink bolt.

  3. case class FlatMapParallelism(parHint: Int) extends Product with Serializable

  4. class FlatMapStormMetrics extends AnyRef

  5. case class PreferLocalDependency(get: Boolean) extends Product with Serializable

  6. case class SpoutParallelism(parHint: Int) extends Product with Serializable

    Options used by the flatMapping stage of a storm topology.

  7. class SpoutStormMetrics extends AnyRef

  8. case class SummerBatchMultiplier(get: Int) extends Product with Serializable

  9. case class SummerParallelism(parHint: Int) extends Product with Serializable

    SinkParallelism controls the number of executors storm allocates to the groupAndSum bolts.

  10. class SummerStormMetrics extends AnyRef

Value Members

  1. object AnchorTuples extends Serializable

  2. object FlatMapStormMetrics

    This stupidity is necessary because val parameters can't be call-by-name.

  3. object SpoutStormMetrics

  4. object SummerStormMetrics

    See FlatMapOptions.

Ungrouped