Class CassandraProperties.Throttler
java.lang.Object
org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Throttler
- Enclosing class:
CassandraProperties
- Since:
- 4.0.0
- Author:
- Julien Dubois, Phillip Webb, Mark Paluch, Stephane Nicoll, Scott Frederick
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Duration@Nullable Integer@Nullable Integer@Nullable Integer@Nullable CassandraProperties.ThrottlerTypegetType()voidsetDrainInterval(@Nullable Duration drainInterval) voidsetMaxConcurrentRequests(@Nullable Integer maxConcurrentRequests) voidsetMaxQueueSize(@Nullable Integer maxQueueSize) voidsetMaxRequestsPerSecond(@Nullable Integer maxRequestsPerSecond) voidsetType(@Nullable CassandraProperties.ThrottlerType type)
-
Constructor Details
-
Throttler
public Throttler()
-
-
Method Details
-
getType
-
setType
-
getMaxQueueSize
-
setMaxQueueSize
-
getMaxConcurrentRequests
-
setMaxConcurrentRequests
-
getMaxRequestsPerSecond
-
setMaxRequestsPerSecond
-
getDrainInterval
-
setDrainInterval
-