Uses of Class
org.apache.cassandra.service.reads.HybridSpeculativeRetryPolicy.Function
-
Packages that use HybridSpeculativeRetryPolicy.Function Package Description org.apache.cassandra.service.reads -
-
Uses of HybridSpeculativeRetryPolicy.Function in org.apache.cassandra.service.reads
Methods in org.apache.cassandra.service.reads that return HybridSpeculativeRetryPolicy.Function Modifier and Type Method Description static HybridSpeculativeRetryPolicy.Function
HybridSpeculativeRetryPolicy.Function. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HybridSpeculativeRetryPolicy.Function[]
HybridSpeculativeRetryPolicy.Function. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-