Class VirtDataMainApp
java.lang.Object
io.nosqlbench.virtdata.userlibs.apps.VirtDataMainApp
- All Implemented Interfaces:
BundledApp,ToIntFunction<String[]>
This just routes the user to the correct sub-app depending on the leading verb, stripping it off in the process.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintapplyAsInt(String[] args) static booleanhasNamedApp(String appname) static voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.nosqlbench.nb.api.apps.BundledApp
getBundledAppName, getBundledDocs
-
Constructor Details
-
VirtDataMainApp
public VirtDataMainApp()
-
-
Method Details
-
hasNamedApp
-
main
-
applyAsInt
- Specified by:
applyAsIntin interfaceBundledApp- Specified by:
applyAsIntin interfaceToIntFunction<String[]>
-