Module org.elasticsearch.xcore
Class GetSnapshotLifecycleStatsAction
java.lang.Object
org.elasticsearch.action.ActionType<GetSnapshotLifecycleStatsAction.Response>
org.elasticsearch.xpack.core.slm.action.GetSnapshotLifecycleStatsAction
public class GetSnapshotLifecycleStatsAction
extends ActionType<GetSnapshotLifecycleStatsAction.Response>
This class represents the action of retriving the stats for snapshot lifecycle management.
These are retrieved from the master's cluster state and contain numbers related to the count of
snapshots taken or deleted, as well as retention runs and time spent deleting snapshots.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GetSnapshotLifecycleStatsActionstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
NAME
- See Also:
-
-
Constructor Details
-
GetSnapshotLifecycleStatsAction
protected GetSnapshotLifecycleStatsAction()
-