Class PartitionPage
java.lang.Object
com.here.platform.data.client.impl.PartitionPage
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionPage(org.apache.pekko.stream.scaladsl.Source<com.here.platform.data.client.scaladsl.Partition, org.apache.pekko.NotUsed> partitions, scala.concurrent.Future<scala.Option<String>> next) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
PartitionPage
public PartitionPage(org.apache.pekko.stream.scaladsl.Source<com.here.platform.data.client.scaladsl.Partition, org.apache.pekko.NotUsed> partitions, scala.concurrent.Future<scala.Option<String>> next)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
partitions
public org.apache.pekko.stream.scaladsl.Source<com.here.platform.data.client.scaladsl.Partition,org.apache.pekko.NotUsed> partitions() -
next
-