All Classes and Interfaces

Classes
Class
Description
Message headers for JarPlanHandler.
Query parameter that specifies whether non restored state is allowed if the savepoint contains state for an operator that is not part of the job.
Query parameter specifying the name of the entry point class.
The HistoryServer provides a WebInterface and REST API to retrieve information about finished jobs for which the JobManager may have already shut down.
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.
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.
Handles requests for deletion of jars.
Message headers for JarDeleteHandler.
Message parameters for JarDeleteHandler.
Utils for jar handlers.
Standard jar handler parameters parsed from request.
Path parameter to identify uploaded jar files.
Handle request for listing uploaded jars.
Message headers for the JarListHandler.
Response type of the JarListHandler.
Nested class to encapsulate the jar entry info.
Nested class to encapsulate the jar file info.
Message headers for JarPlanHandler.
This handler handles requests to fetch the plan for a jar.
Message headers for JarPlanHandler.
RequestBody for querying the plan from a jar.
Base class for RequestBody for running a jar or querying the plan.
Handler to submit jobs uploaded via the Web UI.
MessageHeaders for JarRunHandler.
MessageParameters for JarRunHandler.
RequestBody for running a jar.
Response for JarRunHandler.
Handles .jar file uploads.
MessageHeaders for uploading jars.
ResponseBody for JarUploadHandler.
Util for log url pattern.
Query parameter specifying the parallelism of the job.
This is the last handler in the pipeline.
Query parameter specifying one or more arguments for the program.
Query parameter that specifies the savepoint to restore from.
Abstract super class for String query parameters.
This classes encapsulates the boot-strapping of netty for the web-frontend.
Container for the web submission handlers.