Package | Description |
---|---|
org.tikv.common.util |
Modifier and Type | Method and Description |
---|---|
static BackOffer.BackOffStrategy |
BackOffer.BackOffStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackOffer.BackOffStrategy[] |
BackOffer.BackOffStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BackOffFunction |
BackOffFunction.create(int base,
int cap,
BackOffer.BackOffStrategy strategy) |
Copyright © 2024 PingCAP. All rights reserved.