com.twitter.summingbird.online

option

package option

Visibility
  1. Public
  2. All

Type Members

  1. case class AsyncPoolSize(get: Int) extends Product with Serializable

  2. case class FlushFrequency(get: Duration) extends Product with Serializable

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

    Kryo serialization problems have been observed with using OnlineSuccessHandler.

  4. case class MaxEmitPerExecute(get: Int) extends Product with Serializable

  5. case class MaxFutureWaitTime(get: Duration) extends Product with Serializable

    All futures should return in a reasonable period of time, otherwise there will be memory issues keeping all of them open.

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

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

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

  9. case class SoftMemoryFlushPercent(get: Float) extends Product with Serializable

  10. case class UseAsyncCache(get: Boolean) extends Product with Serializable

  11. case class ValueCombinerCacheSize(get: Int) extends Product with Serializable

Value Members

  1. object IncludeSuccessHandler extends Serializable

Ungrouped