| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmanager.slots | |
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.taskexecutor |
| Modifier and Type | Method and Description |
|---|---|
Future<Acknowledge> |
TaskManagerGateway.updatePartitions(ExecutionAttemptID executionAttemptID,
Iterable<PartitionInfo> partitionInfos,
Time timeout)
Update the task where the given partitions can be found.
|
Future<Acknowledge> |
ActorTaskManagerGateway.updatePartitions(ExecutionAttemptID executionAttemptID,
Iterable<PartitionInfo> partitionInfos,
Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
Future<Acknowledge> |
RpcTaskManagerGateway.updatePartitions(ExecutionAttemptID executionAttemptID,
Iterable<PartitionInfo> partitionInfos,
Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
Acknowledge |
TaskExecutor.updatePartitions(ExecutionAttemptID executionAttemptID,
Iterable<PartitionInfo> partitionInfos) |
Future<Acknowledge> |
TaskExecutorGateway.updatePartitions(ExecutionAttemptID executionAttemptID,
Iterable<PartitionInfo> partitionInfos,
Time timeout)
Update the task where the given partitions can be found.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.