Uses of Interface
org.apache.cassandra.service.reads.SpeculativeRetryPolicy
-
Packages that use SpeculativeRetryPolicy Package Description org.apache.cassandra.locator org.apache.cassandra.schema org.apache.cassandra.service.reads -
-
Uses of SpeculativeRetryPolicy in org.apache.cassandra.locator
Methods in org.apache.cassandra.locator with parameters of type SpeculativeRetryPolicy Modifier and Type Method Description static ReplicaPlan.ForTokenReadReplicaPlans. forRead(Keyspace keyspace, Token token, ConsistencyLevel consistencyLevel, SpeculativeRetryPolicy retry)Construct a plan for reading the provided token at the provided consistency level. -
Uses of SpeculativeRetryPolicy in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as SpeculativeRetryPolicy Modifier and Type Field Description SpeculativeRetryPolicyTableParams. additionalWritePolicySpeculativeRetryPolicyTableParams. speculativeRetryMethods in org.apache.cassandra.schema with parameters of type SpeculativeRetryPolicy Modifier and Type Method Description TableMetadata.BuilderTableMetadata.Builder. additionalWritePolicy(SpeculativeRetryPolicy val)TableParams.BuilderTableParams.Builder. additionalWritePolicy(SpeculativeRetryPolicy val)TableMetadata.BuilderTableMetadata.Builder. speculativeRetry(SpeculativeRetryPolicy val)TableParams.BuilderTableParams.Builder. speculativeRetry(SpeculativeRetryPolicy val) -
Uses of SpeculativeRetryPolicy in org.apache.cassandra.service.reads
Classes in org.apache.cassandra.service.reads that implement SpeculativeRetryPolicy Modifier and Type Class Description classAlwaysSpeculativeRetryPolicyclassFixedSpeculativeRetryPolicyclassHybridSpeculativeRetryPolicyclassNeverSpeculativeRetryPolicyclassPercentileSpeculativeRetryPolicyMethods in org.apache.cassandra.service.reads that return SpeculativeRetryPolicy Modifier and Type Method Description static SpeculativeRetryPolicySpeculativeRetryPolicy. fromString(java.lang.String str)
-