Class GeneratedResultFuture<T extends org.apache.flink.streaming.api.functions.async.ResultFuture<?>>

  • Type Parameters:
    T - type of ResultFuture
    All Implemented Interfaces:
    Serializable

    public class GeneratedResultFuture<T extends org.apache.flink.streaming.api.functions.async.ResultFuture<?>>
    extends GeneratedClass<T>
    Describes a generated ResultFuture.
    See Also:
    Serialized Form
    • Constructor Detail

      • GeneratedResultFuture

        @VisibleForTesting
        public GeneratedResultFuture​(String className,
                                     String code,
                                     Object[] references)
      • GeneratedResultFuture

        public GeneratedResultFuture​(String className,
                                     String code,
                                     Object[] references,
                                     org.apache.flink.configuration.ReadableConfig conf)
        Creates a GeneratedResultFuture.
        Parameters:
        className - class name of the generated ResultFuture.
        code - code of the generated ResultFuture.
        references - referenced objects of the generated ResultFuture.
        conf - configuration when generating ResultFuture.