- PackagedProgram - Class in org.apache.flink.client.program
-
This class encapsulates represents a program, packaged in a jar file.
- PackagedProgram(File, String...) - Constructor for class org.apache.flink.client.program.PackagedProgram
-
Creates an instance that wraps the plan defined in the jar file using the given
argument.
- PackagedProgram(File, List<URL>, String...) - Constructor for class org.apache.flink.client.program.PackagedProgram
-
Creates an instance that wraps the plan defined in the jar file using the given
argument.
- PackagedProgram(File, String, String...) - Constructor for class org.apache.flink.client.program.PackagedProgram
-
Creates an instance that wraps the plan defined in the jar file using the given
arguments.
- PackagedProgram(File, List<URL>, String, String...) - Constructor for class org.apache.flink.client.program.PackagedProgram
-
Creates an instance that wraps the plan defined in the jar file using the given
arguments.
- parseCancelCommand(String[]) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- parseInfoCommand(String[]) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- parseListCommand(String[]) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- parseParameters(String[]) - Method in class org.apache.flink.client.CliFrontend
-
Parses the command line arguments and starts the requested action.
- parseRunCommand(String[]) - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- PlanDisplayServlet - Class in org.apache.flink.client.web
-
Simple servlet that displays the visualization of a data flow plan.
- PlanDisplayServlet(int) - Constructor for class org.apache.flink.client.web.PlanDisplayServlet
-
Default constructor.
- PreviewPlanEnvironment - Class in org.apache.flink.client.program
-
Environment to extract the pre-optimized plan.
- PreviewPlanEnvironment() - Constructor for class org.apache.flink.client.program.PreviewPlanEnvironment
-
- printHelp() - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
Prints the help for the client.
- printHelpForCancel() - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- printHelpForInfo() - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- printHelpForList() - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- printHelpForRun() - Static method in class org.apache.flink.client.cli.CliFrontendParser
-
- printPage(PrintWriter, Map<String, String[]>, HttpServletRequest) - Method in class org.apache.flink.client.web.GUIServletStub
-
This method must be overridden by the subclass.
- printPage(PrintWriter, Map<String, String[]>, HttpServletRequest) - Method in class org.apache.flink.client.web.PlanDisplayServlet
-
- ProgramInvocationException - Exception in org.apache.flink.client.program
-
Exception used to indicate that there is an error during the invocation of a Flink program.
- ProgramInvocationException(String) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
-
Creates a ProgramInvocationException with the given message.
- ProgramInvocationException(Throwable) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
-
Creates a ProgramInvocationException for the given exception.
- ProgramInvocationException(String, Throwable) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
-
Creates a ProgramInvocationException for the given exception with an
additional message.
- ProgramOptions - Class in org.apache.flink.client.cli
-
Base class for command line options that refer to a JAR file program.
- ProgramOptions(CommandLine) - Constructor for class org.apache.flink.client.cli.ProgramOptions
-