com.outworkers.phantom.connectors
Creates and can initialise a keyspace with the given name.
Creates and can initialise a keyspace with the given name. This will automatically initialise the keyspace by default, as we consider passing a specific keyspace query indicates clear intent you want this to happen.
The name of the keyspace, case sensititve by default.
The builder to use when producing the keyspace query.
Creates and can initialise a keyspace with the given name.
Creates and can initialise a keyspace with the given name.
The name of the keyspace, case sensititve by default.
Whether or not to automatically initialise the keyspace before the session is created.
The builder to use when producing the keyspace query.
Disables the heartbeat for the current builder.
Disables the heartbeat for the current builder. This is designed for local instantiations of connectors or test environments.
A new cluster builder, with the heartbeat interval set to 0(disabled).
Specify an additional builder to be applied when creating the Cluster instance.
Specify an additional builder to be applied when creating the Cluster instance. This hook exposes the underlying Java API of the builder API of the Cassandra driver.
A builder for KeySpace instances.
When using multiple keySpaces in the same Cassandra cluster, it is recommended to create all
KeySpace
instances from the same builder instance.