Skip navigation links
A B C D E G H I J L M N O P R S T U V W 

A

AbstractExecutionGraphRequestHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Base class for request handlers whose response depends on an ExecutionGraph that can be retrieved via "jobid" parameter.
AbstractExecutionGraphRequestHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.AbstractExecutionGraphRequestHandler
 
AbstractJobVertexRequestHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Base class for request handlers whose response depends on a specific job vertex (defined via the "vertexid" parameter) in a specific job, defined via (defined voa the "jobid" parameter).
AbstractJobVertexRequestHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.AbstractJobVertexRequestHandler
 
AbstractJsonRequestHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Base class for most request handlers.
AbstractJsonRequestHandler() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.AbstractJsonRequestHandler
 
AbstractMetricsHandler - Class in org.apache.flink.runtime.webmonitor.metrics
Abstract request handler that returns a list of all available metrics or the values for a set of metrics.
AbstractMetricsHandler(MetricFetcher) - Constructor for class org.apache.flink.runtime.webmonitor.metrics.AbstractMetricsHandler
 
AbstractSubtaskAttemptRequestHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Base class for request handlers whose response depends on a specific subtask execution attempt (defined via the "attempt" parameter) of a specific subtask (defined via the "subtasknum" parameter) in a specific job vertex (defined via the "vertexid" parameter) in a specific job, defined via (defined voa the "jobid" parameter).
AbstractSubtaskAttemptRequestHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.AbstractSubtaskAttemptRequestHandler
 
AbstractSubtaskRequestHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Base class for request handlers whose response depends on a specific subtask (defined via the "subtasknum" parameter) in a specific job vertex (defined via the "vertexid" parameter) in a specific job, defined via (defined voa the "jobid" parameter).
AbstractSubtaskRequestHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.AbstractSubtaskRequestHandler
 
add(MetricDump) - Method in class org.apache.flink.runtime.webmonitor.metrics.MetricStore
 
addGarbageCollectorName(String) - Method in class org.apache.flink.runtime.webmonitor.metrics.MetricStore.TaskManagerMetricStore
 
addIOMetrics(AccessExecution, MetricFetcher, String, String) - Method in class org.apache.flink.runtime.webmonitor.utils.MutableIOMetrics
Adds the IO metrics for the given attempt to this object.
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointConfigHandler.CheckpointConfigJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsDetailsHandler.CheckpointStatsDetailsJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsDetailsSubtasksHandler.CheckpointStatsDetailsSubtasksJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsHandler.CheckpointStatsJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.CurrentJobsOverviewHandler.CurrentJobsOverviewJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobAccumulatorsHandler.JobAccumulatorsJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobConfigHandler.JobConfigJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobDetailsHandler.JobDetailsJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobExceptionsHandler.JobExceptionsJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobPlanHandler.JobPlanJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexAccumulatorsHandler.JobVertexAccumulatorsJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexDetailsHandler.JobVertexDetailsJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexTaskManagersHandler.JobVertexTaskManagersJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptAccumulatorsHandler.SubtaskExecutionAttemptAccumulatorsJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptDetailsHandler.SubtaskExecutionAttemptDetailsJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtasksAllAccumulatorsHandler.SubtasksAllAccumulatorsJsonArchivist
 
archiveJsonWithPath(AccessExecutionGraph) - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtasksTimesHandler.SubtasksTimesJsonArchivist
 
awaitJobManagerGatewayAndWebPort() - Method in class org.apache.flink.runtime.webmonitor.JobManagerRetriever
Awaits the leading job manager gateway and its web monitor port.

B

BackPressureStatsTracker - Class in org.apache.flink.runtime.webmonitor
Back pressure statistics tracker.
BackPressureStatsTracker(StackTraceSampleCoordinator, int, int, Time) - Constructor for class org.apache.flink.runtime.webmonitor.BackPressureStatsTracker
Creates a back pressure statistics tracker.

C

cancelStackTraceSample(int, Throwable) - Method in class org.apache.flink.runtime.webmonitor.StackTraceSampleCoordinator
Cancels a pending sample.
channelRead0(ChannelHandlerContext, Routed) - Method in class org.apache.flink.runtime.webmonitor.files.StaticFileServerHandler
 
channelRead0(ChannelHandlerContext, Routed) - Method in class org.apache.flink.runtime.webmonitor.handlers.ConstantTextHandler
 
channelRead0(ChannelHandlerContext, Routed) - Method in class org.apache.flink.runtime.webmonitor.history.HistoryServerStaticFileServerHandler
 
channelRead0(ChannelHandlerContext, HttpObject) - Method in class org.apache.flink.runtime.webmonitor.HttpRequestHandler
 
