public class InputGateDeploymentDescriptor extends Object implements Serializable
Each input gate consumes partitions of a single intermediate result. The consumed subpartition index is the same for each consumed partition.
SingleInputGate
,
Serialized FormConstructor and Description |
---|
InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId,
int consumedSubpartitionIndex,
InputChannelDeploymentDescriptor[] inputChannels) |
Modifier and Type | Method and Description |
---|---|
IntermediateDataSetID |
getConsumedResultId() |
int |
getConsumedSubpartitionIndex() |
InputChannelDeploymentDescriptor[] |
getInputChannelDeploymentDescriptors() |
String |
toString() |
public InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId, int consumedSubpartitionIndex, InputChannelDeploymentDescriptor[] inputChannels)
public IntermediateDataSetID getConsumedResultId()
public int getConsumedSubpartitionIndex()
public InputChannelDeploymentDescriptor[] getInputChannelDeploymentDescriptors()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.