クラス CassandraProperties.Request

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

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

    • Request

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

    • getTimeout

      public @Nullable DurationSE getTimeout()
    • setTimeout

      public void setTimeout(@Nullable DurationSE timeout)
    • getConsistency

      public @Nullable com.datastax.oss.driver.api.core.DefaultConsistencyLevel getConsistency()
    • setConsistency

      public void setConsistency(@Nullable com.datastax.oss.driver.api.core.DefaultConsistencyLevel consistency)
    • getSerialConsistency

      public @Nullable com.datastax.oss.driver.api.core.DefaultConsistencyLevel getSerialConsistency()
    • setSerialConsistency

      public void setSerialConsistency(@Nullable com.datastax.oss.driver.api.core.DefaultConsistencyLevel serialConsistency)
    • getPageSize

      public @Nullable IntegerSE getPageSize()
    • setPageSize

      public void setPageSize(@Nullable IntegerSE pageSize)
    • getThrottler

      public CassandraProperties.Throttler getThrottler()