Class StandaloneByteArrayTileLoader
java.lang.Object
com.here.platform.location.dataloader.core.internal.BaseTileLoader<com.here.platform.data.client.scaladsl.Partition>
com.here.platform.location.dataloader.standalone.StandaloneByteArrayTileLoader
- All Implemented Interfaces:
DataLoader<TileId,
,byte[]> TileLoader<byte[]>
public class StandaloneByteArrayTileLoader
extends com.here.platform.location.dataloader.core.internal.BaseTileLoader<com.here.platform.data.client.scaladsl.Partition>
Deprecated.
Use methods based on OptimizedMapLayers instead. Since SDK 2.54.
-
Constructor Summary
ConstructorsConstructorDescriptionStandaloneByteArrayTileLoader
(com.here.platform.data.client.scaladsl.QueryApi queryApi, com.here.platform.data.client.engine.scaladsl.ReadEngine readEngine, HRN catalogHrn, long catalogVersion, String layerName, scala.concurrent.duration.Duration timeout, org.apache.pekko.actor.ActorSystem system) Deprecated.StandaloneByteArrayTileLoader
(com.here.platform.location.dataloader.core.internal.DataStoreClient<com.here.platform.data.client.scaladsl.Partition> client) Deprecated. -
Method Summary
Methods inherited from class com.here.platform.location.dataloader.core.internal.BaseTileLoader
catalogHrn, catalogVersion, com$here$platform$location$dataloader$core$internal$BaseTileLoader$$getAncestorAtCacheLevel, com$here$platform$location$dataloader$core$internal$BaseTileLoader$$layerLevel, com$here$platform$location$dataloader$core$internal$BaseTileLoader$$levelToCacheAt, get, getAll, layerName, partitionIds, partitioning, resolver
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.here.platform.location.dataloader.core.TileLoader
get
-
Constructor Details
-
StandaloneByteArrayTileLoader
public StandaloneByteArrayTileLoader(com.here.platform.location.dataloader.core.internal.DataStoreClient<com.here.platform.data.client.scaladsl.Partition> client) Deprecated. -
StandaloneByteArrayTileLoader
public StandaloneByteArrayTileLoader(com.here.platform.data.client.scaladsl.QueryApi queryApi, com.here.platform.data.client.engine.scaladsl.ReadEngine readEngine, HRN catalogHrn, long catalogVersion, String layerName, scala.concurrent.duration.Duration timeout, org.apache.pekko.actor.ActorSystem system) Deprecated.
-