Uses of Interface
org.apache.flink.runtime.webmonitor.history.JsonArchivist
-
-
Uses of JsonArchivist in org.apache.flink.runtime.dispatcher
Classes in org.apache.flink.runtime.dispatcher that implement JsonArchivist Modifier and Type Class Description class
DispatcherRestEndpoint
REST endpoint for theDispatcher
component.Methods in org.apache.flink.runtime.dispatcher with parameters of type JsonArchivist Modifier and Type Method Description static HistoryServerArchivist
HistoryServerArchivist. createHistoryServerArchivist(Configuration configuration, JsonArchivist jsonArchivist, Executor ioExecutor)
-
Uses of JsonArchivist in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement JsonArchivist Modifier and Type Class Description class
MiniDispatcherRestEndpoint
REST endpoint for theJobClusterEntrypoint
. -
Uses of JsonArchivist in org.apache.flink.runtime.rest.handler.job
Classes in org.apache.flink.runtime.rest.handler.job that implement JsonArchivist Modifier and Type Class Description class
JobAccumulatorsHandler
Request handler that returns the aggregated accumulators of a job.class
JobConfigHandler
Handler serving the job configuration.class
JobDetailsHandler
Handler returning the details for the specified job.class
JobExceptionsHandler
Handler serving the job exceptions.class
JobManagerJobConfigurationHandler
Handler which serves the jobmanager's configuration of a specific job.class
JobManagerJobEnvironmentHandler
Handler which serves the jobmanager's environment variables of a specific job.class
JobPlanHandler
Handler serving the job execution plan.class
JobsOverviewHandler
Overview handler for jobs.class
JobVertexDetailsHandler
Request handler for the job vertex details.class
JobVertexTaskManagersHandler
A request handler that provides the details of a job vertex, including id, name, and the runtime and metrics of all its subtasks aggregated by TaskManager.class
SubtaskExecutionAttemptAccumulatorsHandler
Request handler for the subtask execution attempt accumulators.class
SubtaskExecutionAttemptDetailsHandler
Handler of specific sub task execution attempt.class
SubtasksTimesHandler
Request handler for the subtasks times info. -
Uses of JsonArchivist in org.apache.flink.runtime.rest.handler.job.checkpoints
Classes in org.apache.flink.runtime.rest.handler.job.checkpoints that implement JsonArchivist Modifier and Type Class Description class
CheckpointConfigHandler
Handler which serves the checkpoint configuration.class
CheckpointingStatisticsHandler
Handler which serves the checkpoint statistics.class
CheckpointStatisticDetailsHandler
REST handler which returns the details for a checkpoint.class
TaskCheckpointStatisticDetailsHandler
REST handler which serves checkpoint statistics for subtasks. -
Uses of JsonArchivist in org.apache.flink.runtime.webmonitor
Classes in org.apache.flink.runtime.webmonitor that implement JsonArchivist Modifier and Type Class Description class
WebMonitorEndpoint<T extends RestfulGateway>
Rest endpoint which serves the web frontend REST calls. -
Uses of JsonArchivist in org.apache.flink.runtime.webmonitor.history
Subinterfaces of JsonArchivist in org.apache.flink.runtime.webmonitor.history Modifier and Type Interface Description interface
OnlyExecutionGraphJsonArchivist
Interface for all classes that want to participate in the archiving of job-related json responses but only provideAccessExecutionGraph
-related information.
-