Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusResponse
-
Packages that use SnapshotsStatusResponse Package Description org.elasticsearch.action.admin.cluster.snapshots.status org.elasticsearch.client -
-
Uses of SnapshotsStatusResponse in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return SnapshotsStatusResponse Modifier and Type Method Description static SnapshotsStatusResponseSnapshotsStatusResponse. fromXContent(XContentParser parser)protected SnapshotsStatusResponseTransportSnapshotsStatusAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.cluster.snapshots.status with type arguments of type SnapshotsStatusResponse Modifier and Type Method Description protected voidTransportSnapshotsStatusAction. masterOperation(SnapshotsStatusRequest request, ClusterState state, ActionListener<SnapshotsStatusResponse> listener) -
Uses of SnapshotsStatusResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return SnapshotsStatusResponse Modifier and Type Method Description SnapshotsStatusResponseSnapshotClient. status(SnapshotsStatusRequest snapshotsStatusRequest, RequestOptions options)Gets the status of requested snapshots.Methods in org.elasticsearch.client that return types with arguments of type SnapshotsStatusResponse Modifier and Type Method Description ActionFuture<SnapshotsStatusResponse>ClusterAdminClient. snapshotsStatus(SnapshotsStatusRequest request)Get snapshot status.Method parameters in org.elasticsearch.client with type arguments of type SnapshotsStatusResponse Modifier and Type Method Description voidClusterAdminClient. snapshotsStatus(SnapshotsStatusRequest request, ActionListener<SnapshotsStatusResponse> listener)Get snapshot status.CancellableSnapshotClient. statusAsync(SnapshotsStatusRequest snapshotsStatusRequest, RequestOptions options, ActionListener<SnapshotsStatusResponse> listener)Asynchronously gets the status of requested snapshots.
-