-
Methods in io.nosqlbench.engine.cli that return NBCLIArgsFile
| Modifier and Type |
Method |
Description |
NBCLIArgsFile |
NBCLIArgsFile.preload(java.lang.String... preload) |
|
NBCLIArgsFile |
NBCLIArgsFile.reserved(java.lang.String... reservedWords) |
Indicate which words are invalid for the purposes of matching
trailing parts of arguments.
|
NBCLIArgsFile |
NBCLIArgsFile.reserved(java.util.Collection<java.lang.String> reservedWords) |
Indicate which words are invalid for the purposes of matching
trailing parts of arguments.
|