@ConfigurationProperties(prefix="spring.data.cassandra") public class CassandraProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CassandraProperties.Compression
Name of the algorithm used to compress protocol frames.
|
static class |
CassandraProperties.Connection |
static class |
CassandraProperties.Controlconnection |
static class |
CassandraProperties.Pool
Pool properties.
|
static class |
CassandraProperties.Request |
static class |
CassandraProperties.Throttler |
static class |
CassandraProperties.ThrottlerType |
Constructor and Description |
---|
CassandraProperties() |
Modifier and Type | Method and Description |
---|---|
CassandraProperties.Compression |
getCompression() |
Resource |
getConfig() |
CassandraProperties.Connection |
getConnection() |
List<String> |
getContactPoints() |
CassandraProperties.Controlconnection |
getControlconnection() |
String |
getKeyspaceName() |
String |
getLocalDatacenter() |
String |
getPassword() |
CassandraProperties.Pool |
getPool() |
int |
getPort() |
CassandraProperties.Request |
getRequest() |
String |
getSchemaAction() |
String |
getSessionName() |
String |
getUsername() |
boolean |
isSsl() |
void |
setCompression(CassandraProperties.Compression compression) |
void |
setConfig(Resource config) |
void |
setContactPoints(List<String> contactPoints) |
void |
setKeyspaceName(String keyspaceName) |
void |
setLocalDatacenter(String localDatacenter) |
void |
setPassword(String password) |
void |
setPort(int port) |
void |
setSchemaAction(String schemaAction) |
void |
setSessionName(String sessionName) |
void |
setSsl(boolean ssl) |
void |
setUsername(String username) |
public Resource getConfig()
public void setConfig(Resource config)
public String getKeyspaceName()
public void setKeyspaceName(String keyspaceName)
public String getSessionName()
public void setSessionName(String sessionName)
public int getPort()
public void setPort(int port)
public String getLocalDatacenter()
public void setLocalDatacenter(String localDatacenter)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public CassandraProperties.Compression getCompression()
public void setCompression(CassandraProperties.Compression compression)
public boolean isSsl()
public void setSsl(boolean ssl)
public String getSchemaAction()
public void setSchemaAction(String schemaAction)
public CassandraProperties.Connection getConnection()
public CassandraProperties.Pool getPool()
public CassandraProperties.Request getRequest()
public CassandraProperties.Controlconnection getControlconnection()