Class URLBlobStore

    • Constructor Detail

      • 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 Detail

      • toString

        public String toString()
      • path

        public URL path()
        Returns base URL
        Returns:
        base URL
      • bufferSizeInBytes

        public int bufferSizeInBytes()
        Returns read buffer size
        Returns:
        read buffer size
      • delete

        public void delete(BlobPath path)
        This operation is not supported by URL Blob Store
        Specified by:
        delete in interface  BlobStore
        Parameters:
        path -
      • close

        public void close()