Package org.elasticsearch.action.search
Class TransportClosePointInTimeAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<ClosePointInTimeRequest,ClosePointInTimeResponse>
org.elasticsearch.action.search.TransportClosePointInTimeAction
public class TransportClosePointInTimeAction extends HandledTransportAction<ClosePointInTimeRequest,ClosePointInTimeResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, localConnection, logger, taskManager -
Constructor Summary
Constructors Constructor Description TransportClosePointInTimeAction(TransportService transportService, ClusterService clusterService, ActionFilters actionFilters, SearchTransportService searchTransportService, NamedWriteableRegistry namedWriteableRegistry) -
Method Summary
Modifier and Type Method Description protected voiddoExecute(Task task, ClosePointInTimeRequest request, ActionListener<ClosePointInTimeResponse> listener)Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, execute, executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TransportClosePointInTimeAction
@Inject public TransportClosePointInTimeAction(TransportService transportService, ClusterService clusterService, ActionFilters actionFilters, SearchTransportService searchTransportService, NamedWriteableRegistry namedWriteableRegistry)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, ClosePointInTimeRequest request, ActionListener<ClosePointInTimeResponse> listener)- Specified by:
doExecutein classTransportAction<ClosePointInTimeRequest,ClosePointInTimeResponse>
-