Class IndexParser$IndexParser
java.lang.Object
scala.AnyVal
com.here.platform.data.client.impl.IndexParser$IndexParser
public class IndexParser$IndexParser
extends scala.AnyVal
-
Constructor Summary
ConstructorsConstructorDescriptionIndexParser$IndexParser(org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, ?> source) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.stream.scaladsl.Source<com.here.platform.data.client.scaladsl.IndexPartition,org.apache.pekko.NotUsed> parse(scala.Option<String> description, IndexPartitionDeserializer serializer, org.apache.pekko.stream.Materializer materializer) org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,?> source()
-
Constructor Details
-
IndexParser$IndexParser
public IndexParser$IndexParser(org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString, ?> source)
-
-
Method Details
-
parse
public org.apache.pekko.stream.scaladsl.Source<com.here.platform.data.client.scaladsl.IndexPartition,org.apache.pekko.NotUsed> parse(scala.Option<String> description, IndexPartitionDeserializer serializer, org.apache.pekko.stream.Materializer materializer) -
source
public org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,?> source()
-