Package org.apache.flink.runtime.deployment
-
Class Summary Class Description CachedShuffleDescriptors ShuffleDescriptor
s cache for aConsumedPartitionGroup
.InputGateDeploymentDescriptor Deployment descriptor for a single input gate instance.ResultPartitionDeploymentDescriptor Deployment descriptor for a result partition.TaskDeploymentDescriptor A task deployment descriptor contains all the information necessary to deploy a task on a task manager.TaskDeploymentDescriptor.MaybeOffloaded<T> Wrapper class for serialized values which may be offloaded to theBlobServer
or not.TaskDeploymentDescriptor.NonOffloaded<T> A serialized value that is not offloaded to theBlobServer
.TaskDeploymentDescriptor.Offloaded<T> Reference to a serialized value that was offloaded to theBlobServer
.TaskDeploymentDescriptorFactory TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex This class represents the shuffle descriptor with it index inConsumedPartitionGroup
.TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup A set of shuffle descriptors that will be serialized together. -
Enum Summary Enum Description TaskDeploymentDescriptorFactory.PartitionLocationConstraint Defines whether the partition's location must be known at deployment time or can be unknown and, therefore, updated later.