Uses of Interface
org.apache.flink.runtime.webmonitor.history.JsonArchivist
Packages that use JsonArchivist
Package
Description
-
Uses of JsonArchivist in org.apache.flink.runtime.dispatcher
Classes in org.apache.flink.runtime.dispatcher that implement JsonArchivistMethods in org.apache.flink.runtime.dispatcher with parameters of type JsonArchivistModifier and TypeMethodDescriptionstatic HistoryServerArchivistHistoryServerArchivist.createHistoryServerArchivist(org.apache.flink.configuration.Configuration configuration, JsonArchivist jsonArchivist, Executor ioExecutor) -
Uses of JsonArchivist in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement JsonArchivistModifier and TypeClassDescriptionclassREST endpoint for the ApplicationClusterEntryPoint. -
Uses of JsonArchivist in org.apache.flink.runtime.rest.handler.job
Classes in org.apache.flink.runtime.rest.handler.job that implement JsonArchivistModifier and TypeClassDescriptionclassRequest handler that returns the aggregated accumulators of a job.classHandler serving the job configuration.classHandler returning the details for the specified job.classHandler serving the job exceptions.classHandler which serves the jobmanager's configuration of a specific job.classHandler which serves the jobmanager's environment variables of a specific job.classHandler serving the job execution plan.classOverview handler for jobs.classRequest handler for the job vertex details.classA 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.classRequest handler for the subtask execution attempt accumulators.classHandler of specific sub task execution attempt.classRequest 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 JsonArchivistModifier and TypeClassDescriptionclassHandler which serves the checkpoint configuration.classHandler which serves the checkpoint statistics.classREST handler which returns the details for a checkpoint.classREST 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 JsonArchivistModifier and TypeClassDescriptionclassWebMonitorEndpoint<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.historyModifier and TypeInterfaceDescriptioninterfaceInterface for all classes that want to participate in the archiving of job-related json responses but only provideAccessExecutionGraph-related information.