Uses of Interface
io.nosqlbench.nb.api.docsapi.DocsNameSpace
Packages that use DocsNameSpace
-
Uses of DocsNameSpace in io.nosqlbench.nb.api.docsapi
Classes in io.nosqlbench.nb.api.docsapi that implement DocsNameSpaceSubinterfaces with type arguments of type DocsNameSpace in io.nosqlbench.nb.api.docsapiModifier and TypeInterfaceDescriptioninterfaceDocsInfo is a manifest view of a set of namespaces and included paths.Methods in io.nosqlbench.nb.api.docsapi that return types with arguments of type DocsNameSpaceModifier and TypeMethodDescriptionDocs.getNamespaces()DocsBinder.getNamespaces()Docs.iterator()Methods in io.nosqlbench.nb.api.docsapi with parameters of type DocsNameSpaceModifier and TypeMethodDescriptionDocs.merge(DocsNameSpace namespace) 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.