クラス CassandraProperties.Throttler

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

public static class CassandraProperties.Throttler extends ObjectSE
  • コンストラクターの詳細

    • Throttler

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

    • getType

    • setType

      public void setType(CassandraProperties.ThrottlerType type)
    • getMaxQueueSize

      public IntegerSE getMaxQueueSize()
    • setMaxQueueSize

      public void setMaxQueueSize(int maxQueueSize)
    • getMaxConcurrentRequests

      public IntegerSE getMaxConcurrentRequests()
    • setMaxConcurrentRequests

      public void setMaxConcurrentRequests(int maxConcurrentRequests)
    • getMaxRequestsPerSecond

      public IntegerSE getMaxRequestsPerSecond()
    • setMaxRequestsPerSecond

      public void setMaxRequestsPerSecond(int maxRequestsPerSecond)
    • getDrainInterval

      public DurationSE getDrainInterval()
    • setDrainInterval

      public void setDrainInterval(DurationSE drainInterval)