public class CachedShuffleDescriptors extends Object
ShuffleDescriptors cache for a ConsumedPartitionGroup.| Constructor and Description |
|---|
CachedShuffleDescriptors(ConsumedPartitionGroup consumedPartitionGroup,
TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[] shuffleDescriptors) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>> |
getAllSerializedShuffleDescriptorGroups() |
void |
markPartitionFinished(IntermediateResultPartition resultPartition) |
void |
serializeShuffleDescriptors(org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.ShuffleDescriptorSerializer shuffleDescriptorSerializer) |
public CachedShuffleDescriptors(ConsumedPartitionGroup consumedPartitionGroup, TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[] shuffleDescriptors)
public List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>> getAllSerializedShuffleDescriptorGroups()
public void serializeShuffleDescriptors(org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.ShuffleDescriptorSerializer shuffleDescriptorSerializer)
throws IOException
IOExceptionpublic void markPartitionFinished(IntermediateResultPartition resultPartition)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.