channelRead0(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.webmonitor.PipelineErrorHandler
 
channelRead0(ChannelHandlerContext, Routed) - Method in class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandlerBase
 
channelUnregistered(ChannelHandlerContext) - Method in class org.apache.flink.runtime.webmonitor.HttpRequestHandler
 
CheckpointConfigHandler - Class in org.apache.flink.runtime.webmonitor.handlers.checkpoints
Handler that returns a job's snapshotting settings.
CheckpointConfigHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointConfigHandler
 
CheckpointConfigHandler.CheckpointConfigJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers.checkpoints
 
CheckpointConfigJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointConfigHandler.CheckpointConfigJsonArchivist
 
CheckpointStatsCache - Class in org.apache.flink.runtime.webmonitor.handlers.checkpoints
A size-based cache of accessed checkpoints for completed and failed checkpoints.
CheckpointStatsCache(int) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsCache
 
CheckpointStatsDetailsHandler - Class in org.apache.flink.runtime.webmonitor.handlers.checkpoints
Request handler that returns checkpoint stats for a single job vertex.
CheckpointStatsDetailsHandler(ExecutionGraphHolder, CheckpointStatsCache) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsDetailsHandler
 
CheckpointStatsDetailsHandler.CheckpointStatsDetailsJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers.checkpoints
 
CheckpointStatsDetailsJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsDetailsHandler.CheckpointStatsDetailsJsonArchivist
 
CheckpointStatsDetailsSubtasksHandler - Class in org.apache.flink.runtime.webmonitor.handlers.checkpoints
Request handler that returns checkpoint stats for a single job vertex with the summary stats and all subtasks.
CheckpointStatsDetailsSubtasksHandler(ExecutionGraphHolder, CheckpointStatsCache) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsDetailsSubtasksHandler
 
CheckpointStatsDetailsSubtasksHandler.CheckpointStatsDetailsSubtasksJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers.checkpoints
 
CheckpointStatsDetailsSubtasksJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsDetailsSubtasksHandler.CheckpointStatsDetailsSubtasksJsonArchivist
 
CheckpointStatsHandler - Class in org.apache.flink.runtime.webmonitor.handlers.checkpoints
Handler that returns checkpoint statistics for a job.
CheckpointStatsHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsHandler
 
CheckpointStatsHandler.CheckpointStatsJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers.checkpoints
 
CheckpointStatsJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsHandler.CheckpointStatsJsonArchivist
 
cleanUpOperatorStatsCache() - Method in class org.apache.flink.runtime.webmonitor.BackPressureStatsTracker
Cleans up the operator stats cache if it contains timed out entries.
ClusterOverviewHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Responder that returns the status of the Flink cluster, such as how many TaskManagers are currently connected, and how many jobs are running.
ClusterOverviewHandler(FiniteDuration) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.ClusterOverviewHandler
 
collectStackTraces(int, ExecutionAttemptID, List<StackTraceElement[]>) - Method in class org.apache.flink.runtime.webmonitor.StackTraceSampleCoordinator
Collects stack traces of a task.
ConstantTextHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Responder that returns a constant String.
ConstantTextHandler(String) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.ConstantTextHandler
 
createAttemptAccumulatorsJson(AccessExecution) - Static method in class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptAccumulatorsHandler
 
createAttemptDetailsJson(AccessExecution, String, String, MetricFetcher) - Static method in class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptDetailsHandler
 
createCheckpointDetailsJson(AbstractCheckpointStats) - Static method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsDetailsHandler
 
createConfigJson(long) - Static method in class org.apache.flink.runtime.webmonitor.handlers.DashboardConfigHandler
 
createJobAccumulatorsJson(AccessExecutionGraph) - Static method in class org.apache.flink.runtime.webmonitor.handlers.JobAccumulatorsHandler
 
createJobConfigJson(AccessExecutionGraph) - Static method in class org.apache.flink.runtime.webmonitor.handlers.JobConfigHandler
 
createJobDetailsJson(AccessExecutionGraph, MetricFetcher) - Static method in class org.apache.flink.runtime.webmonitor.handlers.JobDetailsHandler
 
createJobExceptionsJson(AccessExecutionGraph) - Static method in class org.apache.flink.runtime.webmonitor.handlers.JobExceptionsHandler
 
createSubtasksAccumulatorsJson(AccessExecutionJobVertex) - Static method in class org.apache.flink.runtime.webmonitor.handlers.SubtasksAllAccumulatorsHandler
 
createSubtaskTimesJson(AccessExecutionJobVertex) - Static method in class org.apache.flink.runtime.webmonitor.handlers.SubtasksTimesHandler
 
createVertexAccumulatorsJson(AccessExecutionJobVertex) - Static method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexAccumulatorsHandler
 
createVertexDetailsByTaskManagerJson(AccessExecutionJobVertex, String, MetricFetcher) - Static method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexTaskManagersHandler
 
createVertexDetailsJson(AccessExecutionJobVertex, String, MetricFetcher) - Static method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexDetailsHandler
 
CurrentJobIdsHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Responder that returns with a list of all JobIDs of jobs found at the target actor.
CurrentJobIdsHandler(FiniteDuration) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.CurrentJobIdsHandler
 
CurrentJobsOverviewHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler that returns a summary of the job status.
CurrentJobsOverviewHandler(FiniteDuration, boolean, boolean) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.CurrentJobsOverviewHandler
 
CurrentJobsOverviewHandler.CurrentJobsOverviewJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers
 
CurrentJobsOverviewJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.CurrentJobsOverviewHandler.CurrentJobsOverviewJsonArchivist
 

D

DashboardConfigHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Responder that returns the parameters that define how the asynchronous requests against this web server should behave.
DashboardConfigHandler(long) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.DashboardConfigHandler
 
DEFAULT_JOB_MANAGER_WEB_FRONTEND_PORT - Static variable in class org.apache.flink.runtime.webmonitor.WebMonitorConfig
Default port for the web dashboard (= 8081)
DEFAULT_JOB_MANAGER_WEB_REFRESH_INTERVAL - Static variable in class org.apache.flink.runtime.webmonitor.WebMonitorConfig
Default refresh interval for the web dashboard (= 3000 msecs)
DEFAULT_REQUEST_TIMEOUT - Static variable in class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
By default, all requests to the JobManager have a timeout of 10 seconds

E

exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.flink.runtime.webmonitor.files.StaticFileServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.flink.runtime.webmonitor.history.HistoryServerStaticFileServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.flink.runtime.webmonitor.PipelineErrorHandler
 
ExecutionGraphHolder - Class in org.apache.flink.runtime.webmonitor
Gateway to obtaining an ExecutionGraph from a source, like JobManager or Archive.
ExecutionGraphHolder() - Constructor for class org.apache.flink.runtime.webmonitor.ExecutionGraphHolder
 
ExecutionGraphHolder(FiniteDuration) - Constructor for class org.apache.flink.runtime.webmonitor.ExecutionGraphHolder
 

G

garbageCollectorNames - Variable in class org.apache.flink.runtime.webmonitor.metrics.MetricStore.TaskManagerMetricStore
 
getAllowOrigin() - Method in class org.apache.flink.runtime.webmonitor.WebMonitorConfig
 
getBackPressureRatio(int) - Method in class org.apache.flink.runtime.webmonitor.OperatorBackPressureStats
Returns the ratio of stack traces indicating back pressure to total number of sampled stack traces.
getBootstrap() - Method in class org.apache.flink.runtime.webmonitor.utils.WebFrontendBootstrap
 
getCleanUpInterval() - Method in class org.apache.flink.runtime.webmonitor.BackPressureStatsTracker
Cleanup interval for completed stats cache.
getDefaultMimeType() - Static method in class org.apache.flink.runtime.webmonitor.files.MimeTypes
Gets the default MIME type, which is "application/octet-stream".
getEndTime() - Method in class org.apache.flink.runtime.webmonitor.StackTraceSample
Returns the time stamp, when all stack traces were collected at the JobManager.
getEndTimestamp() - Method in class org.apache.flink.runtime.webmonitor.OperatorBackPressureStats
Returns the time stamp, when all stack traces were collected at the JobManager.
getExecutionGraph(JobID, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.ExecutionGraphHolder
Retrieves the execution graph with JobID jid or null if it cannot be found.
getInProgressHandler() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobCancellationWithSavepointHandlers
 
getJobGraphAndClassLoader(JarActionHandler.JarActionHandlerConfig) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarActionHandler
 
getJobManagerGatewayAndWebPort() - Method in class org.apache.flink.runtime.webmonitor.JobManagerRetriever
Returns the currently known leading job manager gateway and its web monitor port.
getJobManagerMetricStore() - Method in class org.apache.flink.runtime.webmonitor.metrics.MetricStore
getJobMetricStore(String) - Method in class org.apache.flink.runtime.webmonitor.metrics.MetricStore
Returns the MetricStore.JobMetricStore for the given job ID.
getJsonArchivists() - Static method in class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
Returns an array of all JsonArchivists that are relevant for the history server.
getMapFor(Map<String, String>, MetricStore) - Method in class org.apache.flink.runtime.webmonitor.metrics.AbstractMetricsHandler
Returns a Map containing the metrics belonging to the entity pointed to by the path parameters.
getMapFor(Map<String, String>, MetricStore) - Method in class org.apache.flink.runtime.webmonitor.metrics.JobManagerMetricsHandler
 
getMapFor(Map<String, String>, MetricStore) - Method in class org.apache.flink.runtime.webmonitor.metrics.JobMetricsHandler
 
getMapFor(Map<String, String>, MetricStore) - Method in class org.apache.flink.runtime.webmonitor.metrics.JobVertexMetricsHandler
 
getMapFor(Map<String, String>, MetricStore) - Method in class org.apache.flink.runtime.webmonitor.metrics.TaskManagerMetricsHandler
 
getMaxBackPressureRatio() - Method in class org.apache.flink.runtime.webmonitor.OperatorBackPressureStats
Returns the maximum back pressure ratio of all sub tasks.
getMetricStore() - Method in class org.apache.flink.runtime.webmonitor.metrics.MetricFetcher
Returns the MetricStore containing all stored metrics.
getMimeTypeForExtension(String) - Static method in class org.apache.flink.runtime.webmonitor.files.MimeTypes
Gets the MIME type for the file with the given extension.
getMimeTypeForFileName(String) - Static method in class org.apache.flink.runtime.webmonitor.files.MimeTypes
Gets the MIME type for the file with the given name, by extension.
getNumberOfSubTasks() - Method in class org.apache.flink.runtime.webmonitor.OperatorBackPressureStats
Returns the number of sub tasks.
getOperatorBackPressureStats(ExecutionJobVertex) - Method in class org.apache.flink.runtime.webmonitor.BackPressureStatsTracker
Returns back pressure statistics for a operator.
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointConfigHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsDetailsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsDetailsSubtasksHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.ClusterOverviewHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.CurrentJobIdsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.CurrentJobsOverviewHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.DashboardConfigHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JarAccessDeniedHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JarDeleteHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JarListHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JarPlanHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JarRunHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JarUploadHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobAccumulatorsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobCancellationHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobConfigHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobDetailsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobExceptionsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobManagerConfigHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobPlanHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobStoppingHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexAccumulatorsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexBackPressureHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexDetailsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexTaskManagersHandler
 
getPaths() - Method in interface org.apache.flink.runtime.webmonitor.handlers.RequestHandler
Returns an array of REST URL's under which this handler can be registered.
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtaskCurrentAttemptDetailsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptAccumulatorsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptDetailsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtasksAllAccumulatorsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtasksTimesHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.TaskManagerLogHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.handlers.TaskManagersHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.metrics.JobManagerMetricsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.metrics.JobMetricsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.metrics.JobVertexMetricsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.metrics.TaskManagerMetricsHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandler
 
getPaths() - Method in class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandlerBase
Returns an array of REST URL's under which this handler can be registered.
getRedirectAddress(String, Tuple2<ActorGateway, Integer>) - Static method in class org.apache.flink.runtime.webmonitor.handlers.HandlerRedirectUtils
 
getRedirectResponse(String, String, boolean) - Static method in class org.apache.flink.runtime.webmonitor.handlers.HandlerRedirectUtils
 
getRefreshInterval() - Method in class org.apache.flink.runtime.webmonitor.WebMonitorConfig
 
getSampleId() - Method in class org.apache.flink.runtime.webmonitor.OperatorBackPressureStats
Returns the ID of the sample.
getSampleId() - Method in class org.apache.flink.runtime.webmonitor.StackTraceSample
Returns the ID of the sample.
getServerPort() - Method in class org.apache.flink.runtime.webmonitor.utils.WebFrontendBootstrap
 
getServerPort() - Method in class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
 
getStackTraces() - Method in class org.apache.flink.runtime.webmonitor.StackTraceSample
Returns the a map of stack traces by execution ID.
getStartTime() - Method in class org.apache.flink.runtime.webmonitor.StackTraceSample
Returns the time stamp, when the sample was triggered.
getSubtaskMetricStore(String, String, int) - Method in class org.apache.flink.runtime.webmonitor.metrics.MetricStore
Returns the MetricStore.SubtaskMetricStore for the given job/task ID and subtask index.
getSubtaskMetricStore(int) - Method in class org.apache.flink.runtime.webmonitor.metrics.MetricStore.TaskMetricStore
 
getTaskManagerMetricStore(String) - Method in class org.apache.flink.runtime.webmonitor.metrics.MetricStore
Returns the MetricStore.TaskManagerMetricStore for the given taskmanager ID.
getTaskMetricStore(String, String) - Method in class org.apache.flink.runtime.webmonitor.metrics.MetricStore
Returns the MetricStore.TaskMetricStore for the given job/task ID.
getTaskMetricStore(String) - Method in class org.apache.flink.runtime.webmonitor.metrics.MetricStore.JobMetricStore
 
getTriggerHandler() - Method in class org.apache.flink.runtime.webmonitor.handlers.JobCancellationWithSavepointHandlers
 
getUnavailableResponse() - Static method in class org.apache.flink.runtime.webmonitor.handlers.HandlerRedirectUtils
 
getWebFrontendAddress() - Method in class org.apache.flink.runtime.webmonitor.WebMonitorConfig
 
getWebFrontendPort() - Method in class org.apache.flink.runtime.webmonitor.WebMonitorConfig
 

H

handleError(Exception) - Method in class org.apache.flink.runtime.webmonitor.JobManagerRetriever
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.AbstractExecutionGraphRequestHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.AbstractJsonRequestHandler
Core method that handles the request and generates the response.
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsDetailsSubtasksHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.ClusterOverviewHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.CurrentJobIdsHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.CurrentJobsOverviewHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.DashboardConfigHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarAccessDeniedHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarDeleteHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarListHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarPlanHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarRunHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarUploadHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobCancellationHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobManagerConfigHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobStoppingHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.TaskManagersHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.metrics.AbstractMetricsHandler
 
handleRequest(AccessExecutionGraph, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.AbstractExecutionGraphRequestHandler
 
handleRequest(AccessExecutionGraph, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.AbstractJobVertexRequestHandler
 
handleRequest(AccessExecutionJobVertex, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.AbstractJobVertexRequestHandler
 
handleRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.AbstractJsonRequestHandler
 
handleRequest(AccessExecutionVertex, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.AbstractSubtaskAttemptRequestHandler
 
handleRequest(AccessExecution, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.AbstractSubtaskAttemptRequestHandler
 
handleRequest(AccessExecutionJobVertex, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.AbstractSubtaskRequestHandler
 
handleRequest(AccessExecutionVertex, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.AbstractSubtaskRequestHandler
 
handleRequest(AccessExecutionGraph, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointConfigHandler
 
handleRequest(AccessExecutionGraph, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsDetailsHandler
 
handleRequest(AccessExecutionGraph, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsDetailsSubtasksHandler
 
handleRequest(AccessExecutionGraph, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.checkpoints.CheckpointStatsHandler
 
handleRequest(AccessExecutionGraph, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobAccumulatorsHandler
 
handleRequest(AccessExecutionGraph, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobConfigHandler
 
handleRequest(AccessExecutionGraph, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobDetailsHandler
 
handleRequest(AccessExecutionGraph, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobExceptionsHandler
 
handleRequest(AccessExecutionGraph, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobPlanHandler
 
handleRequest(AccessExecutionJobVertex, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexAccumulatorsHandler
 
handleRequest(AccessExecutionJobVertex, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexBackPressureHandler
 
handleRequest(AccessExecutionJobVertex, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexDetailsHandler
 
handleRequest(AccessExecutionJobVertex, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.JobVertexTaskManagersHandler
 
handleRequest(Map<String, String>, Map<String, String>, ActorGateway) - Method in interface org.apache.flink.runtime.webmonitor.handlers.RequestHandler
Core method that handles the request and generates the response.
handleRequest(AccessExecutionVertex, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtaskCurrentAttemptDetailsHandler
 
handleRequest(AccessExecution, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptAccumulatorsHandler
 
handleRequest(AccessExecution, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptDetailsHandler
 
handleRequest(AccessExecutionJobVertex, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtasksAllAccumulatorsHandler
 
handleRequest(AccessExecutionJobVertex, Map<String, String>) - Method in class org.apache.flink.runtime.webmonitor.handlers.SubtasksTimesHandler
 
HandlerRedirectUtils - Class in org.apache.flink.runtime.webmonitor.handlers
Utilities to extract a redirect address.
HandlerRedirectUtils() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.HandlerRedirectUtils
 
HistoryServer - Class in org.apache.flink.runtime.webmonitor.history
The HistoryServer provides a WebInterface and REST API to retrieve information about finished jobs for which the JobManager may have already shut down.
HistoryServer(Configuration) - Constructor for class org.apache.flink.runtime.webmonitor.history.HistoryServer
 
HistoryServer(Configuration, CountDownLatch) - Constructor for class org.apache.flink.runtime.webmonitor.history.HistoryServer
 
HistoryServerStaticFileServerHandler - Class in org.apache.flink.runtime.webmonitor.history
Simple file server handler used by the HistoryServer that serves requests to web frontend's static files, such as HTML, CSS, JS or JSON files.
HistoryServerStaticFileServerHandler(File) - Constructor for class org.apache.flink.runtime.webmonitor.history.HistoryServerStaticFileServerHandler
 
HTTP_DATE_FORMAT - Static variable in class org.apache.flink.runtime.webmonitor.files.StaticFileServerHandler
Date format for HTTP
HttpRequestHandler - Class in org.apache.flink.runtime.webmonitor
Simple code which handles all HTTP requests from the user, and passes them to the Router handler directly if they do not involve file upload requests.
HttpRequestHandler(File) - Constructor for class org.apache.flink.runtime.webmonitor.HttpRequestHandler
 
httpsEnabled - Variable in class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandlerBase
Whether the web service has https enabled

I

isProgramSubmitEnabled() - Method in class org.apache.flink.runtime.webmonitor.WebMonitorConfig
 

J

jacksonFactory - Static variable in class org.apache.flink.runtime.webmonitor.handlers.JsonFactory
The singleton Jackson JSON factory.
JarAccessDeniedHandler - Class in org.apache.flink.runtime.webmonitor.handlers
 
JarAccessDeniedHandler() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JarAccessDeniedHandler
 
JarActionHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Abstract handler for fetching plan for a jar or running a jar.
JarActionHandler(File) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JarActionHandler
 
JarDeleteHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Handles requests for deletion of jars.
JarDeleteHandler(File) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JarDeleteHandler
 
JarListHandler - Class in org.apache.flink.runtime.webmonitor.handlers
 
JarListHandler(File) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JarListHandler
 
JarPlanHandler - Class in org.apache.flink.runtime.webmonitor.handlers
This handler handles requests to fetch plan for a jar.
JarPlanHandler(File) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JarPlanHandler
 
JarRunHandler - Class in org.apache.flink.runtime.webmonitor.handlers
This handler handles requests to fetch plan for a jar.
JarRunHandler(File, FiniteDuration, Configuration) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JarRunHandler
 
JarUploadHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Handles requests for uploading of jars.
JarUploadHandler(File) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JarUploadHandler
 
JOB_MANAGER_WEB_PORT_KEY - Static variable in class org.apache.flink.runtime.webmonitor.WebMonitorConfig
The port for the runtime monitor web-frontend server.
JOB_MANAGER_WEB_REFRESH_INTERVAL_KEY - Static variable in class org.apache.flink.runtime.webmonitor.WebMonitorConfig
The initial refresh interval for the web dashboard
JobAccumulatorsHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler that returns the aggregated user accumulators of a job.
JobAccumulatorsHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobAccumulatorsHandler
 
JobAccumulatorsHandler.JobAccumulatorsJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers
 
JobAccumulatorsJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobAccumulatorsHandler.JobAccumulatorsJsonArchivist
 
JobCancellationHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler for the CANCEL request.
JobCancellationHandler() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobCancellationHandler
 
JobCancellationWithSavepointHandlers - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler for JobManagerMessages.CancelJobWithSavepoint messages.
JobCancellationWithSavepointHandlers(ExecutionGraphHolder, ExecutionContext) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobCancellationWithSavepointHandlers
 
JobCancellationWithSavepointHandlers(ExecutionGraphHolder, ExecutionContext, String) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobCancellationWithSavepointHandlers
 
JobConfigHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler that returns the execution config of a job.
JobConfigHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobConfigHandler
 
JobConfigHandler.JobConfigJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers
 
JobConfigJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobConfigHandler.JobConfigJsonArchivist
 
JobDetailsHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler that returns details about a job, including: Dataflow plan id, name, and current status start time, end time, duration number of job vertices in each state (pending, running, finished, failed) info about job vertices, including runtime, status, I/O bytes and records, subtasks in each status
JobDetailsHandler(ExecutionGraphHolder, MetricFetcher) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobDetailsHandler
 
JobDetailsHandler.JobDetailsJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers
 
JobDetailsJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobDetailsHandler.JobDetailsJsonArchivist
 
JobExceptionsHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler that returns the configuration of a job.
JobExceptionsHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobExceptionsHandler
 
JobExceptionsHandler.JobExceptionsJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers
 
JobExceptionsJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobExceptionsHandler.JobExceptionsJsonArchivist
 
JobManagerConfigHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Returns the Job Manager's configuration.
JobManagerConfigHandler(Configuration) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobManagerConfigHandler
 
JobManagerMetricsHandler - Class in org.apache.flink.runtime.webmonitor.metrics
Request handler that returns for the job manager a list of all available metrics or the values for a set of metrics.
JobManagerMetricsHandler(MetricFetcher) - Constructor for class org.apache.flink.runtime.webmonitor.metrics.JobManagerMetricsHandler
 
JobManagerMetricStore() - Constructor for class org.apache.flink.runtime.webmonitor.metrics.MetricStore.JobManagerMetricStore
 
JobManagerRetriever - Class in org.apache.flink.runtime.webmonitor
Retrieves and stores the actor gateway to the current leading JobManager.
JobManagerRetriever(WebMonitor, ActorSystem, FiniteDuration, FiniteDuration) - Constructor for class org.apache.flink.runtime.webmonitor.JobManagerRetriever
 
JobMetricsHandler - Class in org.apache.flink.runtime.webmonitor.metrics
Request handler that returns for a given job a list of all available metrics or the values for a set of metrics.
JobMetricsHandler(MetricFetcher) - Constructor for class org.apache.flink.runtime.webmonitor.metrics.JobMetricsHandler
 
JobMetricStore() - Constructor for class org.apache.flink.runtime.webmonitor.metrics.MetricStore.JobMetricStore
 
JobPlanHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler that returns the JSON program plan of a job graph.
JobPlanHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobPlanHandler
 
JobPlanHandler.JobPlanJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers
 
JobPlanJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobPlanHandler.JobPlanJsonArchivist
 
JobStoppingHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler for the STOP request.
JobStoppingHandler() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobStoppingHandler
 
JobVertexAccumulatorsHandler - Class in org.apache.flink.runtime.webmonitor.handlers
 
JobVertexAccumulatorsHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobVertexAccumulatorsHandler
 
JobVertexAccumulatorsHandler.JobVertexAccumulatorsJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers
 
JobVertexAccumulatorsJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobVertexAccumulatorsHandler.JobVertexAccumulatorsJsonArchivist
 
JobVertexBackPressureHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler that returns back pressure stats for a single job vertex and all its sub tasks.
JobVertexBackPressureHandler(ExecutionGraphHolder, BackPressureStatsTracker, int) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobVertexBackPressureHandler
 
JobVertexDetailsHandler - Class in org.apache.flink.runtime.webmonitor.handlers
A request handler that provides the details of a job vertex, including id, name, parallelism, and the runtime and metrics of all its subtasks.
JobVertexDetailsHandler(ExecutionGraphHolder, MetricFetcher) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobVertexDetailsHandler
 
JobVertexDetailsHandler.JobVertexDetailsJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers
 
JobVertexDetailsJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobVertexDetailsHandler.JobVertexDetailsJsonArchivist
 
JobVertexMetricsHandler - Class in org.apache.flink.runtime.webmonitor.metrics
Request handler that returns for a given task a list of all available metrics or the values for a set of metrics.
JobVertexMetricsHandler(MetricFetcher) - Constructor for class org.apache.flink.runtime.webmonitor.metrics.JobVertexMetricsHandler
 
JobVertexTaskManagersHandler - Class in org.apache.flink.runtime.webmonitor.handlers
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.
JobVertexTaskManagersHandler(ExecutionGraphHolder, MetricFetcher) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobVertexTaskManagersHandler
 
JobVertexTaskManagersHandler.JobVertexTaskManagersJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers
 
JobVertexTaskManagersJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JobVertexTaskManagersHandler.JobVertexTaskManagersJsonArchivist
 
JsonFactory - Class in org.apache.flink.runtime.webmonitor.handlers
A holder for the singleton Jackson JSON factory.

L

localJobManagerAddress - Variable in class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandlerBase
 
localJobManagerAddressFuture - Variable in class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandlerBase
 

M

main(String[]) - Static method in class org.apache.flink.runtime.webmonitor.history.HistoryServer
 
MetricFetcher - Class in org.apache.flink.runtime.webmonitor.metrics
The MetricFetcher can be used to fetch metrics from the JobManager and all registered TaskManagers.
MetricFetcher(ActorSystem, JobManagerRetriever, ExecutionContext) - Constructor for class org.apache.flink.runtime.webmonitor.metrics.MetricFetcher
 
MetricStore - Class in org.apache.flink.runtime.webmonitor.metrics
Nested data-structure to store metrics.
MetricStore() - Constructor for class org.apache.flink.runtime.webmonitor.metrics.MetricStore
 
MetricStore.JobManagerMetricStore - Class in org.apache.flink.runtime.webmonitor.metrics
Sub-structure containing metrics of the JobManager.
MetricStore.JobMetricStore - Class in org.apache.flink.runtime.webmonitor.metrics
Sub-structure containing metrics of a single Job.
MetricStore.SubtaskMetricStore - Class in org.apache.flink.runtime.webmonitor.metrics
Sub-structure containing metrics of a single Subtask.
MetricStore.TaskManagerMetricStore - Class in org.apache.flink.runtime.webmonitor.metrics
Sub-structure containing metrics of a single TaskManager.
MetricStore.TaskMetricStore - Class in org.apache.flink.runtime.webmonitor.metrics
Sub-structure containing metrics of a single Task.
MimeTypes - Class in org.apache.flink.runtime.webmonitor.files
Simple utility class that resolves file extensions to MIME types.
MutableIOMetrics - Class in org.apache.flink.runtime.webmonitor.utils
This class is a mutable version of the IOMetrics class that allows adding up IO-related metrics.
MutableIOMetrics() - Constructor for class org.apache.flink.runtime.webmonitor.utils.MutableIOMetrics
 

N

NotFoundException - Exception in org.apache.flink.runtime.webmonitor
A special exception that indicates that an element was not found and that the request should be answered with a 404 return code.
NotFoundException(String) - Constructor for exception org.apache.flink.runtime.webmonitor.NotFoundException
 
notifyLeaderAddress(String, UUID) - Method in class org.apache.flink.runtime.webmonitor.JobManagerRetriever
 

O

OperatorBackPressureStats - Class in org.apache.flink.runtime.webmonitor
Back pressure statistics of multiple tasks.
OperatorBackPressureStats(int, long, double[]) - Constructor for class org.apache.flink.runtime.webmonitor.OperatorBackPressureStats
 
org.apache.flink.runtime.webmonitor - package org.apache.flink.runtime.webmonitor
 
org.apache.flink.runtime.webmonitor.files - package org.apache.flink.runtime.webmonitor.files
 
org.apache.flink.runtime.webmonitor.handlers - package org.apache.flink.runtime.webmonitor.handlers
 
org.apache.flink.runtime.webmonitor.handlers.checkpoints - package org.apache.flink.runtime.webmonitor.handlers.checkpoints
 
org.apache.flink.runtime.webmonitor.history - package org.apache.flink.runtime.webmonitor.history
 
org.apache.flink.runtime.webmonitor.metrics - package org.apache.flink.runtime.webmonitor.metrics
 
org.apache.flink.runtime.webmonitor.utils - package org.apache.flink.runtime.webmonitor.utils
 

P

PARAMETER_JOB_ID - Static variable in class org.apache.flink.runtime.webmonitor.metrics.JobMetricsHandler
 
PARAMETER_VERTEX_ID - Static variable in class org.apache.flink.runtime.webmonitor.metrics.JobVertexMetricsHandler
 
parseJobVertexId(Map<String, String>) - Static method in class org.apache.flink.runtime.webmonitor.handlers.AbstractJobVertexRequestHandler
Returns the job vertex ID parsed from the provided parameters.
PipelineErrorHandler - Class in org.apache.flink.runtime.webmonitor
This is the last handler in the pipeline.
PipelineErrorHandler(Logger) - Constructor for class org.apache.flink.runtime.webmonitor.PipelineErrorHandler
 

R

RequestHandler - Interface in org.apache.flink.runtime.webmonitor.handlers
Base interface for all request handlers.
RequestHandlerException - Exception in org.apache.flink.runtime.webmonitor.handlers
Base class for request handler exceptions.
RequestHandlerException(String) - Constructor for exception org.apache.flink.runtime.webmonitor.handlers.RequestHandlerException
 
respondAsLeader(ChannelHandlerContext, Routed, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.TaskManagerLogHandler
Response when running with leading JobManager.
respondAsLeader(ChannelHandlerContext, Routed, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandler
 
respondAsLeader(ChannelHandlerContext, Routed, ActorGateway) - Method in class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandlerBase
 
run() - Method in class org.apache.flink.runtime.webmonitor.history.HistoryServer
 
RuntimeMonitorHandler - Class in org.apache.flink.runtime.webmonitor
The Netty channel handler that processes all HTTP requests.
RuntimeMonitorHandler(WebMonitorConfig, RequestHandler, JobManagerRetriever, Future<String>, FiniteDuration, boolean) - Constructor for class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandler
 
RuntimeMonitorHandlerBase - Class in org.apache.flink.runtime.webmonitor
The Netty channel handler that processes all HTTP requests.
RuntimeMonitorHandlerBase(JobManagerRetriever, Future<String>, FiniteDuration, boolean) - Constructor for class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandlerBase
 

S

sendError(ChannelHandlerContext, HttpResponseStatus) - Static method in class org.apache.flink.runtime.webmonitor.files.StaticFileServerHandler
Writes a simple error response message.
sendError(Exception) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarActionHandler
 
sendNotModified(ChannelHandlerContext) - Static method in class org.apache.flink.runtime.webmonitor.files.StaticFileServerHandler
Send the "304 Not Modified" response.
setContentTypeHeader(HttpResponse, File) - Static method in class org.apache.flink.runtime.webmonitor.files.StaticFileServerHandler
Sets the content type header for the HTTP Response.
setDateAndCacheHeaders(HttpResponse, File) - Static method in class org.apache.flink.runtime.webmonitor.files.StaticFileServerHandler
Sets the "date" and "cache" headers for the HTTP Response.
setDateHeader(FullHttpResponse) - Static method in class org.apache.flink.runtime.webmonitor.files.StaticFileServerHandler
Sets the "date" header for the HTTP response.
shutDown() - Method in class org.apache.flink.runtime.webmonitor.BackPressureStatsTracker
Shuts down the stats tracker.
shutDown() - Method in class org.apache.flink.runtime.webmonitor.StackTraceSampleCoordinator
Shuts down the coordinator.
shutdown() - Method in class org.apache.flink.runtime.webmonitor.utils.WebFrontendBootstrap
 
StackTraceSample - Class in org.apache.flink.runtime.webmonitor
A sample of stack traces for one or more tasks.
StackTraceSample(int, long, long, Map<ExecutionAttemptID, List<StackTraceElement[]>>) - Constructor for class org.apache.flink.runtime.webmonitor.StackTraceSample
Creates a stack trace sample
StackTraceSampleCoordinator - Class in org.apache.flink.runtime.webmonitor
A coordinator for triggering and collecting stack traces of running tasks.
StackTraceSampleCoordinator(Executor, long) - Constructor for class org.apache.flink.runtime.webmonitor.StackTraceSampleCoordinator
Creates a new coordinator for the job.
start(String) - Method in class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
 
StaticFileServerHandler - Class in org.apache.flink.runtime.webmonitor.files
Simple file server handler that serves requests to web frontend's static files, such as HTML, CSS, or JS files.
StaticFileServerHandler(JobManagerRetriever, Future<String>, FiniteDuration, File, boolean) - Constructor for class org.apache.flink.runtime.webmonitor.files.StaticFileServerHandler
 
StaticFileServerHandler(JobManagerRetriever, Future<String>, FiniteDuration, File, boolean, Logger) - Constructor for class org.apache.flink.runtime.webmonitor.files.StaticFileServerHandler
 
stop() - Method in class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
 
SUBTASK_CURRENT_ATTEMPT_DETAILS_REST_PATH - Static variable in class org.apache.flink.runtime.webmonitor.handlers.SubtaskCurrentAttemptDetailsHandler
 
SubtaskCurrentAttemptDetailsHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler providing details about a single task execution attempt.
SubtaskCurrentAttemptDetailsHandler(ExecutionGraphHolder, MetricFetcher) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.SubtaskCurrentAttemptDetailsHandler
 
SubtaskExecutionAttemptAccumulatorsHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Base class for request handlers whose response depends on a specific job vertex (defined via the "vertexid" parameter) in a specific job, defined via (defined voa the "jobid" parameter).
SubtaskExecutionAttemptAccumulatorsHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptAccumulatorsHandler
 
SubtaskExecutionAttemptAccumulatorsHandler.SubtaskExecutionAttemptAccumulatorsJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers
 
SubtaskExecutionAttemptAccumulatorsJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptAccumulatorsHandler.SubtaskExecutionAttemptAccumulatorsJsonArchivist
 
SubtaskExecutionAttemptDetailsHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler providing details about a single task execution attempt.
SubtaskExecutionAttemptDetailsHandler(ExecutionGraphHolder, MetricFetcher) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptDetailsHandler
 
SubtaskExecutionAttemptDetailsHandler.SubtaskExecutionAttemptDetailsJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers
 
SubtaskExecutionAttemptDetailsJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.SubtaskExecutionAttemptDetailsHandler.SubtaskExecutionAttemptDetailsJsonArchivist
 
SubtaskMetricStore() - Constructor for class org.apache.flink.runtime.webmonitor.metrics.MetricStore.SubtaskMetricStore
 
SubtasksAllAccumulatorsHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler that returns the accumulators for all subtasks of job vertex.
SubtasksAllAccumulatorsHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.SubtasksAllAccumulatorsHandler
 
SubtasksAllAccumulatorsHandler.SubtasksAllAccumulatorsJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers
 
SubtasksAllAccumulatorsJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.SubtasksAllAccumulatorsHandler.SubtasksAllAccumulatorsJsonArchivist
 
SubtasksTimesHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler that returns the state transition timestamps for all subtasks, plus their location and duration.
SubtasksTimesHandler(ExecutionGraphHolder) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.SubtasksTimesHandler
 
SubtasksTimesHandler.SubtasksTimesJsonArchivist - Class in org.apache.flink.runtime.webmonitor.handlers
 
SubtasksTimesJsonArchivist() - Constructor for class org.apache.flink.runtime.webmonitor.handlers.SubtasksTimesHandler.SubtasksTimesJsonArchivist
 

T

TASK_MANAGER_ID_KEY - Static variable in class org.apache.flink.runtime.webmonitor.handlers.TaskManagersHandler
 
TaskManagerLogHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Request handler that returns the TaskManager log/out files.
TaskManagerLogHandler(JobManagerRetriever, ExecutionContextExecutor, Future<String>, FiniteDuration, TaskManagerLogHandler.FileMode, Configuration, boolean, BlobView) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.TaskManagerLogHandler
 
TaskManagerLogHandler.FileMode - Enum in org.apache.flink.runtime.webmonitor.handlers
 
TaskManagerMetricsHandler - Class in org.apache.flink.runtime.webmonitor.metrics
Request handler that returns for a given task manager a list of all available metrics or the values for a set of metrics.
TaskManagerMetricsHandler(MetricFetcher) - Constructor for class org.apache.flink.runtime.webmonitor.metrics.TaskManagerMetricsHandler
 
TaskManagerMetricStore() - Constructor for class org.apache.flink.runtime.webmonitor.metrics.MetricStore.TaskManagerMetricStore
 
TaskManagersHandler - Class in org.apache.flink.runtime.webmonitor.handlers
 
TaskManagersHandler(FiniteDuration, MetricFetcher) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.TaskManagersHandler
 
TaskMetricStore() - Constructor for class org.apache.flink.runtime.webmonitor.metrics.MetricStore.TaskMetricStore
 
timeout - Variable in class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandlerBase
 
toString() - Method in class org.apache.flink.runtime.webmonitor.OperatorBackPressureStats
 
toString() - Method in class org.apache.flink.runtime.webmonitor.StackTraceSample
 
triggerStackTraceSample(ExecutionJobVertex) - Method in class org.apache.flink.runtime.webmonitor.BackPressureStatsTracker
Triggers a stack trace sample for a operator to gather the back pressure statistics.
triggerStackTraceSample(ExecutionVertex[], int, Time, int) - Method in class org.apache.flink.runtime.webmonitor.StackTraceSampleCoordinator
Triggers a stack trace sample to all tasks.

U

update() - Method in class org.apache.flink.runtime.webmonitor.metrics.MetricFetcher
This method can be used to signal this MetricFetcher that the metrics are still in use and should be updated.

V

valueOf(String) - Static method in enum org.apache.flink.runtime.webmonitor.handlers.TaskManagerLogHandler.FileMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.flink.runtime.webmonitor.handlers.TaskManagerLogHandler.FileMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEB_MONITOR_ADDRESS_KEY - Static variable in class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandler
 
WebFrontendBootstrap - Class in org.apache.flink.runtime.webmonitor.utils
This classes encapsulates the boot-strapping of netty for the web-frontend.
WebFrontendBootstrap(Router, Logger, File, SSLContext, String, int, Configuration) - Constructor for class org.apache.flink.runtime.webmonitor.utils.WebFrontendBootstrap
 
WebMonitorConfig - Class in org.apache.flink.runtime.webmonitor
 
WebMonitorConfig(Configuration) - Constructor for class org.apache.flink.runtime.webmonitor.WebMonitorConfig
 
WebRuntimeMonitor - Class in org.apache.flink.runtime.webmonitor
The root component of the web runtime monitor.
WebRuntimeMonitor(Configuration, LeaderRetrievalService, BlobView, ActorSystem) - Constructor for class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
 
writeIOMetricsAsJson(JsonGenerator) - Method in class org.apache.flink.runtime.webmonitor.utils.MutableIOMetrics
Writes the IO metrics contained in this object to the given JsonGenerator.
writeJobDetailOverviewAsJson(JobDetails, JsonGenerator, long) - Static method in class org.apache.flink.runtime.webmonitor.handlers.CurrentJobsOverviewHandler
 
A B C D E G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.