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.

@FunctionalInterface public static interface QueryCache.QueryCreator<Q>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String queryString, List<org.infinispan.objectfilter.impl.aggregation.FieldAccumulator> accumulators)
    Create a new query object based on the input args, or just return null.