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
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, execute, execute 
- 
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>
 
 -