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.ForTokenRead
ReplicaPlans. 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 SpeculativeRetryPolicy
TableParams. additionalWritePolicy
SpeculativeRetryPolicy
TableParams. speculativeRetry
Methods in org.apache.cassandra.schema with parameters of type SpeculativeRetryPolicy Modifier and Type Method Description TableMetadata.Builder
TableMetadata.Builder. additionalWritePolicy(SpeculativeRetryPolicy val)
TableParams.Builder
TableParams.Builder. additionalWritePolicy(SpeculativeRetryPolicy val)
TableMetadata.Builder
TableMetadata.Builder. speculativeRetry(SpeculativeRetryPolicy val)
TableParams.Builder
TableParams.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 class
AlwaysSpeculativeRetryPolicy
class
FixedSpeculativeRetryPolicy
class
HybridSpeculativeRetryPolicy
class
NeverSpeculativeRetryPolicy
class
PercentileSpeculativeRetryPolicy
Methods in org.apache.cassandra.service.reads that return SpeculativeRetryPolicy Modifier and Type Method Description static SpeculativeRetryPolicy
SpeculativeRetryPolicy. fromString(java.lang.String str)
-