Class InteractiveMapProviderFactory

java.lang.Object
com.here.platform.data.client.flink.javadsl.InteractiveMapProviderFactory

public class InteractiveMapProviderFactory extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment execEnv, HRN hrn, Settings settings, String layerId, String query, boolean ignoreInvalidPartitions, long layerRefreshInterval, long aggregationInterval, int writeParallelism, long writeTimeout, int readParallelism, int readMaxFeaturesPerRequest, long readTimeout)
    Creates an instance of `InteractiveMapProvider`.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InteractiveMapProviderFactory

      public InteractiveMapProviderFactory()
  • Method Details

    • create

      public static InteractiveMapProvider create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment execEnv, HRN hrn, Settings settings, String layerId, String query, boolean ignoreInvalidPartitions, long layerRefreshInterval, long aggregationInterval, int writeParallelism, long writeTimeout, int readParallelism, int readMaxFeaturesPerRequest, long readTimeout)
      Creates an instance of `InteractiveMapProvider`.