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(Settings dataClientSettings) Deprecated.Constructs a new instance with custom Data Client Settings.FlinkCatalogFactory(scala.Option<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.voidDeprecated.Release the acquired resources when accessing the catalogs is not needed anymore.
-
Constructor Details
-
FlinkCatalogFactory
Deprecated. -
FlinkCatalogFactory
public FlinkCatalogFactory()Deprecated.Constructs a new instance with default Data Client Settings. -
FlinkCatalogFactory
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:CatalogFactoryGets a specific version of a catalog.- Specified by:
createin interfaceCatalogFactory
-
create
Deprecated.Description copied from interface:CatalogFactoryGets the latest available version of the catalog pointed by the specified HRN.- Specified by:
createin interfaceCatalogFactory
-
terminate
public void terminate()Deprecated.Release the acquired resources when accessing the catalogs is not needed anymore.
-