Class URLBlobStore

java.lang.Object
org.opensearch.common.blobstore.url.URLBlobStore
All Implemented Interfaces:
Closeable, AutoCloseable, BlobStore

public class URLBlobStore extends Object implements BlobStore
Read-only URL-based blob store
  • Constructor Details

    • URLBlobStore

      public URLBlobStore(Settings settings, URL path)
      Constructs new read-only URL-based blob store

      The following settings are supported

      buffer_size
      - size of the read buffer, defaults to 100KB
      Parameters:
      settings - settings
      path - base URL
  • Method Details