GroupConfig

final case class GroupConfig(size: Int, shutdown: ShutdownConfig)

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product