Modifier and Type | Method and Description |
---|---|
void |
BlobStoreIndexShardRepository.initialize(BlobStore blobStore,
BlobPath basePath,
ByteSizeValue chunkSize,
org.apache.lucene.store.RateLimiter snapshotRateLimiter,
org.apache.lucene.store.RateLimiter restoreRateLimiter,
BlobStoreIndexShardRepository.RateLimiterListener rateLimiterListener)
Called by
BlobStoreRepository on repository startup |
Modifier and Type | Class and Description |
---|---|
class |
BlobStoreRepository
BlobStore - based implementation of Snapshot Repository
This repository works with any
BlobStore implementation. |
Modifier and Type | Class and Description |
---|---|
class |
FsRepository
Shared file system implementation of the BlobStoreRepository
Shared file system repository supports the following settings
location Path to the root of repository. |
Modifier and Type | Class and Description |
---|---|
class |
URLRepository
Read-only URL-based implementation of the BlobStoreRepository
This repository supports the following settings
url URL to the root of repository. |
Copyright © 2009–2015. All rights reserved.