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 classDispatcherRestEndpointREST endpoint for theDispatchercomponent.Methods in org.apache.flink.runtime.dispatcher with parameters of type JsonArchivist Modifier and Type Method Description static 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 JsonArchivist Modifier and Type Class Description classMiniDispatcherRestEndpointREST 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 classJobAccumulatorsHandlerRequest handler that returns the aggregated accumulators of a job.classJobConfigHandlerHandler serving the job configuration.classJobDetailsHandlerHandler returning the details for the specified job.classJobExceptionsHandlerHandler serving the job exceptions.classJobManagerJobConfigurationHandlerHandler which serves the jobmanager's configuration of a specific job.classJobManagerJobEnvironmentHandlerHandler which serves the jobmanager's environment variables of a specific job.classJobPlanHandlerHandler serving the job execution plan.classJobsOverviewHandlerOverview handler for jobs.classJobVertexDetailsHandlerRequest handler for the job vertex details.classJobVertexTaskManagersHandlerA 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.classSubtaskExecutionAttemptAccumulatorsHandlerRequest handler for the subtask execution attempt accumulators.classSubtaskExecutionAttemptDetailsHandlerHandler of specific sub task execution attempt.classSubtasksTimesHandlerRequest 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 classCheckpointConfigHandlerHandler which serves the checkpoint configuration.classCheckpointingStatisticsHandlerHandler which serves the checkpoint statistics.classCheckpointStatisticDetailsHandlerREST handler which returns the details for a checkpoint.classTaskCheckpointStatisticDetailsHandlerREST 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 classWebMonitorEndpoint<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 interfaceOnlyExecutionGraphJsonArchivistInterface for all classes that want to participate in the archiving of job-related json responses but only provideAccessExecutionGraph-related information.
-