Class OpsBlock
java.lang.Object
io.nosqlbench.adapters.api.activityconfig.yaml.OpsBlock
- All Implemented Interfaces:
Tagged,Iterable<OpTemplate>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getOps()<V> V<V> VgetParamOrDefault(String name, V defaultValue) getTags()@NotNull Iterator<OpTemplate> iterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
OpsBlock
-
-
Method Details
-
getOps
-
getName
-
getTags
-
getParams
-
getParamsAsText
-
getParamOrDefault
-
getParam
-
getBindings
-
iterator
- Specified by:
iteratorin interfaceIterable<OpTemplate>
-