Uses of Interface
io.nosqlbench.nb.api.nbio.NBPathsAPI.GetPrefixes
Packages that use NBPathsAPI.GetPrefixes
-
Uses of NBPathsAPI.GetPrefixes in io.nosqlbench.nb.api.nbio
Subinterfaces of NBPathsAPI.GetPrefixes in io.nosqlbench.nb.api.nbioClasses in io.nosqlbench.nb.api.nbio that implement NBPathsAPI.GetPrefixesModifier and TypeClassDescriptionclassNBIO is a helper utility packaged as a search builder and fluent API.Methods in io.nosqlbench.nb.api.nbio that return NBPathsAPI.GetPrefixesModifier and TypeMethodDescriptionstatic NBPathsAPI.GetPrefixesNBIO.all()Search for named resources everywhere: URLs, filesystem, classpathNBIO.allContent()Return content from everywhere, from remote URls, or from the file system and then the internal bundled content if not found in the file system first.NBPathsAPI.GetSource.allContent()Return content from everywhere, from remote URls, or from the file system and then the internal bundled content if not found in the file system first.static NBPathsAPI.GetPrefixesNBIO.cached()Return content from the NBIO cache.NBIO.cachedContent()Return content from the NBIO cache.NBPathsAPI.GetSource.cachedContent()Return content from the NBIO cache.static NBPathsAPI.GetPrefixesNBIO.chain(List<ResolverChain.Link> chains) Search for ordered chainsNBIO.chainContent(List<ResolverChain.Link> chains) Return content from protocols that you choose in the order you specifyNBPathsAPI.GetSource.chainContent(List<ResolverChain.Link> chains) Return content from protocols that you choose in the order you specifystatic NBPathsAPI.GetPrefixesNBIO.classpath()Search for named resources in the classpathNBIO.fileContent()Only return content from the filesystem, but not remote URLs nor internal bundled resources.NBPathsAPI.GetSource.fileContent()Only return content from the filesystem, but not remote URLs nor internal bundled resources.static NBPathsAPI.GetPrefixesNBIO.fs()Search for named resources on the filesystemNBIO.internalContent()Only return content from the runtime classpath, internal resources that are bundled, and do not return content on the file system.NBPathsAPI.GetSource.internalContent()Only return content from the runtime classpath, internal resources that are bundled, and do not return content on the file system.static NBPathsAPI.GetPrefixesNBIO.local()Search for named resources locally: filesystem, classpathNBIO.localContent()Only provide content from the class path and the local filesystem.NBPathsAPI.GetSource.localContent()Only provide content from the class path and the local filesystem.static NBPathsAPI.GetPrefixesNBIO.remote()Search for named resources only in URLsNBIO.remoteContent()Only return content from remote URLs.NBPathsAPI.GetSource.remoteContent()Only return content from remote URLs.NBIO.searchPrefixes(String... searchPaths) Each of the prefix paths will be searched if the resource is not found with the exact path given.NBPathsAPI.GetPrefixes.searchPrefixes(String... prefixPaths) Each of the prefix paths will be searched if the resource is not found with the exact path given.