Uses of Package
org.apache.flink.runtime.broadcast
Packages that use org.apache.flink.runtime.broadcast
Package
Description
-
Classes in org.apache.flink.runtime.broadcast used by org.apache.flink.runtime.broadcastClassDescriptionAn identifier for a
BroadcastVariableMaterializationbased on the task'sJobVertexID, broadcast variable name and iteration superstep.This class represents a single materialization of a broadcast variable and maintains a reference count for it.The defaultBroadcastVariableInitializerimplementation that initializes the broadcast variable into a list.Indicates that a broadcast variable was initialized with aDefaultBroadcastVariableInitializeras a non-Listtype, and later accessed usingRuntimeContext.getBroadcastVariable(String)which may only return lists.Indicates that theBroadcastVariableMaterializationhas materialized the broadcast variable at some point but discarded it already. -
Classes in org.apache.flink.runtime.broadcast used by org.apache.flink.runtime.executionClassDescriptionThe BroadcastVariableManager is used to manage the materialization of broadcast variables.
-
Classes in org.apache.flink.runtime.broadcast used by org.apache.flink.runtime.operators.utilClassDescriptionThis class represents a single materialization of a broadcast variable and maintains a reference count for it.
-
Classes in org.apache.flink.runtime.broadcast used by org.apache.flink.runtime.taskexecutorClassDescriptionThe BroadcastVariableManager is used to manage the materialization of broadcast variables.
-
Classes in org.apache.flink.runtime.broadcast used by org.apache.flink.runtime.taskmanagerClassDescriptionThe BroadcastVariableManager is used to manage the materialization of broadcast variables.