Uses of Class
io.vertx.cassandra.CassandraClientOptions
Packages that use CassandraClientOptions
-
Uses of CassandraClientOptions in io.vertx.cassandra
Methods in io.vertx.cassandra that return CassandraClientOptionsModifier and TypeMethodDescriptionCassandraClientOptions.addContactPoint(String host, int port) Adds a contact point to use for the initial connection to the clusterCassandraClientOptions.addContactPoint(InetSocketAddress address) Adds a contact point to use for the initial connection to the clusterCassandraClientOptions.setKeyspace(String keyspace) Set the keyspace to use when creating the Cassandra session.CassandraClientOptions.setPassword(String password) Set the password for plaintext authentication.CassandraClientOptions.setTracingPolicy(TracingPolicy tracingPolicy) Set the tracing policy for the client behavior when Vert.x has tracing enabled.CassandraClientOptions.setUsername(String username) Set the username for plaintext authentication.Methods in io.vertx.cassandra with parameters of type CassandraClientOptionsModifier and TypeMethodDescriptionstatic CassandraClientCassandraClient.create(Vertx vertx, CassandraClientOptions options) Create a Cassandra client which maintains its own driver session.static CassandraClientCassandraClient.createShared(Vertx vertx, CassandraClientOptions options) LikeCassandraClient.createShared(Vertx, String, CassandraClientOptions)with default client name.static CassandraClientCassandraClient.createShared(Vertx vertx, String clientName, CassandraClientOptions options) Create a Cassandra client that shares its driver session with any other client having the same name.Constructors in io.vertx.cassandra with parameters of type CassandraClientOptionsModifierConstructorDescriptionCopy constructor. -
Uses of CassandraClientOptions in io.vertx.reactivex.cassandra
Methods in io.vertx.reactivex.cassandra with parameters of type CassandraClientOptionsModifier and TypeMethodDescriptionstatic CassandraClientCassandraClient.create(Vertx vertx, CassandraClientOptions options) Create a Cassandra client which maintains its own driver session.static CassandraClientCassandraClient.createShared(Vertx vertx, CassandraClientOptions options) LikeCassandraClient.createShared(Vertx)with default client name.static CassandraClientCassandraClient.createShared(Vertx vertx, String clientName, CassandraClientOptions options) Create a Cassandra client that shares its driver session with any other client having the same name. -
Uses of CassandraClientOptions in io.vertx.rxjava3.cassandra
Methods in io.vertx.rxjava3.cassandra with parameters of type CassandraClientOptionsModifier and TypeMethodDescriptionstatic CassandraClientCassandraClient.create(Vertx vertx, CassandraClientOptions options) Create a Cassandra client which maintains its own driver session.static CassandraClientCassandraClient.createShared(Vertx vertx, CassandraClientOptions options) LikeCassandraClient.createShared(Vertx)with default client name.static CassandraClientCassandraClient.createShared(Vertx vertx, String clientName, CassandraClientOptions options) Create a Cassandra client that shares its driver session with any other client having the same name.