类 CassandraProperties
java.lang.Object
org.springframework.boot.autoconfigure.cassandra.CassandraProperties
Configuration properties for Cassandra.
- 从以下版本开始:
- 1.3.0
- 作者:
- Julien Dubois, Phillip Webb, Mark Paluch, Stephane Nicoll, Scott Frederick
-
嵌套类概要
嵌套类修饰符和类型类说明static enum
Name of the algorithm used to compress protocol frames.static class
static class
static class
Pool properties.static class
static class
static class
static enum
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getPool()
int
getPort()
getSsl()
void
setCompression
(CassandraProperties.Compression compression) void
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
void
setUsername
(String username)
-
构造器详细资料
-
CassandraProperties
public CassandraProperties()
-
-
方法详细资料
-
getConfig
-
setConfig
-
getKeyspaceName
-
setKeyspaceName
-
getSessionName
-
setSessionName
-
getContactPoints
-
setContactPoints
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
getLocalDatacenter
-
setLocalDatacenter
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getCompression
-
setCompression
-
getSsl
-
setSsl
-
getSchemaAction
-
setSchemaAction
-
getConnection
-
getPool
-
getRequest
-
getControlconnection
-