Uses of Interface
io.nosqlbench.api.content.NBPathsAPI.GetPrefix
Packages that use NBPathsAPI.GetPrefix
-
Uses of NBPathsAPI.GetPrefix in io.nosqlbench.api.content
Subinterfaces of NBPathsAPI.GetPrefix in io.nosqlbench.api.contentClasses in io.nosqlbench.api.content that implement NBPathsAPI.GetPrefixModifier and TypeClassDescriptionclassNBIO is a helper utility packaged as a search builder and fluent API.Methods in io.nosqlbench.api.content that return NBPathsAPI.GetPrefixModifier and TypeMethodDescriptionstatic NBPathsAPI.GetPrefixNBIO.all()Search for named resources everywhere: URLs, filesystem, classpathNBIO.allContent()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.GetPrefixNBIO.classpath()Search for named resources in the classpathNBIO.fileContent()NBPathsAPI.GetSource.fileContent()Only return content from the filesystem, but not remote URLs nor internal bundled resources.static NBPathsAPI.GetPrefixNBIO.fs()Search for named resources on the filesystemNBIO.internalContent()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.GetPrefixNBIO.local()Search for named resources locally: filesystem, classpathNBIO.localContent()NBPathsAPI.GetSource.localContent()Only provide content from the class path and the local filesystem.Each of the prefix paths will be searched if the resource is not found with the exact path given.static NBPathsAPI.GetPrefixNBIO.remote()Search for named resources only in URLsNBIO.remoteContent()NBPathsAPI.GetSource.remoteContent()Only return content from remote URLs.