| Package | Description |
|---|---|
| org.apache.flink.runtime.dispatcher | |
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.webmonitor |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Acknowledge> |
Dispatcher.rescaleJob(org.apache.flink.api.common.JobID jobId,
int newParallelism,
RescalingBehaviour rescalingBehaviour,
org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
static RescalingBehaviour |
RescalingBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RescalingBehaviour[] |
RescalingBehaviour.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> |
JobMasterGateway.rescaleJob(int newParallelism,
RescalingBehaviour rescalingBehaviour,
org.apache.flink.api.common.time.Time timeout)
Triggers rescaling of the executed job.
|
CompletableFuture<Acknowledge> |
JobMaster.rescaleJob(int newParallelism,
RescalingBehaviour rescalingBehaviour,
org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<Acknowledge> |
JobMasterGateway.rescaleOperators(Collection<JobVertexID> operators,
int newParallelism,
RescalingBehaviour rescalingBehaviour,
org.apache.flink.api.common.time.Time timeout)
Triggers rescaling of the given set of operators.
|
CompletableFuture<Acknowledge> |
JobMaster.rescaleOperators(Collection<JobVertexID> operators,
int newParallelism,
RescalingBehaviour rescalingBehaviour,
org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Acknowledge> |
RestfulGateway.rescaleJob(org.apache.flink.api.common.JobID jobId,
int newParallelism,
RescalingBehaviour rescalingBehaviour,
org.apache.flink.api.common.time.Time timeout)
Trigger rescaling of the given job.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.