| Package | Description |
|---|---|
| org.apache.flink.runtime.client | |
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.protocols |
| Constructor and Description |
|---|
JobClient(JobGraph jobGraph,
ClassLoader userCodeClassLoader)
Constructs a new job client object and instantiates a local
RPC proxy for the JobSubmissionProtocol
|
JobClient(JobGraph jobGraph,
Configuration configuration,
ClassLoader userCodeClassLoader)
Constructs a new job client object and instantiates a local
RPC proxy for the JobSubmissionProtocol
|
| Modifier and Type | Method and Description |
|---|---|
JobSubmissionResult |
JobManager.submitJob(JobGraph job) |
| Modifier and Type | Method and Description |
|---|---|
JobSubmissionResult |
JobManagementProtocol.submitJob(JobGraph job)
Submits the specified job to the job manager.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.