Uses of Class
org.elasticsearch.common.blobstore.BlobPath
-
-
Uses of BlobPath in org.elasticsearch.common.blobstore
Methods in org.elasticsearch.common.blobstore that return BlobPath Modifier and Type Method Description BlobPathBlobPath. add(String path)static BlobPathBlobPath. cleanPath()BlobPathBlobPath. parent()Returns this path's parent path.BlobPathBlobContainer. path()Gets theBlobPaththat defines the implementation specific paths to where the blobs are contained.Methods in org.elasticsearch.common.blobstore with parameters of type BlobPath Modifier and Type Method Description BlobContainerBlobStore. blobContainer(BlobPath path)Get a blob container instance for storing blobs at the givenBlobPath. -
Uses of BlobPath in org.elasticsearch.common.blobstore.fs
Methods in org.elasticsearch.common.blobstore.fs with parameters of type BlobPath Modifier and Type Method Description BlobContainerFsBlobStore. blobContainer(BlobPath path)Constructors in org.elasticsearch.common.blobstore.fs with parameters of type BlobPath Constructor Description FsBlobContainer(FsBlobStore blobStore, BlobPath blobPath, Path path) -
Uses of BlobPath in org.elasticsearch.common.blobstore.support
Methods in org.elasticsearch.common.blobstore.support that return BlobPath Modifier and Type Method Description BlobPathAbstractBlobContainer. path()Constructors in org.elasticsearch.common.blobstore.support with parameters of type BlobPath Constructor Description AbstractBlobContainer(BlobPath path) -
Uses of BlobPath in org.elasticsearch.repositories.blobstore
Methods in org.elasticsearch.repositories.blobstore that return BlobPath Modifier and Type Method Description abstract BlobPathBlobStoreRepository. basePath()Returns base path of the repository -
Uses of BlobPath in org.elasticsearch.repositories.fs
Methods in org.elasticsearch.repositories.fs that return BlobPath Modifier and Type Method Description BlobPathFsRepository. basePath()
-