The event loop group used for I/O operations (reading and writing to Cassandra nodes).
- Value parameters:
- shutdown
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.
- size
The number of threads. If this is set to 0, the driver will use
Runtime.getRuntime().availableProcessors() * 2
.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any