Class IngestionServiceImpl
java.lang.Object
com.here.platform.data.client.service.ingest.IngestionServiceImpl
- All Implemented Interfaces:
IngestionService
-
Constructor Summary
ConstructorsConstructorDescriptionIngestionServiceImpl(HttpHandler httpHandler, ClientExecutionContext clientExecutionContext) -
Method Summary
Modifier and TypeMethodDescriptionscala.concurrent.Future<org.apache.pekko.Done>uploadPartitions(HRN hrn, InternalSettings settings, String layerId, scala.collection.immutable.Seq<PublishPartition> partitions)
-
Constructor Details
-
IngestionServiceImpl
-
-
Method Details
-
uploadPartitions
public scala.concurrent.Future<org.apache.pekko.Done> uploadPartitions(HRN hrn, InternalSettings settings, String layerId, scala.collection.immutable.Seq<PublishPartition> partitions) - Specified by:
uploadPartitionsin interfaceIngestionService
-