Uses of Interface
io.nosqlbench.api.content.Content
Packages that use Content
Package
Description
-
Uses of Content in io.nosqlbench.api.content
Classes in io.nosqlbench.api.content 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.Methods in io.nosqlbench.api.content that return ContentModifier and TypeMethodDescriptionContent<?>NBIO.one()Content<?>NBPathsAPI.DoSearch.one()Find exactly one source of content under the search parameters given.Content<?>URIResolver.resolveOne(String candidatePath) Methods in io.nosqlbench.api.content that return types with arguments of type ContentModifier and TypeMethodDescriptionNBIO.first()NBPathsAPI.DoSearch.first()Return the result of resolving the resource.NBIO.list()NBPathsAPI.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()NBPathsAPI.DoSearch.resolveEach()Return the result of resolving each of the resource names given.Methods in io.nosqlbench.api.content with parameters of type ContentMethod parameters in io.nosqlbench.api.content with type arguments of type Content -
Uses of Content in io.nosqlbench.api.markdown.aggregator
Constructors in io.nosqlbench.api.markdown.aggregator with parameters of type Content -
Uses of Content in io.nosqlbench.api.markdown.providers
Methods in io.nosqlbench.api.markdown.providers that return types with arguments of type ContentModifier and TypeMethodDescriptionRawMarkdownSources.getAllMarkdown()DocsRootDirectory.getMarkdownInfo()RawMarkdownSource.getMarkdownInfo()