Uses of Package
org.apache.flink.runtime.broadcast
-
Classes in org.apache.flink.runtime.broadcast used by org.apache.flink.runtime.broadcast Class Description BroadcastVariableKey An identifier for aBroadcastVariableMaterializationbased on the task'sJobVertexID, broadcast variable name and iteration superstep.BroadcastVariableMaterialization This class represents a single materialization of a broadcast variable and maintains a reference count for it.DefaultBroadcastVariableInitializer The defaultBroadcastVariableInitializerimplementation that initializes the broadcast variable into a list.InitializationTypeConflictException Indicates that a broadcast variable was initialized with aDefaultBroadcastVariableInitializeras a non-Listtype, and later accessed usingRuntimeContext.getBroadcastVariable(String)which may only return lists.MaterializationExpiredException 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.execution Class Description BroadcastVariableManager The BroadcastVariableManager is used to manage the materialization of broadcast variables. -
Classes in org.apache.flink.runtime.broadcast used by org.apache.flink.runtime.operators.util Class Description BroadcastVariableMaterialization This 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.taskexecutor Class Description BroadcastVariableManager The BroadcastVariableManager is used to manage the materialization of broadcast variables. -
Classes in org.apache.flink.runtime.broadcast used by org.apache.flink.runtime.taskmanager Class Description BroadcastVariableManager The BroadcastVariableManager is used to manage the materialization of broadcast variables.