Toggle navigation
Home
org.apache.flink.runtime.deployment.InputChannelDeploymentDescriptor to java.util.List<org.apache.flink.runtime.deployment.InputChannelDeploymentDescriptor>
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
desc[0].getConsumedPartitionId()
to
desc.get(0).getConsumedPartitionId()
desc[0].getConsumedPartitionLocation()
to
desc.get(0).getConsumedPartitionLocation()
desc[0].getConsumedPartitionLocation()
to
desc.get(0).getConsumedPartitionLocation()
desc[0].getConsumedPartitionId()
to
desc.get(0).getConsumedPartitionId()
desc[0].getConsumedPartitionLocation()
to
desc.get(0).getConsumedPartitionLocation()
desc[0].getConsumedPartitionLocation()
to
desc.get(0).getConsumedPartitionLocation()
desc[1].getConsumedPartitionId()
to
desc.get(1).getConsumedPartitionId()
desc[1].getConsumedPartitionLocation()
to
desc.get(1).getConsumedPartitionLocation()
desc[1].getConsumedPartitionLocation()
to
desc.get(1).getConsumedPartitionLocation()
desc[0].getConsumedPartitionId()
to
desc.get(0).getConsumedPartitionId()
desc[0].getConsumedPartitionLocation()
to
desc.get(0).getConsumedPartitionLocation()
desc[0].getConsumedPartitionLocation()
to
desc.get(0).getConsumedPartitionLocation()
desc[1].getConsumedPartitionId()
to
desc.get(1).getConsumedPartitionId()
desc[1].getConsumedPartitionLocation()
to
desc.get(1).getConsumedPartitionLocation()
desc[1].getConsumedPartitionLocation()
to
desc.get(1).getConsumedPartitionLocation()
desc[2].getConsumedPartitionId()
to
desc.get(2).getConsumedPartitionId()
desc[2].getConsumedPartitionLocation()
to
desc.get(2).getConsumedPartitionLocation()
desc[2].getConsumedPartitionLocation()
to
desc.get(2).getConsumedPartitionLocation()
Update Class Instacne Creation
new InputGateDeploymentDescriptor(resultId,partitionType,queueToRequest,partitions)
to
new InputGateDeploymentDescriptor(resultId,partitionType,queueToRequest,partitions.toArray(icddArray))