| Package | Description |
|---|---|
| org.apache.flink.runtime.deployment |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
TaskDeploymentDescriptor.MaybeOffloaded<JobInformation> |
TaskDeploymentDescriptorFactory.getSerializedJobInformation() |
| 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) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.