| パッケージ | 説明 |
|---|---|
| org.elasticsearch.repositories | |
| org.elasticsearch.repositories.blobstore | |
| org.elasticsearch.repositories.fs | |
| org.elasticsearch.repositories.uri |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Repository |
RepositoriesService.repository(String repository)
Returns registered repository
This method is called only on the master node
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
RepositoryTypesRegistry.registerRepository(String name,
Class<? extends Repository> repositoryType,
Class<? extends IndexShardRepository> shardRepositoryType)
Adds a new repository type to the registry, bound to the given implementation classes.
|
void |
RepositoriesModule.registerRepository(String type,
Class<? extends Repository> repositoryType,
Class<? extends IndexShardRepository> shardRepositoryType)
Registers a custom repository type to the given
Repository and IndexShardRepository. |
| 修飾子とタイプ | クラスと説明 |
|---|---|
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.