Class StandaloneCatalogFactory

java.lang.Object
com.here.platform.location.dataloader.standalone.StandaloneCatalogFactory
All Implemented Interfaces:
CatalogFactory

public class StandaloneCatalogFactory 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.
    StandaloneCatalogFactory(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.
    StandaloneCatalogFactory(scala.concurrent.duration.Duration timeout)
    Deprecated.
    Constructs a new instance with default Data Client Settings and a custom timeout.
    StandaloneCatalogFactory(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.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(HRN hrn)
    Deprecated.
    Creates a new catalog accessor.
    create(HRN hrn, long version)
    Deprecated.
    Creates a new catalog accessor.
    void
    Deprecated.
    Releases 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

    • StandaloneCatalogFactory

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

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

      public StandaloneCatalogFactory(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)
    • StandaloneCatalogFactory

      public StandaloneCatalogFactory(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.
      Creates a new catalog accessor.
      Specified by:
      create in interface CatalogFactory
    • create

      public Catalog create(HRN hrn)
      Deprecated.
      Creates a new catalog accessor.
      Specified by:
      create in interface CatalogFactory
    • terminate

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