public abstract class AbstractJobVertexRequestHandler extends AbstractExecutionGraphRequestHandler
executor| Constructor and Description |
|---|
AbstractJobVertexRequestHandler(ExecutionGraphCache executionGraphHolder,
Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<String> |
handleRequest(AccessExecutionGraph graph,
Map<String,String> params) |
abstract CompletableFuture<String> |
handleRequest(AccessExecutionJobVertex jobVertex,
Map<String,String> params) |
static JobVertexID |
parseJobVertexId(Map<String,String> params)
Returns the job vertex ID parsed from the provided parameters.
|
handleJsonRequesthandleRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPathspublic AbstractJobVertexRequestHandler(ExecutionGraphCache executionGraphHolder, Executor executor)
public final CompletableFuture<String> handleRequest(AccessExecutionGraph graph, Map<String,String> params)
handleRequest in class AbstractExecutionGraphRequestHandlerpublic static JobVertexID parseJobVertexId(Map<String,String> params)
params - Path parametersnull if not available.public abstract CompletableFuture<String> handleRequest(AccessExecutionJobVertex jobVertex, Map<String,String> params)
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.