Uses of Class
org.infinispan.query.backend.QueryInterceptor
-
Packages that use QueryInterceptor Package Description org.infinispan.query.backend Mostly internal search related classes.org.infinispan.query.impl Query module internals. -
-
Uses of QueryInterceptor in org.infinispan.query.backend
Constructors in org.infinispan.query.backend with parameters of type QueryInterceptor Constructor Description TxQueryInterceptor(ConcurrentMap<org.infinispan.transaction.xa.GlobalTransaction,Map<Object,Object>> txOldValues, QueryInterceptor queryInterceptor) -
Uses of QueryInterceptor in org.infinispan.query.impl
Methods in org.infinispan.query.impl that return QueryInterceptor Modifier and Type Method Description static QueryInterceptorComponentRegistryUtils. getQueryInterceptor(org.infinispan.Cache<?,?> cache)
-