Module org.elasticsearch.server
Package org.elasticsearch.action.search
Class TransportClosePointInTimeAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<ClosePointInTimeRequest,ClosePointInTimeResponse>
org.elasticsearch.action.support.HandledTransportAction<ClosePointInTimeRequest,ClosePointInTimeResponse>
org.elasticsearch.action.search.TransportClosePointInTimeAction
public class TransportClosePointInTimeAction
extends HandledTransportAction<ClosePointInTimeRequest,ClosePointInTimeResponse>
-
Field Summary
FieldsFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportClosePointInTimeAction(TransportService transportService, ClusterService clusterService, ActionFilters actionFilters, SearchTransportService searchTransportService, NamedWriteableRegistry namedWriteableRegistry) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, ClosePointInTimeRequest request, ActionListener<ClosePointInTimeResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Field Details
-
TYPE
-
-
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>
-