public class CassandraConfig extends Object
Constructor and Description |
---|
CassandraConfig(String host,
String port,
String clusterNodes,
String keyspace) |
Modifier and Type | Method and Description |
---|---|
String |
getClusterNodes() |
String |
getHost() |
String |
getKeyspace() |
String |
getPort() |
void |
setHost(String host) |
void |
setKeyspace(String keyspace) |
void |
setNodes(String clusterNodes) |
void |
setPort(String port) |
public String getClusterNodes()
public String getHost()
public void setHost(String host)
public String getPort()
public void setPort(String port)
public void setNodes(String clusterNodes)
public String getKeyspace()
public void setKeyspace(String keyspace)
Copyright © 2010–2019. All rights reserved.