| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.deployment |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TaskDeploymentDescriptor.NonOffloaded<T>
A serialized value that is not offloaded to the
BlobServer. |
static class |
TaskDeploymentDescriptor.Offloaded<T>
Reference to a serialized value that was offloaded to the
BlobServer. |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[]>> |
CachedShuffleDescriptors.getAllSerializedShuffleDescriptors() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CachedShuffleDescriptors.serializeShuffleDescriptors(org.apache.flink.util.function.FunctionWithException<TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[],TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[]>,IOException> shuffleDescriptorSerializer) |
| 构造器和说明 |
|---|
InputGateDeploymentDescriptor(IntermediateDataSetID consumedResultId,
ResultPartitionType consumedPartitionType,
IndexRange consumedSubpartitionIndexRange,
int numberOfInputChannels,
List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[]>> serializedInputChannels) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.