Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import com.twitter.util.Duration
*/



/**
* SinkParallelism controls the number of executors storm allocates to
* the groupAndSum bolts. Each of these bolt executors is responsible
Expand All @@ -39,22 +38,6 @@ import com.twitter.util.Duration
*/
case class SummerParallelism(parHint: Int)

case class OnlineSuccessHandler(handlerFn: Unit => Unit)

/**
* Kryo serialization problems have been observed with using
* OnlineSuccessHandler. This enables easy disabling of the handler.
* TODO (https://github.com/twitter/summingbird/issues/82): remove
* once we know what the hell is going on with this
*/
case class IncludeSuccessHandler(get: Boolean)

object IncludeSuccessHandler {
val default = IncludeSuccessHandler(true)
}

case class OnlineExceptionHandler(handlerFn: PartialFunction[Throwable, Unit])

/**
* See FlatMapOptions.scala for an explanation.
*/
Expand Down