Class FsRepository

All Implemented Interfaces:
Closeable, AutoCloseable, LifecycleComponent, Releasable, Repository

public class FsRepository extends BlobStoreRepository
Shared file system implementation of the BlobStoreRepository

Shared file system repository supports the following settings

location
Path 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.
chunk_size
Large file can be divided into chunks. This parameter specifies the chunk size. Defaults to not chucked.
compress
If set to true metadata files will be stored compressed. Defaults to false.