Class TransportDeleteDanglingIndexAction

All Implemented Interfaces:
ActionWithReservedState<DeleteDanglingIndexRequest>

public class TransportDeleteDanglingIndexAction extends AcknowledgedTransportMasterNodeAction<DeleteDanglingIndexRequest>
Implements the deletion of a dangling index. When handling a DeleteDanglingIndexRequest, this class first checks that such a dangling index exists. It then submits a cluster state update to add the index to the index graveyard.