public class CassandraClient extends Object
Modifier and Type | Field and Description |
---|---|
CassandraConfiguration |
config |
Constructor and Description |
---|
CassandraClient(CassandraConfiguration config) |
Modifier and Type | Method and Description |
---|---|
com.datastax.driver.core.Session |
client() |
com.datastax.driver.core.Cluster |
cluster() |
CassandraConfiguration |
config() |
void |
start() |
void |
stop() |
public CassandraConfiguration config
public CassandraClient(CassandraConfiguration config) throws Exception
Exception
public CassandraConfiguration config()
public com.datastax.driver.core.Session client()
public com.datastax.driver.core.Cluster cluster()
Copyright © 2018 The Apache Software Foundation. All rights reserved.