Class SparkCatalogFactory

java.lang.Object
com.here.platform.location.dataloader.spark.SparkCatalogFactory
All Implemented Interfaces:
CatalogFactory

public class SparkCatalogFactory 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 infinite timeout for data access operations and default Data Client Settings.
    SparkCatalogFactory(com.here.platform.data.client.settings.Settings dataClientSettings)
    Deprecated.
    Constructs a new instance with infinite timeout for data access operations and custom Data Client Settings.
    SparkCatalogFactory(scala.concurrent.duration.Duration timeout)
    Deprecated.
    Constructs a new instance with default Data Client Settings and a custom timeout.
    SparkCatalogFactory(scala.concurrent.duration.Duration timeout, com.here.platform.data.client.settings.Settings dataClientSettings)
    Deprecated.
    Constructs a new instance with infinite timeout for data access operations and custom Data Client Settings.
    SparkCatalogFactory(scala.concurrent.duration.Duration timeout, 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.

    Methods inherited from class java.lang.Object

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

    • SparkCatalogFactory

      public SparkCatalogFactory(scala.concurrent.duration.Duration timeout, scala.Option<com.here.platform.data.client.settings.Settings> optionalDataClientSettings)
      Deprecated.
    • SparkCatalogFactory

      public SparkCatalogFactory()
      Deprecated.
      Constructs a new instance with infinite timeout for data access operations and default Data Client Settings.
    • SparkCatalogFactory

      public SparkCatalogFactory(scala.concurrent.duration.Duration timeout)
      Deprecated.
      Constructs a new instance with default Data Client Settings and a custom timeout.
    • SparkCatalogFactory

      public SparkCatalogFactory(com.here.platform.data.client.settings.Settings dataClientSettings)
      Deprecated.
      Constructs a new instance with infinite timeout for data access operations and custom Data Client Settings.

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

      public SparkCatalogFactory(scala.concurrent.duration.Duration timeout, com.here.platform.data.client.settings.Settings dataClientSettings)
      Deprecated.
      Constructs a new instance with infinite timeout for data access operations and custom Data Client Settings.

      Parameters:
      timeout - A timeout for data access operations
      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