Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.schema |
Modifier and Type | Method and Description |
---|---|
CFMetaData |
CFMetaData.speculativeRetry(SpeculativeRetryParam prop) |
Modifier and Type | Field and Description |
---|---|
static SpeculativeRetryParam |
SpeculativeRetryParam.ALWAYS |
static SpeculativeRetryParam |
SpeculativeRetryParam.DEFAULT |
static SpeculativeRetryParam |
SpeculativeRetryParam.NONE |
SpeculativeRetryParam |
TableParams.speculativeRetry |
Modifier and Type | Method and Description |
---|---|
static SpeculativeRetryParam |
SpeculativeRetryParam.always() |
static SpeculativeRetryParam |
SpeculativeRetryParam.custom(double value) |
static SpeculativeRetryParam |
SpeculativeRetryParam.fromString(java.lang.String value) |
static SpeculativeRetryParam |
SpeculativeRetryParam.none() |
static SpeculativeRetryParam |
SpeculativeRetryParam.percentile(double value) |
Modifier and Type | Method and Description |
---|---|
TableParams.Builder |
TableParams.Builder.speculativeRetry(SpeculativeRetryParam val) |
Copyright © 2020 The Apache Software Foundation