| Package | Description |
|---|---|
| org.elasticsearch.repositories | |
| org.elasticsearch.repositories.blobstore | |
| org.elasticsearch.repositories.fs | |
| org.elasticsearch.repositories.uri |
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositoriesService.repository(String repository)
Returns registered repository
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoriesModule.registerRepository(String type,
Class<? extends Repository> repositoryType,
Class<? extends IndexShardRepository> shardRepositoryType)
Registers a custom repository type to the given
Repository and IndexShardRepository. |
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.
|
| 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.