Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.repositories.verify | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
VerifyRepositoryResponse |
VerifyRepositoryAction.newResponse() |
protected VerifyRepositoryResponse |
TransportVerifyRepositoryAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
VerifyRepositoryRequestBuilder.doExecute(ActionListener<VerifyRepositoryResponse> listener) |
protected void |
TransportVerifyRepositoryAction.masterOperation(VerifyRepositoryRequest request,
ClusterState state,
ActionListener<VerifyRepositoryResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<VerifyRepositoryResponse> |
ClusterAdminClient.verifyRepository(VerifyRepositoryRequest request)
Verifies a repository.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterAdminClient.verifyRepository(VerifyRepositoryRequest request,
ActionListener<VerifyRepositoryResponse> listener)
Verifies a repository.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<VerifyRepositoryResponse> |
AbstractClusterAdminClient.verifyRepository(VerifyRepositoryRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterAdminClient.verifyRepository(VerifyRepositoryRequest request,
ActionListener<VerifyRepositoryResponse> listener) |
Copyright © 2009–2015. All rights reserved.