Class InitializationTypeConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.runtime.broadcast.InitializationTypeConflictException
- All Implemented Interfaces:
Serializable
Indicates that a broadcast variable was initialized with a
DefaultBroadcastVariableInitializer as a non-List type, and later accessed
using RuntimeContext.getBroadcastVariable(String) which may only return lists.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InitializationTypeConflictException
-
-
Method Details
-
getType
-