com.twitter.summingbird.storm

option

package option

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. option
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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 SummerParallelism(parHint: Int) extends Product with Serializable

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

  9. class SummerStormMetrics extends AnyRef

  10. type CacheSize = option.CacheSize

    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.5) Use com.twitter.summingbird.option.CacheSize

  11. type IncludeSuccessHandler = online.option.IncludeSuccessHandler

    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.6) Use com.twitter.summingbird.online.option.IncludeSuccessHandler

  12. type MaxWaitingFutures = online.option.MaxWaitingFutures

    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.6) Use com.twitter.summingbird.online.option.MaxWaitingFutures

  13. type OnlineExceptionHandler = online.option.OnlineExceptionHandler

    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.6) Use com.twitter.summingbird.online.option.OnlineExceptionHandler

  14. type OnlineSuccessHandler = online.option.OnlineSuccessHandler

    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.6) Use com.twitter.summingbird.online.option.OnlineSuccessHandler

  15. type SinkParallelism = SummerParallelism

    Annotations
    @deprecated
    Deprecated

    (Since version 0.3.0) Use com.twitter.summingbird.option.SummerParallelism

  16. type SinkStormMetrics = SummerStormMetrics

    Annotations
    @deprecated
    Deprecated

    (Since version 0.3.0) Use com.twitter.summingbird.option.SummerStormMetrics

Value Members

  1. object AnchorTuples extends Serializable

  2. object FlatMapStormMetrics

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

  3. val IncludeSuccessHandler: online.option.IncludeSuccessHandler.type

  4. val MaxWaitingFutures: online.option.MaxWaitingFutures.type

  5. val OnlineExceptionHandler: online.option.OnlineExceptionHandler.type

  6. val OnlineSuccessHandler: online.option.OnlineSuccessHandler.type

  7. val SinkParallelism: SummerParallelism.type

  8. val SinkStormMetrics: SummerStormMetrics.type

  9. object SpoutStormMetrics

  10. object SummerStormMetrics

    See FlatMapOptions.

Deprecated Value Members

  1. val CacheSize: option.CacheSize.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.5) Use com.twitter.summingbird.option.CacheSize

Inherited from AnyRef

Inherited from Any

Ungrouped