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

    Constructors
    Constructor
    Description
    IndexParser$IndexParser(org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,?> source)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    org.apache.pekko.stream.scaladsl.Source<org.apache.pekko.util.ByteString,?>
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()