Class FlinkCatalogFactory

java.lang.Object
com.here.platform.location.dataloader.flink.FlinkCatalogFactory
All Implemented Interfaces:
CatalogFactory

public class FlinkCatalogFactory extends Object implements CatalogFactory
Deprecated.
Use methods based on OptimizedMapLayers instead. Since SDK 2.54.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Constructs a new instance with default Data Client Settings.
    FlinkCatalogFactory(com.here.platform.data.client.settings.Settings dataClientSettings)
    Deprecated.
    Constructs a new instance with custom Data Client Settings.
    FlinkCatalogFactory(scala.Option<com.here.platform.data.client.settings.Settings> optionalDataClientSettings)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(HRN hrn)
    Deprecated.
    Gets the latest available version of the catalog pointed by the specified HRN.
    create(HRN hrn, long version)
    Deprecated.
    Gets a specific version of a catalog.
    void
    Deprecated.
    Release the acquired resources when accessing the catalogs is not needed anymore.

    Methods inherited from class java.lang.Object

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

    • FlinkCatalogFactory

      public FlinkCatalogFactory(scala.Option<com.here.platform.data.client.settings.Settings> optionalDataClientSettings)
      Deprecated.
    • FlinkCatalogFactory

      public FlinkCatalogFactory()
      Deprecated.
      Constructs a new instance with default Data Client Settings.
    • FlinkCatalogFactory

      public FlinkCatalogFactory(com.here.platform.data.client.settings.Settings dataClientSettings)
      Deprecated.
      Constructs a new instance with custom Data Client Settings.

      Parameters:
      dataClientSettings - Data Client settings (see the Data Client documentation)
  • Method Details

    • create

      public Catalog create(HRN hrn, long version)
      Deprecated.
      Description copied from interface: CatalogFactory
      Gets a specific version of a catalog.
      Specified by:
      create in interface CatalogFactory
    • create

      public Catalog create(HRN hrn)
      Deprecated.
      Description copied from interface: CatalogFactory
      Gets the latest available version of the catalog pointed by the specified HRN.
      Specified by:
      create in interface CatalogFactory
    • terminate

      public void terminate()
      Deprecated.
      Release the acquired resources when accessing the catalogs is not needed anymore.