| Package | Description |
|---|---|
| org.apache.flink.runtime.client | |
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.protocols |
| Modifier and Type | Method and Description |
|---|---|
JobSubmissionResult |
JobClient.submitJob()
Submits the job assigned to this job client to the job manager.
|
| 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 © 2014 The Apache Software Foundation. All rights reserved.