| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
BlobStoreRepository
BlobStore - based implementation of Snapshot Repository
This repository works with any
BlobStore implementation. |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
FsRepository
Shared file system implementation of the BlobStoreRepository
Shared file system repository supports the following settings
locationPath to the root of repository. |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
URLRepository
Read-only URL-based implementation of the BlobStoreRepository
This repository supports the following settings
urlURL to the root of repository. |
Copyright © 2009–2016. All rights reserved.