public class BackOffFunction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BackOffFunction.BackOffFuncType |
Modifier and Type | Method and Description |
---|---|
static BackOffFunction |
create(int base,
int cap,
BackOffer.BackOffStrategy strategy) |
public static BackOffFunction create(int base, int cap, BackOffer.BackOffStrategy strategy)
Copyright © 2024 PingCAP. All rights reserved.