Uses of Enum Class
io.nosqlbench.adapters.api.activityconfig.yaml.OpTemplateFormat
Packages that use OpTemplateFormat
Package
Description
-
Uses of OpTemplateFormat in io.nosqlbench.adapters.api.activityconfig
Methods in io.nosqlbench.adapters.api.activityconfig with parameters of type OpTemplateFormatModifier and TypeMethodDescriptionstatic OpsDocListOpsLoader.loadString(String sourceData, OpTemplateFormat fmt, Map<String, ?> params, URI srcuri) -
Uses of OpTemplateFormat in io.nosqlbench.adapters.api.activityconfig.yaml
Subclasses with type arguments of type OpTemplateFormat in io.nosqlbench.adapters.api.activityconfig.yamlModifier and TypeClassDescriptionenumThe formats which are recognized as source data for the workload.Methods in io.nosqlbench.adapters.api.activityconfig.yaml that return OpTemplateFormatModifier and TypeMethodDescriptionstatic OpTemplateFormatReturns the enum constant of this class with the specified name.static OpTemplateFormatOpTemplateFormat.valueOfPath(Path path) static OpTemplateFormatOpTemplateFormat.valueOfURI(URI uri) static OpTemplateFormat[]OpTemplateFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.