Uses of Interface
io.nosqlbench.nb.api.nbio.Content
Packages that use Content
Package
Description
-
Uses of Content in io.nosqlbench.adapters.api.activityconfig
Methods in io.nosqlbench.adapters.api.activityconfig with parameters of type ContentModifier and TypeMethodDescriptionstatic OpsDocListOpsLoader.loadContent(Content<?> content, Map<String, String> params) -
Uses of Content in io.nosqlbench.engine.api.scenarios
Method parameters in io.nosqlbench.engine.api.scenarios with type arguments of type ContentModifier and TypeMethodDescriptionstatic List<WorkloadDesc> NBCLIScenarioPreprocessor.filterForScenarios(List<Content<?>> candidates) -
Uses of Content in io.nosqlbench.nb.api.markdown.aggregator
Constructors in io.nosqlbench.nb.api.markdown.aggregator with parameters of type Content -
Uses of Content in io.nosqlbench.nb.api.markdown.providers
Methods in io.nosqlbench.nb.api.markdown.providers that return types with arguments of type ContentModifier and TypeMethodDescriptionRawMarkdownSources.getAllMarkdown()DocsRootDirectory.getMarkdownInfo()RawMarkdownSource.getMarkdownInfo() -
Uses of Content in io.nosqlbench.nb.api.nbio
Classes in io.nosqlbench.nb.api.nbio that implement ContentModifier and TypeClassDescriptionclassPathContent provides the Path-centric way of accessing resolved content from the URIs API.classStreamContent is meant for short-lived use as an efficient way to find a read URL content.Subinterfaces with type arguments of type Content in io.nosqlbench.nb.api.nbioModifier and TypeInterfaceDescriptioninterfaceContent<T>A generic content wrapper for anything that can be given to a NoSQLBench runtime using a specific type of locator.Methods in io.nosqlbench.nb.api.nbio that return ContentModifier and TypeMethodDescriptionContent<?> NBIO.one()Find exactly one source of content under the search parameters given.Content<?> NBPathsAPI.DoSearch.one()Find exactly one source of content under the search parameters given.Content<?> URIResolver.resolveOne(String candidatePath) Methods in io.nosqlbench.nb.api.nbio that return types with arguments of type ContentModifier and TypeMethodDescriptionNBIO.first()Return the result of resolving the resource.NBPathsAPI.DoSearch.first()Return the result of resolving the resource.NBIO.list()Provide a list of all matching content that was matched by the search qualifiersNBPathsAPI.DoSearch.list()Provide a list of all matching content that was matched by the search qualifiersNBIO.maybeOne()Locate the content referenced by the specified name.URIResolver.resolveAll(String uri) URIResolver.resolveAll(URI uri) NBIO.resolveEach()Return the result of resolving each of the resource names given.NBPathsAPI.DoSearch.resolveEach()Return the result of resolving each of the resource names given.URIResolver.resolveOneOptionally(String candidatePath) Methods in io.nosqlbench.nb.api.nbio with parameters of type ContentMethod parameters in io.nosqlbench.nb.api.nbio with type arguments of type Content