Class CassandraClusterProperties
java.lang.Object
org.springframework.cloud.fn.consumer.cassandra.cluster.CassandraClusterProperties
@ConfigurationProperties("cassandra.cluster")
public class CassandraClusterProperties
extends Object
Common properties for the cassandra modules.
- Author:
- Artem Bilan, Thomas Risberg, Rob Hardt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
boolean
boolean
void
setCreateKeyspace
(boolean createKeyspace) void
setEntityBasePackages
(String[] entityBasePackages) void
setInitScript
(Resource initScript) void
setSkipSslValidation
(boolean skipSslValidation)
-
Constructor Details
-
CassandraClusterProperties
public CassandraClusterProperties()
-
-
Method Details
-
setCreateKeyspace
public void setCreateKeyspace(boolean createKeyspace) -
setInitScript
-
setSkipSslValidation
public void setSkipSslValidation(boolean skipSslValidation) -
isCreateKeyspace
public boolean isCreateKeyspace() -
getInitScript
-
isSkipSslValidation
public boolean isSkipSslValidation() -
getEntityBasePackages
-
setEntityBasePackages
-