Class NBCoreInvokableResolver
java.lang.Object
io.nosqlbench.engine.core.lifecycle.session.NBCoreInvokableResolver
- All Implemented Interfaces:
NBInvokableResolver
This is the core wrapper around any resolvers for NB commands.
Call it directly and it will invoke all others in the runtime as long as they
are registered as a service for SPI.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve(Cmd cmd, NBBufferedContainer parent, String stepname) boolean
-
Constructor Details
-
NBCoreInvokableResolver
public NBCoreInvokableResolver()
-
-
Method Details
-
resolve
- Specified by:
resolvein interfaceNBInvokableResolver
-
verify
- Specified by:
verifyin interfaceNBInvokableResolver
-