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 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.

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

  3. class FlatMapStormMetrics extends AnyRef

  4. case class IncludeSuccessHandler(get: Boolean) extends Product with Serializable

    Kryo serialization problems have been observed with using OnlineSuccessHandler.

  5. case class MaxWaitingFutures(get: Int) extends Product with Serializable

    MaxWaitingFutures is the maximum number of key-value pairs that the SinkBolt in Storm will process before starting to force the futures.

  6. case class OnlineExceptionHandler(handlerFn: PartialFunction[Throwable, Unit]) extends Product with Serializable

  7. case class OnlineSuccessHandler(handlerFn: (Unit) ⇒ Unit) extends Product with Serializable

  8. case class SinkParallelism(parHint: Int) extends Product with Serializable

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

  9. class SinkStormMetrics extends AnyRef

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

    Options used by the flatMapping stage of a storm topology.

  11. type CacheSize = option.CacheSize

    Annotations
    @deprecated
    Deprecated

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

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 IncludeSuccessHandler extends Serializable

  4. object SinkStormMetrics

    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