Class StandaloneCatalogFactory
java.lang.Object
com.here.platform.location.dataloader.standalone.StandaloneCatalogFactory
- 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.StandaloneCatalogFactory(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, Settings dataClientSettings) Deprecated.Constructs a new instance with infinite timeout for data access operations and custom Data Client Settings. -
Method Summary
-
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
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, 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.Creates a new catalog accessor.- Specified by:
createin interfaceCatalogFactory
-
create
Deprecated.Creates a new catalog accessor.- Specified by:
createin interfaceCatalogFactory
-
terminate
public void terminate()Deprecated.Releases the acquired resources when accessing the catalogs is not needed anymore.
-