Class RawOpDef
java.lang.Object
io.nosqlbench.adapters.api.activityconfig.rawyaml.Tags
io.nosqlbench.adapters.api.activityconfig.rawyaml.RawOpFields
io.nosqlbench.adapters.api.activityconfig.rawyaml.RawOpDef
- All Implemented Interfaces:
Tagged
See specification for what this should do in UniformWorkloadSpecificationTest
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.nosqlbench.adapters.api.activityconfig.rawyaml.RawOpFields
applyBlockParams, getBindings, getDesc, getParams, setBindings, setDesc, setDescription, setName, setParams
-
Constructor Details
-
RawOpDef
public RawOpDef() -
RawOpDef
-
RawOpDef
-
-
Method Details
-
setFieldsByReflection
- Overrides:
setFieldsByReflectionin classRawOpFields
-
getStmt
-
getOp
-
getName
- Overrides:
getNamein classRawOpFields
-
setRefKey
public void setRefKey(int refKey) -
getRefKey
public int getRefKey()Get an integer key for the op template for this workload template, based on enumeration of all active op templates. This value is stable within the current instance of the workload template only.- Returns:
- a unique integer key for this op template within the workload template
-