Class TaskDeploymentDescriptor.Offloaded<T>
java.lang.Object
org.apache.flink.runtime.deployment.TaskDeploymentDescriptor.MaybeOffloaded<T>
org.apache.flink.runtime.deployment.TaskDeploymentDescriptor.Offloaded<T>
- Type Parameters:
T- type of the serialized value
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TaskDeploymentDescriptor
public static class TaskDeploymentDescriptor.Offloaded<T>
extends TaskDeploymentDescriptor.MaybeOffloaded<T>
Reference to a serialized value that was offloaded to the
BlobServer.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe key of the offloaded value BLOB. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serializedValueKey
The key of the offloaded value BLOB.
-
-
Constructor Details
-
Offloaded
public Offloaded() -
Offloaded
-