CassandraClientOptions

Eclipse Vert.x Cassandra client options.

package

Default

Methods

CassandraClientOptions constructor

__construct( $cassandraClientOptions = null) 

Arguments

$cassandraClientOptions

mixed | null

addContactPoint

addContactPoint( $contactPoints) : $this

Arguments

$contactPoints

string

Response

$this

getContactPoints

getContactPoints() : array

Response

array

getKeyspace

getKeyspace() : string

Response

string

setContactPoints

setContactPoints( $contactPoints) : $this

Arguments

$contactPoints

string

Response

$this

setKeyspace

setKeyspace( $keyspace) : $this

Arguments

$keyspace

string

Response

$this

setPort

setPort( $port) : $this

Arguments

$port

integer

Response

$this