Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.snapshots.status | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
SnapshotsStatusResponse |
SnapshotsStatusAction.newResponse() |
protected SnapshotsStatusResponse |
TransportSnapshotsStatusAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
SnapshotsStatusRequestBuilder.doExecute(ActionListener<SnapshotsStatusResponse> listener) |
protected void |
TransportSnapshotsStatusAction.masterOperation(SnapshotsStatusRequest request,
ClusterState state,
ActionListener<SnapshotsStatusResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<SnapshotsStatusResponse> |
ClusterAdminClient.snapshotsStatus(SnapshotsStatusRequest request)
Get snapshot status.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterAdminClient.snapshotsStatus(SnapshotsStatusRequest request,
ActionListener<SnapshotsStatusResponse> listener)
Get snapshot status.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<SnapshotsStatusResponse> |
AbstractClusterAdminClient.snapshotsStatus(SnapshotsStatusRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterAdminClient.snapshotsStatus(SnapshotsStatusRequest request,
ActionListener<SnapshotsStatusResponse> listener) |
Copyright © 2009–2015. All rights reserved.