Class URLRepository

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, LifecycleComponent, Releasable, Repository

    public class URLRepository
    extends BlobStoreRepository
    Read-only URL-based implementation of the BlobStoreRepository

    This repository supports the following settings

    url
    URL to the root of repository. This is mandatory parameter.
    concurrent_streams
    Number of concurrent read/write stream (per repository on each node). Defaults to 5.