| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.repositories.put | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected PutRepositoryResponse |
TransportPutRepositoryAction.newResponse() |
PutRepositoryResponse |
PutRepositoryAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportPutRepositoryAction.masterOperation(PutRepositoryRequest request,
ClusterState state,
ActionListener<PutRepositoryResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<PutRepositoryResponse> |
ClusterAdminClient.putRepository(PutRepositoryRequest request)
Registers a snapshot repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterAdminClient.putRepository(PutRepositoryRequest request,
ActionListener<PutRepositoryResponse> listener)
Registers a snapshot repository.
|
Copyright © 2009–2017. All rights reserved.