Class JarPlanRequestBody

  • All Implemented Interfaces:
    org.apache.flink.runtime.rest.messages.RequestBody

    public class JarPlanRequestBody
    extends JarRequestBody
    RequestBody for querying the plan from a jar.
    • Constructor Detail

      • JarPlanRequestBody

        @VisibleForTesting
        public JarPlanRequestBody()
      • JarPlanRequestBody

        public JarPlanRequestBody​(@Nullable
                                  String entryClassName,
                                  @Nullable
                                  List<String> programArgumentsList,
                                  @Nullable
                                  Integer parallelism,
                                  @Nullable
                                  org.apache.flink.api.common.JobID jobId,
                                  @Nullable
                                  Map<String,​String> flinkConfiguration)