ShutdownConfig

com.avast.sst.datastax.config.ShutdownConfig
See theShutdownConfig companion object
final case class ShutdownConfig(quietPeriod: Int, timeout: Int, unit: String)

The options to shut down the event loop group gracefully when the driver closes. If a task gets submitted during the quiet period, it is accepted and the quiet period starts over.

The timeout limits the overall shutdown time.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product