Class | Description |
---|---|
InputChannelDeploymentDescriptor |
Deployment descriptor for a single input channel instance.
|
InputGateDeploymentDescriptor |
Deployment descriptor for a single input gate instance.
|
PartialInputChannelDeploymentDescriptor |
Partial deployment descriptor for a single input channel instance.
|
ResultPartitionDeploymentDescriptor |
Deployment descriptor for a result partition.
|
ResultPartitionLocation |
Location of a result partition from the perspective of the consuming task.
|
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 the
BlobServer or not. |
TaskDeploymentDescriptor.NonOffloaded<T> |
A serialized value that is not offloaded to the
BlobServer . |
TaskDeploymentDescriptor.Offloaded<T> |
Reference to a serialized value that was offloaded to the
BlobServer . |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.