Uses of Interface
io.nosqlbench.nb.api.docsapi.DocsBinder
Packages that use DocsBinder
Package
Description
-
Uses of DocsBinder in io.nosqlbench.adapters.api.activityimpl.docs
Methods in io.nosqlbench.adapters.api.activityimpl.docs that return DocsBinder -
Uses of DocsBinder in io.nosqlbench.adapters.api.activityimpl.uniform
Methods in io.nosqlbench.adapters.api.activityimpl.uniform that return DocsBinderModifier and TypeMethodDescriptiondefault DocsBinderDriverAdapter.getBundledDocs()The standard way to provide docs for a driver adapter is to put them in one of two common places: -
Uses of DocsBinder in io.nosqlbench.adapters.api.specifications
Methods in io.nosqlbench.adapters.api.specifications that return DocsBinder -
Uses of DocsBinder in io.nosqlbench.api.docsapi.docexporter
Methods in io.nosqlbench.api.docsapi.docexporter that return DocsBinder -
Uses of DocsBinder in io.nosqlbench.docsys
Methods in io.nosqlbench.docsys that return DocsBinder -
Uses of DocsBinder in io.nosqlbench.docsys.api
Methods in io.nosqlbench.docsys.api that return DocsBinder -
Uses of DocsBinder in io.nosqlbench.docsys.core
Methods in io.nosqlbench.docsys.core that return DocsBinderModifier and TypeMethodDescriptionstatic DocsBinderDocsysPathLoader.loadDynamicPaths()static DocsBinderDocsysPathLoader.loadStaticPaths() -
Uses of DocsBinder in io.nosqlbench.nb.api.apps
Methods in io.nosqlbench.nb.api.apps that return DocsBinderModifier and TypeMethodDescriptiondefault DocsBinderBundledApp.getBundledDocs()BundledAppDocs.getDocs() -
Uses of DocsBinder in io.nosqlbench.nb.api.docsapi
Classes in io.nosqlbench.nb.api.docsapi that implement DocsBinderModifier and TypeClassDescriptionclassThe Docs class is a utility class that makes it easy to enumerate docs for a component.Methods in io.nosqlbench.nb.api.docsapi that return DocsBinderModifier and TypeMethodDescriptionDocs.asDocsBinder()static DocsBinderDocs.empty()static DocsBinderBundledMarkdownManifest.getDocs()static DocsBinderBundledMarkdownLoader.loadBundledMarkdown()Docs.merge(DocsBinder other) Docs.merge(DocsNameSpace namespace) DocsBinder.merge(DocsBinder other) The result of merging two DocsInfo elements together is a combined DocsInfo element with all unique namespaces occurring exactly once, and with the other namespace overwriting same-named namespaces in the original element.DocsBinder.merge(DocsNameSpace other) The result of merging a DocPathInfo entry into a DocsInfo element is the combined DocsInfo element with the added entry overwriting any namespace of the same name.The result of removing a set of namespaces from a DocsInfo element is a new DocsInfo element containing only the namespaces which were removed.Methods in io.nosqlbench.nb.api.docsapi with parameters of type DocsBinderModifier and TypeMethodDescriptionDocs.merge(DocsBinder other) DocsBinder.merge(DocsBinder other) The result of merging two DocsInfo elements together is a combined DocsInfo element with all unique namespaces occurring exactly once, and with the other namespace overwriting same-named namespaces in the original element. -
Uses of DocsBinder in io.nosqlbench.virtdata.userlibs.docinfo
Methods in io.nosqlbench.virtdata.userlibs.docinfo that return DocsBinder