| Package | Description |
|---|---|
| org.apache.flink.runtime.deployment | |
| org.apache.flink.runtime.taskexecutor |
| Modifier and Type | Method and Description |
|---|---|
List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>> |
CachedShuffleDescriptors.getAllSerializedShuffleDescriptorGroups() |
| Constructor and Description |
|---|
InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId,
ResultPartitionType consumedPartitionType,
IndexRange consumedSubpartitionIndexRange,
int numberOfInputChannels,
List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>> serializedInputChannels) |
| Modifier and Type | Method and Description |
|---|---|
TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup |
DefaultShuffleDescriptorsCache.get(PermanentBlobKey blobKey) |
TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup |
ShuffleDescriptorsCache.get(PermanentBlobKey blobKey)
Get shuffle descriptor group in cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultShuffleDescriptorsCache.put(org.apache.flink.api.common.JobID jobId,
PermanentBlobKey blobKey,
TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup shuffleDescriptorGroup) |
void |
ShuffleDescriptorsCache.put(org.apache.flink.api.common.JobID jobId,
PermanentBlobKey blobKey,
TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup shuffleDescriptorGroup)
Put shuffle descriptor group to cache.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.