| Modifier and Type | Method and Description |
|---|---|
ResultPartitionID |
InputChannelDeploymentDescriptor.getConsumedPartitionId() |
| Constructor and Description |
|---|
InputChannelDeploymentDescriptor(ResultPartitionID consumedPartitionId,
ResultPartitionLocation consumedPartitionLocation) |
PartialInputChannelDeploymentDescriptor(IntermediateDataSetID resultId,
ResultPartitionID partitionID,
InstanceConnectionInfo partitionConnectionInfo,
int partitionConnectionIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionGraph.scheduleOrUpdateConsumers(ResultPartitionID partitionId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaskEventDispatcher.publish(ResultPartitionID partitionId,
TaskEvent event)
Publishes the event to the registered
ResultPartitionWriter instances. |
void |
TaskEventDispatcher.registerWriterForIncomingTaskEvents(ResultPartitionID partitionId,
ResultPartitionWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
ResultPartitionID |
ResultPartitionWriter.getPartitionId() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.ChannelFuture |
PartitionRequestClient.requestSubpartition(ResultPartitionID partitionId,
int subpartitionIndex,
RemoteInputChannel inputChannel,
int delayMs)
Requests a remote intermediate result partition queue.
|
void |
PartitionRequestClient.sendTaskEvent(ResultPartitionID partitionId,
TaskEvent event,
RemoteInputChannel inputChannel)
Sends a task event backwards to an intermediate result partition producer.
|
void |
PartitionStateChecker.triggerPartitionStateCheck(org.apache.flink.api.common.JobID jobId,
ExecutionAttemptID executionId,
IntermediateDataSetID resultId,
ResultPartitionID partitionId) |
| Modifier and Type | Method and Description |
|---|---|
ResultPartitionID |
PartitionNotFoundException.getPartitionId() |
ResultPartitionID |
ResultPartition.getPartitionId() |
| Modifier and Type | Method and Description |
|---|---|
ResultSubpartitionView |
ResultPartitionProvider.createSubpartitionView(ResultPartitionID partitionId,
int index,
BufferProvider bufferProvider)
Returns the requested intermediate result partition input view.
|
ResultSubpartitionView |
ResultPartitionManager.createSubpartitionView(ResultPartitionID partitionId,
int subpartitionIndex,
BufferProvider bufferProvider) |
void |
ResultPartitionConsumableNotifier.notifyPartitionConsumable(org.apache.flink.api.common.JobID jobId,
ResultPartitionID partitionId) |
| Constructor and Description |
|---|
PartitionNotFoundException(ResultPartitionID partitionId) |
ResultPartition(String owningTaskName,
org.apache.flink.api.common.JobID jobId,
ResultPartitionID partitionId,
ResultPartitionType partitionType,
boolean eagerlyDeployConsumers,
int numberOfSubpartitions,
ResultPartitionManager partitionManager,
ResultPartitionConsumableNotifier partitionConsumableNotifier,
IOManager ioManager,
IOManager.IOMode defaultIoMode) |
| Modifier and Type | Field and Description |
|---|---|
protected ResultPartitionID |
InputChannel.partitionId |
| Constructor and Description |
|---|
InputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
scala.Tuple2<Integer,Integer> initialAndMaxBackoff) |
RemoteInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ConnectionID connectionId,
ConnectionManager connectionManager) |
RemoteInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ConnectionID connectionId,
ConnectionManager connectionManager,
scala.Tuple2<Integer,Integer> initialAndMaxBackoff) |
UnknownInputChannel(SingleInputGate gate,
int channelIndex,
ResultPartitionID partitionId,
ResultPartitionManager partitionManager,
TaskEventDispatcher taskEventDispatcher,
ConnectionManager connectionManager,
scala.Tuple2<Integer,Integer> partitionRequestInitialAndMaxBackoff) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.