public class JobVertexFlameGraphHandler extends AbstractJobVertexHandler<VertexFlameGraph,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,
JobVertexStatsTracker<VertexThreadInfoStats> threadInfoOperatorTracker) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
static AbstractRestHandler<?,?,?,?> |
disabledHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders) |
protected VertexFlameGraph |
handleRequest(HandlerRequest<EmptyRequestBody> 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, JobVertexStatsTracker<VertexThreadInfoStats> threadInfoOperatorTracker)
protected VertexFlameGraph handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionJobVertex jobVertex) throws RestHandlerException
AbstractJobVertexHandlerAccessExecutionJobVertex has been
retrieved from the AccessExecutionGraph.handleRequest 在类中 AbstractJobVertexHandler<VertexFlameGraph,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–2023 The Apache Software Foundation. All rights reserved.