Package | Description |
---|---|
org.elasticsearch.cluster.metadata | |
org.elasticsearch.repositories |
Modifier and Type | Method and Description |
---|---|
void |
RepositoriesService.registerRepository(RepositoriesService.RegisterRepositoryRequest request,
ActionListener<ClusterStateUpdateResponse> listener)
Registers new repository in the cluster
This method can be only called on the master node.
|
void |
RepositoriesService.unregisterRepository(RepositoriesService.UnregisterRepositoryRequest request,
ActionListener<ClusterStateUpdateResponse> listener)
Unregisters repository in the cluster
This method can be only called on the master node.
|
Copyright © 2009–2015. All rights reserved.