Uses of Class
org.apache.flink.runtime.jobgraph.IntermediateDataSetID
Packages that use IntermediateDataSetID
Package
Description
-
Uses of IntermediateDataSetID in org.apache.flink.runtime.deployment
Methods in org.apache.flink.runtime.deployment that return IntermediateDataSetIDModifier and TypeMethodDescriptionInputGateDeploymentDescriptor.getConsumedResultId()ResultPartitionDeploymentDescriptor.getResultId()Constructors in org.apache.flink.runtime.deployment with parameters of type IntermediateDataSetIDModifierConstructorDescriptionInputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId, ResultPartitionType consumedPartitionType, int consumedSubpartitionIndex, TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[] inputChannels) InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId, ResultPartitionType consumedPartitionType, org.apache.flink.runtime.deployment.ConsumedSubpartitionContext consumedSubpartitionContext, int numberOfInputChannels, List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>> serializedInputChannels) InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId, ResultPartitionType consumedPartitionType, IndexRange consumedSubpartitionIndexRange, int numberOfInputChannels, List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>> serializedInputChannels) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return IntermediateDataSetIDModifier and TypeMethodDescriptionIntermediateResult.getId()PartitionInfo.getIntermediateDataSetID()IntermediateResultInfo.getResultId()Get the intermediate result id.Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type IntermediateDataSetIDModifier and TypeMethodDescriptionVertexInputInfoComputationUtils.computeVertexInputInfos(int parallelism, List<? extends IntermediateResultInfo> inputs, boolean isDynamicGraph) VertexInputInfoComputationUtils.computeVertexInputInfos(ExecutionJobVertex ejv, Function<IntermediateDataSetID, IntermediateResult> intermediateResultRetriever) DefaultExecutionGraph.getAllIntermediateResults()ExecutionGraph.getAllIntermediateResults()ParallelismAndInputInfos.getJobVertexInputInfos()Methods in org.apache.flink.runtime.executiongraph with parameters of type IntermediateDataSetIDModifier and TypeMethodDescriptionVertexInputInfoStore.get(JobVertexID jobVertexId, IntermediateDataSetID resultId) Get aJobVertexInputInfo.DefaultExecutionGraph.getClusterPartitionShuffleDescriptors(IntermediateDataSetID intermediateDataSetID) InternalExecutionGraphAccessor.getClusterPartitionShuffleDescriptors(IntermediateDataSetID intermediateResultPartition) Get the shuffle descriptors of the cluster partitions ordered by partition number.ExecutionVertex.getExecutionVertexInputInfo(IntermediateDataSetID resultId) DefaultExecutionGraph.getJobVertexInputInfo(JobVertexID jobVertexId, IntermediateDataSetID resultId) InternalExecutionGraphAccessor.getJobVertexInputInfo(JobVertexID jobVertexId, IntermediateDataSetID resultId) Get the input info of a certain input of a certain job vertex.voidVertexInputInfoStore.put(JobVertexID jobVertexId, IntermediateDataSetID resultId, JobVertexInputInfo info) Put aJobVertexInputInfo.Method parameters in org.apache.flink.runtime.executiongraph with type arguments of type IntermediateDataSetIDModifier and TypeMethodDescriptionVertexInputInfoComputationUtils.computeVertexInputInfos(ExecutionJobVertex ejv, Function<IntermediateDataSetID, IntermediateResult> intermediateResultRetriever) voidExecutionJobVertex.connectToPredecessors(Map<IntermediateDataSetID, IntermediateResult> intermediateDataSets) voidDefaultExecutionGraph.initializeJobVertex(ExecutionJobVertex ejv, long createTimestamp, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos) voidExecutionGraph.initializeJobVertex(ExecutionJobVertex ejv, long createTimestamp, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos) Initialize the given execution job vertex, mainly includes creating execution vertices according to the parallelism, and connecting to the predecessors.Constructors in org.apache.flink.runtime.executiongraph with parameters of type IntermediateDataSetIDModifierConstructorDescriptionPartitionInfo(IntermediateDataSetID intermediateResultPartitionID, ShuffleDescriptor shuffleDescriptor) Constructor parameters in org.apache.flink.runtime.executiongraph with type arguments of type IntermediateDataSetIDModifierConstructorDescriptionParallelismAndInputInfos(int parallelism, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return IntermediateDataSetIDMethods in org.apache.flink.runtime.io.network.partition that return types with arguments of type IntermediateDataSetIDModifier and TypeMethodDescriptionClusterPartitionManager.listDataSets()Returns all datasets for which partitions are being tracked.ResourceManagerPartitionTracker.listDataSets()Returns all data sets for which partitions are being tracked.ResourceManagerPartitionTrackerImpl.listDataSets()Methods in org.apache.flink.runtime.io.network.partition with parameters of type IntermediateDataSetIDModifier and TypeMethodDescriptionJobMasterPartitionTracker.getClusterPartitionShuffleDescriptors(IntermediateDataSetID intermediateDataSetID) Get the shuffle descriptors of the cluster partitions ordered by partition number.JobMasterPartitionTrackerImpl.getClusterPartitionShuffleDescriptors(IntermediateDataSetID intermediateDataSetID) ResourceManagerPartitionTracker.getClusterPartitionShuffleDescriptors(IntermediateDataSetID dataSetID) Returns all the shuffle descriptors of cluster partitions for the intermediate dataset.ResourceManagerPartitionTrackerImpl.getClusterPartitionShuffleDescriptors(IntermediateDataSetID dataSetID) ClusterPartitionManager.getClusterPartitionsShuffleDescriptors(IntermediateDataSetID intermediateDataSetID) Get the shuffle descriptors of the cluster partitions ordered by partition number.ClusterPartitionManager.releaseClusterPartitions(IntermediateDataSetID dataSetToRelease) Releases all partitions associated with the given dataset.ResourceManagerPartitionTracker.releaseClusterPartitions(IntermediateDataSetID dataSetId) Issues a release calls to all task executors that are hosting partitions of the given data set.ResourceManagerPartitionTrackerImpl.releaseClusterPartitions(IntermediateDataSetID dataSetId) voidPartitionProducerStateProvider.requestPartitionProducerState(IntermediateDataSetID intermediateDataSetId, ResultPartitionID resultPartitionId, Consumer<? super PartitionProducerStateProvider.ResponseHandle> responseConsumer) Trigger the producer execution state request.Method parameters in org.apache.flink.runtime.io.network.partition with type arguments of type IntermediateDataSetIDModifier and TypeMethodDescriptionvoidTaskExecutorClusterPartitionReleaser.releaseClusterPartitions(ResourceID taskExecutorId, Set<IntermediateDataSetID> dataSetsToRelease) voidTaskExecutorPartitionTracker.stopTrackingAndReleaseClusterPartitions(Collection<IntermediateDataSetID> dataSetsToRelease) Releases partitions associated with the given datasets and stops tracking of partitions that were released.voidTaskExecutorPartitionTrackerImpl.stopTrackingAndReleaseClusterPartitions(Collection<IntermediateDataSetID> dataSetsToRelease) Constructors in org.apache.flink.runtime.io.network.partition with parameters of type IntermediateDataSetIDModifierConstructorDescriptionTaskExecutorPartitionInfo(ShuffleDescriptor shuffleDescriptor, IntermediateDataSetID intermediateDataSetId, int numberOfPartitions) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.io.network.partition.consumer
Methods in org.apache.flink.runtime.io.network.partition.consumer that return IntermediateDataSetIDConstructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type IntermediateDataSetIDModifierConstructorDescriptionInputGateID(IntermediateDataSetID consumedResultID, ExecutionAttemptID consumerID) SingleInputGate(String owningTaskName, int gateIndex, IntermediateDataSetID consumedResultId, ResultPartitionType consumedPartitionType, int numberOfInputChannels, PartitionProducerStateProvider partitionProducerStateProvider, org.apache.flink.util.function.SupplierWithException<BufferPool, IOException> bufferPoolFactory, BufferDecompressor bufferDecompressor, org.apache.flink.core.memory.MemorySegmentProvider memorySegmentProvider, int segmentSize, ThroughputCalculator throughputCalculator, BufferDebloater bufferDebloater) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.io.network.partition.hybrid.tiered.common
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.common that return IntermediateDataSetIDModifier and TypeMethodDescriptionstatic IntermediateDataSetIDTieredStorageIdMappingUtils.convertId(TieredStorageTopicId topicId) Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.common with parameters of type IntermediateDataSetIDModifier and TypeMethodDescriptionstatic TieredStorageTopicIdTieredStorageIdMappingUtils.convertId(IntermediateDataSetID intermediateDataSetID) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return IntermediateDataSetIDModifier and TypeMethodDescriptionstatic IntermediateDataSetIDIntermediateDataSetID.fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) IntermediateDataSet.getId()IntermediateResultPartitionID.getIntermediateDataSetID()JobEdge.getSourceId()Gets the ID of the consumed data set.Methods in org.apache.flink.runtime.jobgraph that return types with arguments of type IntermediateDataSetIDMethods in org.apache.flink.runtime.jobgraph with parameters of type IntermediateDataSetIDModifier and TypeMethodDescriptionvoidJobVertex.addIntermediateDataSetIdToConsume(IntermediateDataSetID intermediateDataSetId) JobVertex.connectNewDataSetAsInput(JobVertex input, DistributionPattern distPattern, ResultPartitionType partitionType, IntermediateDataSetID intermediateDataSetId, boolean isBroadcast, boolean isForward) JobVertex.connectNewDataSetAsInput(JobVertex input, DistributionPattern distPattern, ResultPartitionType partitionType, IntermediateDataSetID intermediateDataSetId, boolean isBroadcast, boolean isForward, int typeNumber, boolean interInputsKeysCorrelated, boolean intraInputKeyCorrelated) JobVertex.getOrCreateResultDataSet(IntermediateDataSetID id, ResultPartitionType partitionType) Constructors in org.apache.flink.runtime.jobgraph with parameters of type IntermediateDataSetIDModifierConstructorDescriptionIntermediateDataSet(IntermediateDataSetID id, ResultPartitionType resultType, JobVertex producer) IntermediateResultPartitionID(IntermediateDataSetID intermediateDataSetID, int partitionNum) Creates an new intermediate result partition ID withIntermediateDataSetIDand the partitionNum. -
Uses of IntermediateDataSetID in org.apache.flink.runtime.jobgraph.topology
Methods in org.apache.flink.runtime.jobgraph.topology that return IntermediateDataSetID -
Uses of IntermediateDataSetID in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster with parameters of type IntermediateDataSetIDModifier and TypeMethodDescriptionJobMaster.requestPartitionState(IntermediateDataSetID intermediateResultId, ResultPartitionID resultPartitionId) JobMasterGateway.requestPartitionState(IntermediateDataSetID intermediateResultId, ResultPartitionID partitionId) Requests the current state of the partition. -
Uses of IntermediateDataSetID in org.apache.flink.runtime.jobmaster.event
Methods in org.apache.flink.runtime.jobmaster.event that return types with arguments of type IntermediateDataSetIDModifier and TypeMethodDescriptionExecutionJobVertexInitializedEvent.getJobVertexInputInfos()ExecutionJobVertexFinishedEvent.getResultInfo()Constructor parameters in org.apache.flink.runtime.jobmaster.event with type arguments of type IntermediateDataSetIDModifierConstructorDescriptionExecutionJobVertexFinishedEvent(JobVertexID vertexId, Map<IntermediateDataSetID, BlockingResultInfo> resultInfo) ExecutionJobVertexInitializedEvent(JobVertexID jobVertexId, int parallelism, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type IntermediateDataSetIDMethods in org.apache.flink.runtime.resourcemanager with parameters of type IntermediateDataSetIDModifier and TypeMethodDescriptionResourceManager.getClusterPartitionsShuffleDescriptors(IntermediateDataSetID intermediateDataSetID) ResourceManager.releaseClusterPartitions(IntermediateDataSetID dataSetId) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.rest.messages.dataset
Methods in org.apache.flink.runtime.rest.messages.dataset that return IntermediateDataSetIDModifier and TypeMethodDescriptionprotected IntermediateDataSetIDClusterDataSetIdPathParameter.convertFromString(String value) Methods in org.apache.flink.runtime.rest.messages.dataset with parameters of type IntermediateDataSetIDModifier and TypeMethodDescriptionprotected StringClusterDataSetIdPathParameter.convertToString(IntermediateDataSetID value) Method parameters in org.apache.flink.runtime.rest.messages.dataset with type arguments of type IntermediateDataSetIDModifier and TypeMethodDescriptionClusterDataSetListResponseBody.from(Map<IntermediateDataSetID, DataSetMetaInfo> dataSets) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that return types with arguments of type IntermediateDataSetIDModifier and TypeMethodDescriptionClusterDatasetCorruptedException.getCorruptedClusterDatasetIds()Methods in org.apache.flink.runtime.scheduler with parameters of type IntermediateDataSetIDModifier and TypeMethodDescriptionExecutionGraphHandler.requestPartitionState(IntermediateDataSetID intermediateResultId, ResultPartitionID resultPartitionId) SchedulerBase.requestPartitionState(IntermediateDataSetID intermediateResultId, ResultPartitionID resultPartitionId) SchedulerNG.requestPartitionState(IntermediateDataSetID intermediateResultId, ResultPartitionID resultPartitionId) Constructor parameters in org.apache.flink.runtime.scheduler with type arguments of type IntermediateDataSetIDModifierConstructorDescriptionClusterDatasetCorruptedException(Throwable cause, List<IntermediateDataSetID> corruptedClusterDatasetIds) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive with parameters of type IntermediateDataSetIDModifier and TypeMethodDescriptionAdaptiveScheduler.requestPartitionState(IntermediateDataSetID intermediateResultId, ResultPartitionID resultPartitionId) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.scheduler.adaptivebatch
Methods in org.apache.flink.runtime.scheduler.adaptivebatch that return IntermediateDataSetIDMethod parameters in org.apache.flink.runtime.scheduler.adaptivebatch with type arguments of type IntermediateDataSetIDModifier and TypeMethodDescriptionvoidBatchJobRecoveryContext.initializeJobVertex(ExecutionJobVertex jobVertex, int parallelism, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos, long createTimestamp) Initializes a given job vertex with the specified parallelism and input information.voidBatchJobRecoveryHandler.onExecutionJobVertexInitialization(JobVertexID jobVertexId, int parallelism, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos) Records the job vertex initialization event for use during future batch job recovery.voidDefaultBatchJobRecoveryHandler.onExecutionJobVertexInitialization(JobVertexID jobVertexId, int parallelism, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos) voidDummyBatchJobRecoveryHandler.onExecutionJobVertexInitialization(JobVertexID jobVertexId, int parallelism, Map<IntermediateDataSetID, JobVertexInputInfo> jobVertexInputInfos) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.scheduler.adaptivebatch.util
Methods in org.apache.flink.runtime.scheduler.adaptivebatch.util that return types with arguments of type IntermediateDataSetIDModifier and TypeMethodDescriptionAllToAllVertexInputInfoComputer.compute(JobVertexID jobVertexId, List<BlockingInputInfo> inputInfos, int parallelism, int minParallelism, int maxParallelism, long dataVolumePerTask) Decide parallelism and input infos, which will make the data be evenly distributed to downstream subtasks for ALL_TO_ALL, such that different downstream subtasks consume roughly the same amount of data.PointwiseVertexInputInfoComputer.compute(List<BlockingInputInfo> inputInfos, int parallelism, int minParallelism, int maxParallelism, long dataVolumePerTask) Decide parallelism and input infos, which will make the data be evenly distributed to downstream subtasks for POINTWISE, such that different downstream subtasks consume roughly the same amount of data.VertexParallelismAndInputInfosDeciderUtils.createJobVertexInputInfos(List<BlockingInputInfo> inputInfos, Map<Integer, List<SubpartitionSlice>> subpartitionSlices, List<IndexRange> subpartitionSliceRanges, Function<Integer, Integer> subpartitionSliceKeyResolver) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.scheduler.strategy
Methods in org.apache.flink.runtime.scheduler.strategy that return IntermediateDataSetIDModifier and TypeMethodDescriptionConsumedPartitionGroup.getIntermediateDataSetID()Get the ID of IntermediateDataSet this ConsumedPartitionGroup belongs to.SchedulingResultPartition.getResultId()Gets id of the intermediate result. -
Uses of IntermediateDataSetID in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle that return IntermediateDataSetIDMethods in org.apache.flink.runtime.shuffle that return types with arguments of type IntermediateDataSetIDModifier and TypeMethodDescriptionTaskInputsOutputsDescriptor.getInputChannelNums()TaskInputsOutputsDescriptor.getInputPartitionTypes()TaskInputsOutputsDescriptor.getPartitionReuseCount()TaskInputsOutputsDescriptor.getPartitionTypes()TaskInputsOutputsDescriptor.getSubpartitionNums()Method parameters in org.apache.flink.runtime.shuffle with type arguments of type IntermediateDataSetIDModifier and TypeMethodDescriptionstatic intNettyShuffleUtils.computeNetworkBuffersForAnnouncing(int numBuffersPerChannel, int numFloatingBuffersPerGate, Optional<Integer> maxRequiredBuffersPerGate, int sortShuffleMinParallelism, int sortShuffleMinBuffers, Map<IntermediateDataSetID, Integer> inputChannelNums, Map<IntermediateDataSetID, Integer> partitionReuseCount, Map<IntermediateDataSetID, Integer> subpartitionNums, Map<IntermediateDataSetID, ResultPartitionType> inputPartitionTypes, Map<IntermediateDataSetID, ResultPartitionType> partitionTypes) static TaskInputsOutputsDescriptorTaskInputsOutputsDescriptor.from(int inputGateNums, Map<IntermediateDataSetID, Integer> inputChannelNums, Map<IntermediateDataSetID, Integer> partitionReuseCount, Map<IntermediateDataSetID, Integer> subpartitionNums, Map<IntermediateDataSetID, ResultPartitionType> inputPartitionTypes, Map<IntermediateDataSetID, ResultPartitionType> partitionTypes) Constructors in org.apache.flink.runtime.shuffle with parameters of type IntermediateDataSetIDModifierConstructorDescriptionPartitionDescriptor(IntermediateDataSetID resultId, int totalNumberOfPartitions, IntermediateResultPartitionID partitionId, ResultPartitionType partitionType, int numberOfSubpartitions, int connectionIndex, boolean isBroadcast, boolean isAllToAllDistribution, boolean isNumberOfPartitionConsumerUndefined) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor with parameters of type IntermediateDataSetIDModifier and TypeMethodDescriptionPartitionProducerStateChecker.requestPartitionProducerState(org.apache.flink.api.common.JobID jobId, IntermediateDataSetID intermediateDataSetId, ResultPartitionID resultPartitionId) Requests the execution state of the execution producing a result partition.Method parameters in org.apache.flink.runtime.taskexecutor with type arguments of type IntermediateDataSetIDModifier and TypeMethodDescriptionTaskExecutor.releaseClusterPartitions(Collection<IntermediateDataSetID> dataSetsToRelease, Duration timeout) TaskExecutorGateway.releaseClusterPartitions(Collection<IntermediateDataSetID> dataSetsToRelease, Duration timeout) Releases all cluster partitions belong to any of the given data sets.TaskExecutorGatewayDecoratorBase.releaseClusterPartitions(Collection<IntermediateDataSetID> dataSetsToRelease, Duration timeout) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.taskexecutor.partition
Methods in org.apache.flink.runtime.taskexecutor.partition that return IntermediateDataSetIDModifier and TypeMethodDescriptionClusterPartitionReport.ClusterPartitionReportEntry.getDataSetId()Constructors in org.apache.flink.runtime.taskexecutor.partition with parameters of type IntermediateDataSetIDModifierConstructorDescriptionClusterPartitionReportEntry(IntermediateDataSetID dataSetId, int numTotalPartitions, Map<ResultPartitionID, ShuffleDescriptor> shuffleDescriptors) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.taskexecutor.rpc
Methods in org.apache.flink.runtime.taskexecutor.rpc with parameters of type IntermediateDataSetIDModifier and TypeMethodDescriptionRpcPartitionStateChecker.requestPartitionProducerState(org.apache.flink.api.common.JobID jobId, IntermediateDataSetID resultId, ResultPartitionID partitionId) -
Uses of IntermediateDataSetID in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager with parameters of type IntermediateDataSetIDModifier and TypeMethodDescriptionvoidTask.requestPartitionProducerState(IntermediateDataSetID intermediateDataSetId, ResultPartitionID resultPartitionId, Consumer<? super PartitionProducerStateProvider.ResponseHandle> responseConsumer) -
Uses of IntermediateDataSetID in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return IntermediateDataSetIDModifier and TypeMethodDescriptionStreamNode.getConsumeClusterDatasetId()DefaultStreamGraphContext.getConsumedIntermediateDataSetId(String edgeId) StreamGraphContext.getConsumedIntermediateDataSetId(String edgeId) Retrieves the IntermediateDataSetID consumed by the specified edge.NonChainedOutput.getDataSetId()StreamEdge.getIntermediateDatasetIdToProduce()NonChainedOutput.getPersistentDataSetId()Methods in org.apache.flink.streaming.api.graph with parameters of type IntermediateDataSetIDModifier and TypeMethodDescriptionvoidStreamGraph.addEdge(Integer upStreamVertexID, Integer downStreamVertexID, int typeNumber, IntermediateDataSetID intermediateDataSetId) AdaptiveGraphManager.getOutputStreamEdges(IntermediateDataSetID intermediateDataSetId) Retrieves the stream edges that subscribe to the IntermediateDataSet.AdaptiveGraphManager.getProducerStreamNodeId(IntermediateDataSetID intermediateDataSetId) Retrieves the ID of the stream node that produces the IntermediateDataSet.voidStreamNode.setConsumeClusterDatasetId(IntermediateDataSetID consumeClusterDatasetId) Constructors in org.apache.flink.streaming.api.graph with parameters of type IntermediateDataSetIDModifierConstructorDescriptionNonChainedOutput(boolean supportsUnalignedCheckpoints, int sourceNodeId, int consumerParallelism, int consumerMaxParallelism, long bufferTimeout, boolean isPersistentDataSet, IntermediateDataSetID dataSetId, org.apache.flink.util.OutputTag<?> outputTag, StreamPartitioner<?> partitioner, ResultPartitionType partitionType) StreamEdge(StreamNode sourceVertex, StreamNode targetVertex, int typeNumber, long bufferTimeout, StreamPartitioner<?> outputPartitioner, org.apache.flink.util.OutputTag outputTag, StreamExchangeMode exchangeMode, int uniqueId, IntermediateDataSetID intermediateDatasetId) StreamEdge(StreamNode sourceVertex, StreamNode targetVertex, int typeNumber, StreamPartitioner<?> outputPartitioner, org.apache.flink.util.OutputTag outputTag, StreamExchangeMode exchangeMode, int uniqueId, IntermediateDataSetID intermediateDatasetId)