All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.elasticsearch.common.blobstore.BlobStore Maven / Gradle / Ivy

There is a newer version: 8.14.1
Show newest version
package org.elasticsearch.common.blobstore;

/**
 *
 */
public interface BlobStore {

    ImmutableBlobContainer immutableBlobContainer(BlobPath path);

    void delete(BlobPath path);

    void close();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy