Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse
-
Packages that use GetSnapshotsResponse Package Description org.elasticsearch.action.admin.cluster.snapshots.get org.elasticsearch.client -
-
Uses of GetSnapshotsResponse in org.elasticsearch.action.admin.cluster.snapshots.get
Methods in org.elasticsearch.action.admin.cluster.snapshots.get that return GetSnapshotsResponse Modifier and Type Method Description static GetSnapshotsResponseGetSnapshotsResponse. fromXContent(XContentParser parser)protected GetSnapshotsResponseTransportGetSnapshotsAction. read(StreamInput in)Method parameters in org.elasticsearch.action.admin.cluster.snapshots.get with type arguments of type GetSnapshotsResponse Modifier and Type Method Description protected voidTransportGetSnapshotsAction. masterOperation(GetSnapshotsRequest request, ClusterState state, ActionListener<GetSnapshotsResponse> listener) -
Uses of GetSnapshotsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetSnapshotsResponse Modifier and Type Method Description GetSnapshotsResponseSnapshotClient. get(GetSnapshotsRequest getSnapshotsRequest, RequestOptions options)Get snapshots.Methods in org.elasticsearch.client that return types with arguments of type GetSnapshotsResponse Modifier and Type Method Description ActionFuture<GetSnapshotsResponse>ClusterAdminClient. getSnapshots(GetSnapshotsRequest request)Get snapshot.Method parameters in org.elasticsearch.client with type arguments of type GetSnapshotsResponse Modifier and Type Method Description CancellableSnapshotClient. getAsync(GetSnapshotsRequest getSnapshotsRequest, RequestOptions options, ActionListener<GetSnapshotsResponse> listener)Asynchronously get snapshots.voidClusterAdminClient. getSnapshots(GetSnapshotsRequest request, ActionListener<GetSnapshotsResponse> listener)Get snapshot.
-