Class PartitionPageRetriever.RetrievePartitionPageOps
java.lang.Object
scala.AnyVal
com.here.platform.data.client.impl.PartitionPageRetriever.RetrievePartitionPageOps
- Enclosing class:
- PartitionPageRetriever
public static class PartitionPageRetriever.RetrievePartitionPageOps
extends scala.AnyVal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.concurrent.Future<PartitionPage>getPartitionPage(HRN hrn, InternalSettings settings, Endpoint request, scala.concurrent.ExecutionContext executionContext, org.apache.pekko.stream.Materializer materializer) org.apache.pekko.stream.scaladsl.Source<com.here.platform.data.client.scaladsl.Partition,org.apache.pekko.NotUsed> getPartitionPages(HRN hrn, InternalSettings settings, RestEndpoint firstRequest, scala.Function1<String, HyperMediaEndpoint> nextRequest, scala.concurrent.ExecutionContext executionContext, org.apache.pekko.stream.Materializer materializer) scala.concurrent.Future<PartitionSinglePage>getPartitionSinglePage(HRN hrn, InternalSettings settings, Endpoint request, scala.concurrent.ExecutionContext executionContext, org.apache.pekko.stream.Materializer materializer)
-
Constructor Details
-
RetrievePartitionPageOps
-
-
Method Details
-
httpHandler
-
getPartitionPage
public scala.concurrent.Future<PartitionPage> getPartitionPage(HRN hrn, InternalSettings settings, Endpoint request, scala.concurrent.ExecutionContext executionContext, org.apache.pekko.stream.Materializer materializer) -
getPartitionSinglePage
public scala.concurrent.Future<PartitionSinglePage> getPartitionSinglePage(HRN hrn, InternalSettings settings, Endpoint request, scala.concurrent.ExecutionContext executionContext, org.apache.pekko.stream.Materializer materializer) -
getPartitionPages
public org.apache.pekko.stream.scaladsl.Source<com.here.platform.data.client.scaladsl.Partition,org.apache.pekko.NotUsed> getPartitionPages(HRN hrn, InternalSettings settings, RestEndpoint firstRequest, scala.Function1<String, HyperMediaEndpoint> nextRequest, scala.concurrent.ExecutionContext executionContext, org.apache.pekko.stream.Materializer materializer)
-