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 |
---|---|
protected SnapshotsStatusRequest |
TransportSnapshotsStatusAction.newRequest() |
SnapshotsStatusRequest |
SnapshotsStatusRequest.repository(String repository)
Sets repository name
|
SnapshotsStatusRequest |
SnapshotsStatusRequest.snapshots(String[] snapshots)
Sets the list of snapshots to be returned
|
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportSnapshotsStatusAction.checkBlock(SnapshotsStatusRequest request,
ClusterState state) |
protected void |
TransportSnapshotsStatusAction.masterOperation(SnapshotsStatusRequest request,
ClusterState state,
ActionListener<SnapshotsStatusResponse> listener) |
Modifier and Type | Method and Description |
---|---|
static SnapshotsStatusRequest |
Requests.snapshotsStatusRequest(String repository)
Get status of snapshots
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<SnapshotsStatusResponse> |
ClusterAdminClient.snapshotsStatus(SnapshotsStatusRequest request)
Get snapshot status.
|
void |
ClusterAdminClient.snapshotsStatus(SnapshotsStatusRequest request,
ActionListener<SnapshotsStatusResponse> listener)
Get snapshot status.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<SnapshotsStatusResponse> |
AbstractClusterAdminClient.snapshotsStatus(SnapshotsStatusRequest request) |
void |
AbstractClusterAdminClient.snapshotsStatus(SnapshotsStatusRequest request,
ActionListener<SnapshotsStatusResponse> listener) |
Copyright © 2009–2015. All rights reserved.