クラス CassandraProperties.Throttler

java.lang.ObjectSE
org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Throttler
含まれているクラス:
CassandraProperties

public static class CassandraProperties.Throttler extends ObjectSE
導入:
4.0.0
作成者:
Julien Dubois, Phillip Webb, Mark Paluch, Stephane Nicoll, Scott Frederick
  • コンストラクターの詳細

    • Throttler

      public Throttler()
  • メソッドの詳細

    • getType

      public @Nullable CassandraProperties.ThrottlerType getType()
    • setType

      public void setType(@Nullable CassandraProperties.ThrottlerType type)
    • getMaxQueueSize

      public @Nullable IntegerSE getMaxQueueSize()
    • setMaxQueueSize

      public void setMaxQueueSize(@Nullable IntegerSE maxQueueSize)
    • getMaxConcurrentRequests

      public @Nullable IntegerSE getMaxConcurrentRequests()
    • setMaxConcurrentRequests

      public void setMaxConcurrentRequests(@Nullable IntegerSE maxConcurrentRequests)
    • getMaxRequestsPerSecond

      public @Nullable IntegerSE getMaxRequestsPerSecond()
    • setMaxRequestsPerSecond

      public void setMaxRequestsPerSecond(@Nullable IntegerSE maxRequestsPerSecond)
    • getDrainInterval

      public @Nullable DurationSE getDrainInterval()
    • setDrainInterval

      public void setDrainInterval(@Nullable DurationSE drainInterval)