@FunctionalInterface public interface CommandLoadFactorProvider
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_VALUE
The default value for command load factor: 100.
|
Modifier and Type | Method and Description |
---|---|
int |
getFor(String command)
Returns the load factor value for the specific command
|
static final int DEFAULT_VALUE
int getFor(String command)
command
- the command nameCopyright © 2010–2022. All rights reserved.