Class EitherTypeInfoFactory<L,​R>

    • Constructor Detail

      • EitherTypeInfoFactory

        public EitherTypeInfoFactory()
    • Method Detail

      • createTypeInfo

        public TypeInformation<Either<L,​R>> createTypeInfo​(Type t,
                                                                 Map<String,​TypeInformation<?>> genericParameters)
        Description copied from class: TypeInfoFactory
        Creates type information for the type the factory is targeted for. The parameters provide additional information about the type itself as well as the type's generic type parameters.
        Specified by:
        createTypeInfo in class TypeInfoFactory<Either<L,​R>>
        Parameters:
        t - the exact type the type information is created for; might also be a subclass of <T>
        genericParameters - mapping of the type's generic type parameters to type information extracted with Flink's type extraction facilities; null values indicate that type information could not be extracted for this parameter
        Returns:
        type information for the type the factory is targeted for