| 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
This method is called only on the master node
|
| 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
locationPath 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
urlURL to the root of repository. |
Copyright © 2009–2016. All rights reserved.