Class InitializationTypeConflictException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.runtime.broadcast.InitializationTypeConflictException
All Implemented Interfaces:
Serializable

public class InitializationTypeConflictException extends Exception
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 Details

    • InitializationTypeConflictException

      public InitializationTypeConflictException(Class<?> type)
  • Method Details

    • getType

      public Class<?> getType()