Class TransportImportDanglingIndexAction

java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,​Response>
org.elasticsearch.action.support.HandledTransportAction<ImportDanglingIndexRequest,​AcknowledgedResponse>
org.elasticsearch.action.admin.indices.dangling.import_index.TransportImportDanglingIndexAction

public class TransportImportDanglingIndexAction extends HandledTransportAction<ImportDanglingIndexRequest,​AcknowledgedResponse>
Implements the import of a dangling index. When handling a ImportDanglingIndexAction, this class first checks that such a dangling index exists. It then calls LocalAllocateDangledIndices to perform the actual allocation.