Class VolatileLayerQueryProcessor
java.lang.Object
com.here.platform.data.client.utils.rsql.VolatileLayerQueryProcessor
- All Implemented Interfaces:
QueryProcessor
Wrapper around
QueryApi
that processes RSQL queries and returns the corresponding list of partitions.-
Constructor Summary
ConstructorsConstructorDescriptionVolatileLayerQueryProcessor(com.here.platform.data.client.scaladsl.QueryApi queryApi, Layer layer) -
Method Summary
Modifier and TypeMethodDescriptionstatic VolatileLayerQueryProcessorscala.collection.IterableOnce<com.here.platform.data.client.scaladsl.Partition>
-
Constructor Details
-
VolatileLayerQueryProcessor
public VolatileLayerQueryProcessor(com.here.platform.data.client.scaladsl.QueryApi queryApi, Layer layer)
-
-
Method Details
-
apply
public static VolatileLayerQueryProcessor apply(com.here.platform.data.client.scaladsl.QueryApi queryApi, Layer layer) -
find
public scala.collection.IterableOnce<com.here.platform.data.client.scaladsl.Partition> find(String query) - Specified by:
findin interfaceQueryProcessor
-
toFilter
-