Interface QueryProcessor

All Known Implementing Classes:
VersionedLayerQueryProcessor, VolatileLayerQueryProcessor

public interface QueryProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.collection.IterableOnce<com.here.platform.data.client.scaladsl.Partition>
    find(String query)
     
  • Method Details

    • find

      scala.collection.IterableOnce<com.here.platform.data.client.scaladsl.Partition> find(String query)