| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.snapshots.status | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected SnapshotsStatusResponse |
TransportSnapshotsStatusAction.newResponse() |
SnapshotsStatusResponse |
SnapshotsStatusAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2009–2017. All rights reserved.