Class FlinkCatalogFactory
java.lang.Object
com.here.platform.location.dataloader.flink.FlinkCatalogFactory
- All Implemented Interfaces:
CatalogFactory
Deprecated.
Use methods based on OptimizedMapLayers instead. Since SDK 2.54.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.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 TypeMethodDescriptionDeprecated.Gets the latest available version of the catalog pointed by the specified HRN.Deprecated.Gets a specific version of a catalog.void
Deprecated.Release the acquired resources when accessing the catalogs is not needed anymore.
-
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
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
-
terminate
public void terminate()Deprecated.Release the acquired resources when accessing the catalogs is not needed anymore.
-