Uses of Class
org.infinispan.query.backend.QueryInterceptor
Packages that use QueryInterceptor
Package
Description
Mostly internal search related classes.
Query module internals.
-
Uses of QueryInterceptor in org.infinispan.query.backend
Constructors in org.infinispan.query.backend with parameters of type QueryInterceptorModifierConstructorDescriptionTxQueryInterceptor(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 QueryInterceptorModifier and TypeMethodDescriptionstatic QueryInterceptorComponentRegistryUtils.getQueryInterceptor(org.infinispan.Cache<?, ?> cache)