| 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,
boolean compress)
Called by
BlobStoreRepository on repository startup |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobStoreRepository
BlobStore - based implementation of Snapshot Repository
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsRepository
Shared file system implementation of the BlobStoreRepository
|
| Modifier and Type | Class and Description |
|---|---|
class |
URLRepository
Read-only URL-based implementation of the BlobStoreRepository
|
Copyright © 2009–2017. All rights reserved.