Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.repositories.put | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
protected PutRepositoryResponse |
TransportPutRepositoryAction.newResponse() |
PutRepositoryResponse |
PutRepositoryAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
PutRepositoryRequestBuilder.doExecute(ActionListener<PutRepositoryResponse> listener) |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<PutRepositoryResponse> |
AbstractClusterAdminClient.putRepository(PutRepositoryRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterAdminClient.putRepository(PutRepositoryRequest request,
ActionListener<PutRepositoryResponse> listener) |
Copyright © 2009–2015. All rights reserved.