public abstract class AbstractSubtaskRequestHandler extends AbstractJobVertexRequestHandler
executor
Constructor and Description |
---|
AbstractSubtaskRequestHandler(ExecutionGraphCache executionGraphHolder,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<String> |
handleRequest(AccessExecutionJobVertex jobVertex,
Map<String,String> params) |
abstract CompletableFuture<String> |
handleRequest(AccessExecutionVertex vertex,
Map<String,String> params) |
handleRequest, parseJobVertexId
handleJsonRequest
handleRequest
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPaths
public AbstractSubtaskRequestHandler(ExecutionGraphCache executionGraphHolder, Executor executor)
public final CompletableFuture<String> handleRequest(AccessExecutionJobVertex jobVertex, Map<String,String> params)
handleRequest
in class AbstractJobVertexRequestHandler
public abstract CompletableFuture<String> handleRequest(AccessExecutionVertex vertex, Map<String,String> params)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.