Class CassandraProperties
java.lang.Object
org.springframework.boot.cassandra.autoconfigure.CassandraProperties
Configuration properties for Cassandra.
- Since:
- 4.0.0
- Author:
- Julien Dubois, Phillip Webb, Mark Paluch, Stephane Nicoll, Scott Frederick
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable CassandraProperties.Compression
@Nullable Resource
@Nullable String
@Nullable String
@Nullable String
getPool()
int
getPort()
@Nullable String
getSsl()
@Nullable String
void
setCompression
(@Nullable CassandraProperties.Compression compression) void
void
setContactPoints
(@Nullable List<String> contactPoints) void
setKeyspaceName
(@Nullable String keyspaceName) void
setLocalDatacenter
(@Nullable String localDatacenter) void
setPassword
(@Nullable String password) void
setPort
(int port) void
setSchemaAction
(String schemaAction) void
setSessionName
(@Nullable String sessionName) void
void
setUsername
(@Nullable String username)
-
Constructor Details
-
CassandraProperties
public CassandraProperties()
-
-
Method Details
-
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
-