Uses of Interface
org.elasticsearch.common.blobstore.BlobStore
-
Packages that use BlobStore Package Description org.elasticsearch.common.blobstore.fs org.elasticsearch.repositories.blobstore org.elasticsearch.repositories.fs -
-
Uses of BlobStore in org.elasticsearch.common.blobstore.fs
Classes in org.elasticsearch.common.blobstore.fs that implement BlobStore Modifier and Type Class Description classFsBlobStore -
Uses of BlobStore in org.elasticsearch.repositories.blobstore
Methods in org.elasticsearch.repositories.blobstore that return BlobStore Modifier and Type Method Description BlobStoreBlobStoreRepository. blobStore()Maintains single lazy instance ofBlobStore.protected abstract BlobStoreBlobStoreRepository. createBlobStore()Creates new BlobStore to read and write data.protected BlobStoreBlobStoreRepository. getBlobStore() -
Uses of BlobStore in org.elasticsearch.repositories.fs
Methods in org.elasticsearch.repositories.fs that return BlobStore Modifier and Type Method Description protected BlobStoreFsRepository. createBlobStore()
-