public class JobVertexFlameGraphHandler extends AbstractJobVertexHandler<JobVertexFlameGraph,JobVertexFlameGraphParameters>
log, MAPPERleaderRetriever, logger, responseHeaders, timeout| 构造器和说明 |
|---|
JobVertexFlameGraphHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
ExecutionGraphCache executionGraphCache,
Executor executor,
JobVertexThreadInfoTracker<JobVertexThreadInfoStats> threadInfoOperatorTracker) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
static AbstractRestHandler<?,?,?,?> |
disabledHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders) |
protected JobVertexFlameGraph |
handleRequest(HandlerRequest<EmptyRequestBody,JobVertexFlameGraphParameters> request,
AccessExecutionJobVertex jobVertex)
Called for each request after the corresponding
AccessExecutionJobVertex has been
retrieved from the AccessExecutionGraph. |
handleRequesthandleRequesthandleRequestgetMessageHeaders, respondToRequestcloseAsync, closeHandlerAsync, respondAsLeaderchannelRead0acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic JobVertexFlameGraphHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, org.apache.flink.api.common.time.Time timeout, Map<String,String> responseHeaders, ExecutionGraphCache executionGraphCache, Executor executor, JobVertexThreadInfoTracker<JobVertexThreadInfoStats> threadInfoOperatorTracker)
protected JobVertexFlameGraph handleRequest(HandlerRequest<EmptyRequestBody,JobVertexFlameGraphParameters> request, AccessExecutionJobVertex jobVertex) throws RestHandlerException
AbstractJobVertexHandlerAccessExecutionJobVertex has been
retrieved from the AccessExecutionGraph.handleRequest 在类中 AbstractJobVertexHandler<JobVertexFlameGraph,JobVertexFlameGraphParameters>request - the requestjobVertex - the execution job vertexRestHandlerException - if the handler could not process the requestpublic static AbstractRestHandler<?,?,?,?> disabledHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, org.apache.flink.api.common.time.Time timeout, Map<String,String> responseHeaders)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.