Package org.infinispan.query.core.impl
Interface QueryCache.QueryCreator<Q>
- Enclosing class:
- QueryCache
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
create
Q create(String queryString, List<org.infinispan.objectfilter.impl.aggregation.FieldAccumulator> accumulators) Create a new query object based on the input args, or just returnnull. Ifnullis returned this will be propagated to the caller ofQueryCache.get(java.lang.String, java.lang.String, java.util.List<org.infinispan.objectfilter.impl.aggregation.FieldAccumulator>, java.lang.Object, org.infinispan.query.core.impl.QueryCache.QueryCreator<T>)and thenullwill not be cached.
-