Class SparkCatalogFactory
java.lang.Object
com.here.platform.location.dataloader.spark.SparkCatalogFactory
- All Implemented Interfaces:
CatalogFactory
Deprecated.
Use methods based on OptimizedMapLayers instead. Since SDK 2.54.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.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
-
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 operationsdataClientSettings
- Data Client settings (see the Data Client documentation)
-
-
Method Details
-
create
Deprecated.Description copied from interface:CatalogFactory
Gets a specific version of a catalog.- Specified by:
create
in interfaceCatalogFactory
-
create
Deprecated.Description copied from interface:CatalogFactory
Gets the latest available version of the catalog pointed by the specified HRN.- Specified by:
create
in interfaceCatalogFactory
-