@ConfigurationProperties(prefix="spring.data.cassandra")
public class CassandraProperties
extends java.lang.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() |
org.springframework.core.io.Resource |
getConfig() |
CassandraProperties.Connection |
getConnection() |
java.util.List<java.lang.String> |
getContactPoints() |
CassandraProperties.Controlconnection |
getControlconnection() |
java.lang.String |
getKeyspaceName() |
java.lang.String |
getLocalDatacenter() |
java.lang.String |
getPassword() |
CassandraProperties.Pool |
getPool() |
int |
getPort() |
CassandraProperties.Request |
getRequest() |
java.lang.String |
getSchemaAction() |
java.lang.String |
getSessionName() |
java.lang.String |
getUsername() |
boolean |
isSsl() |
void |
setCompression(CassandraProperties.Compression compression) |
void |
setConfig(org.springframework.core.io.Resource config) |
void |
setKeyspaceName(java.lang.String keyspaceName) |
void |
setLocalDatacenter(java.lang.String localDatacenter) |
void |
setPassword(java.lang.String password) |
void |
setPort(int port) |
void |
setSchemaAction(java.lang.String schemaAction) |
void |
setSessionName(java.lang.String sessionName) |
void |
setSsl(boolean ssl) |
void |
setUsername(java.lang.String username) |
public org.springframework.core.io.Resource getConfig()
public void setConfig(org.springframework.core.io.Resource config)
public java.lang.String getKeyspaceName()
public void setKeyspaceName(java.lang.String keyspaceName)
public java.lang.String getSessionName()
public void setSessionName(java.lang.String sessionName)
public java.util.List<java.lang.String> getContactPoints()
public int getPort()
public void setPort(int port)
public java.lang.String getLocalDatacenter()
public void setLocalDatacenter(java.lang.String localDatacenter)
public java.lang.String getUsername()
public void setUsername(java.lang.String username)
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public CassandraProperties.Compression getCompression()
public void setCompression(CassandraProperties.Compression compression)
public boolean isSsl()
public void setSsl(boolean ssl)
public java.lang.String getSchemaAction()
public void setSchemaAction(java.lang.String schemaAction)
public CassandraProperties.Connection getConnection()
public CassandraProperties.Pool getPool()
public CassandraProperties.Request getRequest()
public CassandraProperties.Controlconnection getControlconnection()