You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cassandra/CassandraProperties.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ public class CassandraProperties {
82
82
privateCompressioncompression = Compression.NONE;
83
83
84
84
/**
85
-
* Class name of the load balancing policy.
85
+
* Class name of the load balancing policy. The class must have a default constructor.
spring.data.cassandra.keyspace-name= # Keyspace name to use.
602
-
spring.data.cassandra.load-balancing-policy= # Class name of the load balancing policy.
602
+
spring.data.cassandra.load-balancing-policy= # Class name of the load balancing policy. The class must have a default constructor.
603
603
spring.data.cassandra.port= # Port of the Cassandra server.
604
604
spring.data.cassandra.password= # Login password of the server.
605
605
spring.data.cassandra.pool.heartbeat-interval=30s # Heartbeat interval after which a message is sent on an idle connection to make sure it's still alive. If a duration suffix is not specified, seconds will be used.
606
606
spring.data.cassandra.pool.idle-timeout=120s # Idle timeout before an idle connection is removed. If a duration suffix is not specified, seconds will be used.
607
607
spring.data.cassandra.pool.max-queue-size=256 # Maximum number of requests that get queued if no connection is available.
608
608
spring.data.cassandra.pool.pool-timeout=5000ms # Pool timeout when trying to acquire a connection from a host's pool.
609
609
spring.data.cassandra.read-timeout= # Socket option: read time out.
0 commit comments