public interface SpeculativeRetryPolicy
Modifier and Type | Interface and Description |
---|---|
static class |
SpeculativeRetryPolicy.Kind |
Modifier and Type | Method and Description |
---|---|
long |
calculateThreshold(com.codahale.metrics.Snapshot latency,
long existingValue) |
static SpeculativeRetryPolicy |
fromString(java.lang.String str) |
SpeculativeRetryPolicy.Kind |
kind() |
long calculateThreshold(com.codahale.metrics.Snapshot latency, long existingValue)
SpeculativeRetryPolicy.Kind kind()
static SpeculativeRetryPolicy fromString(java.lang.String str)
Copyright © 2009-2022 The Apache Software Foundation