| Package | Description |
|---|---|
| org.apache.flink.runtime.akka | |
| org.apache.flink.runtime.jobmaster |
| Modifier and Type | Method and Description |
|---|---|
static ListeningBehaviour |
ListeningBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListeningBehaviour[] |
ListeningBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Acknowledge> |
AkkaJobManagerGateway.submitJob(JobGraph jobGraph,
ListeningBehaviour listeningBehaviour,
org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Acknowledge> |
JobManagerGateway.submitJob(JobGraph jobGraph,
ListeningBehaviour listeningBehaviour,
org.apache.flink.api.common.time.Time timeout)
Submits a job to the JobManager.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.