public class CassandraConfig extends Object
| Constructor and Description |
|---|
CassandraConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnTTL() |
String |
getCompression() |
Integer |
getCoreConnectionsPerHost() |
String |
getHost() |
String |
getKeyspace() |
Integer |
getMaxConnectionsPerHost() |
Integer |
getMaxRequestsPerConnection() |
String |
getPassword() |
int |
getPort() |
boolean |
getSsl() |
String |
getUsername() |
public String getKeyspace()
public String getHost()
public int getPort()
public int getColumnTTL()
public String getCompression()
public String getUsername()
public String getPassword()
public boolean getSsl()
public Integer getCoreConnectionsPerHost()
public Integer getMaxConnectionsPerHost()
public Integer getMaxRequestsPerConnection()
Copyright © 2019. All rights reserved.