Class TransportGetViewAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<GetViewAction.Request,GetViewAction.Response>
org.elasticsearch.action.support.local.TransportLocalClusterStateAction<GetViewAction.Request,GetViewAction.Response>
org.elasticsearch.action.support.local.TransportLocalProjectMetadataAction<GetViewAction.Request,GetViewAction.Response>
org.elasticsearch.xpack.esql.view.TransportGetViewAction
public class TransportGetViewAction
extends TransportLocalProjectMetadataAction<GetViewAction.Request,GetViewAction.Response>
-
Field Summary
FieldsFields inherited from class org.elasticsearch.action.support.local.TransportLocalClusterStateAction
clusterService, executorFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportGetViewAction(TransportService transportService, ActionFilters actionFilters, ClusterService clusterService, ProjectResolver projectResolver, ViewService viewService) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClusterBlockExceptioncheckBlock(GetViewAction.Request request, ProjectState state) protected voidlocalClusterStateOperation(Task task, GetViewAction.Request request, ProjectState project, ActionListener<GetViewAction.Response> listener) Methods inherited from class org.elasticsearch.action.support.local.TransportLocalProjectMetadataAction
checkBlock, localClusterStateOperationMethods inherited from class org.elasticsearch.action.support.local.TransportLocalClusterStateAction
doExecuteMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Field Details
-
TYPE
-
-
Constructor Details
-
TransportGetViewAction
@Inject public TransportGetViewAction(TransportService transportService, ActionFilters actionFilters, ClusterService clusterService, ProjectResolver projectResolver, ViewService viewService)
-
-
Method Details
-
localClusterStateOperation
protected void localClusterStateOperation(Task task, GetViewAction.Request request, ProjectState project, ActionListener<GetViewAction.Response> listener) - Specified by:
localClusterStateOperationin classTransportLocalProjectMetadataAction<GetViewAction.Request,GetViewAction.Response>
-
checkBlock
- Specified by:
checkBlockin classTransportLocalProjectMetadataAction<GetViewAction.Request,GetViewAction.Response>
-