Skip navigation links
C D E G H I J M O P R S W 

C

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
 
channelUnregistered(ChannelHandlerContext) - Method in class org.apache.flink.runtime.webmonitor.HttpRequestHandler
 

D

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.history.HistoryServerStaticFileServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.flink.runtime.webmonitor.PipelineErrorHandler
 

G

getAllowOrigin() - Method in class org.apache.flink.runtime.webmonitor.WebMonitorConfig
 
getBootstrap() - Method in class org.apache.flink.runtime.webmonitor.utils.WebFrontendBootstrap
 
getJobGraphAndClassLoader(JarActionHandler.JarActionHandlerConfig) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarActionHandler
 
getJsonArchivists() - Static method in class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
Returns an array of all JsonArchivists that are relevant for the history server.
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.RuntimeMonitorHandler
 
getRefreshInterval() - Method in class org.apache.flink.runtime.webmonitor.WebMonitorConfig
 
getRestAddress() - Method in class org.apache.flink.runtime.webmonitor.utils.WebFrontendBootstrap
 
getRestAddress() - Method in class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
 
getServerPort() - Method in class org.apache.flink.runtime.webmonitor.utils.WebFrontendBootstrap
 
getServerPort() - Method in class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
 
getWebFrontendAddress() - Method in class org.apache.flink.runtime.webmonitor.WebMonitorConfig
 
getWebFrontendPort() - Method in class org.apache.flink.runtime.webmonitor.WebMonitorConfig
 

H

handleJsonRequest(Map<String, String>, Map<String, String>, JobManagerGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarAccessDeniedHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, JobManagerGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarDeleteHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, JobManagerGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarListHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, JobManagerGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarPlanHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, JobManagerGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarRunHandler
 
handleJsonRequest(Map<String, String>, Map<String, String>, JobManagerGateway) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarUploadHandler
 
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
 
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
 

I

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

J

JarAccessDeniedHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Handler to deny access to jar-related REST calls.
JarAccessDeniedHandler(Executor) - 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(Executor, 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(Executor, File) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JarDeleteHandler
 
JarListHandler - Class in org.apache.flink.runtime.webmonitor.handlers
Handle request for listing uploaded jars.
JarListHandler(Executor, 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(Executor, 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(Executor, File, Time, 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(Executor, File) - Constructor for class org.apache.flink.runtime.webmonitor.handlers.JarUploadHandler
 

M

main(String[]) - Static method in class org.apache.flink.runtime.webmonitor.history.HistoryServer
 

O

org.apache.flink.runtime.webmonitor - package org.apache.flink.runtime.webmonitor
 
org.apache.flink.runtime.webmonitor.handlers - package org.apache.flink.runtime.webmonitor.handlers
 
org.apache.flink.runtime.webmonitor.history - package org.apache.flink.runtime.webmonitor.history
 
org.apache.flink.runtime.webmonitor.utils - package org.apache.flink.runtime.webmonitor.utils
 

P

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

respondAsLeader(ChannelHandlerContext, Routed, JobManagerGateway) - Method in class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandler
 
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, GatewayRetriever<JobManagerGateway>, CompletableFuture<String>, Time) - Constructor for class org.apache.flink.runtime.webmonitor.RuntimeMonitorHandler
 

S

sendError(Exception) - Method in class org.apache.flink.runtime.webmonitor.handlers.JarActionHandler
 
shutdown() - Method in class org.apache.flink.runtime.webmonitor.utils.WebFrontendBootstrap
 
start() - Method in class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
 
stop() - Method in class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
 

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
Configuration object for 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, LeaderGatewayRetriever<JobManagerGateway>, MetricQueryServiceRetriever, Time, ScheduledExecutor) - Constructor for class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor
 
C D E G H I J M O P R S W 
Skip navigation links

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