Uses of Class
org.elasticsearch.client.slm.GetSnapshotLifecycleStatsResponse
-
Packages that use GetSnapshotLifecycleStatsResponse Package Description org.elasticsearch.client org.elasticsearch.client.slm -
-
Uses of GetSnapshotLifecycleStatsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetSnapshotLifecycleStatsResponse Modifier and Type Method Description GetSnapshotLifecycleStatsResponseIndexLifecycleClient. getSnapshotLifecycleStats(GetSnapshotLifecycleStatsRequest request, RequestOptions options)Retrieve snapshot lifecycle statistics.Method parameters in org.elasticsearch.client with type arguments of type GetSnapshotLifecycleStatsResponse Modifier and Type Method Description CancellableIndexLifecycleClient. getSnapshotLifecycleStatsAsync(GetSnapshotLifecycleStatsRequest request, RequestOptions options, ActionListener<GetSnapshotLifecycleStatsResponse> listener)Asynchronously retrieve snapshot lifecycle statistics. -
Uses of GetSnapshotLifecycleStatsResponse in org.elasticsearch.client.slm
Methods in org.elasticsearch.client.slm that return GetSnapshotLifecycleStatsResponse Modifier and Type Method Description static GetSnapshotLifecycleStatsResponseGetSnapshotLifecycleStatsResponse. fromXContent(XContentParser parser)
-