public class CheckpointStatsHandler extends AbstractExecutionGraphRequestHandler
Modifier and Type | Class and Description |
---|---|
static class |
CheckpointStatsHandler.CheckpointStatsJsonArchivist
Archivist for the CheckpointStatsJsonHandler.
|
executor
Constructor and Description |
---|
CheckpointStatsHandler(ExecutionGraphCache executionGraphHolder,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
String[] |
getPaths()
Returns an array of REST URL's under which this handler can be registered.
|
CompletableFuture<String> |
handleRequest(AccessExecutionGraph graph,
Map<String,String> params) |
handleJsonRequest
handleRequest
public CheckpointStatsHandler(ExecutionGraphCache executionGraphHolder, Executor executor)
public String[] getPaths()
RequestHandler
public CompletableFuture<String> handleRequest(AccessExecutionGraph graph, Map<String,String> params)
handleRequest
in class AbstractExecutionGraphRequestHandler
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.