Uses of Class
org.infinispan.query.backend.KeyTransformationHandler
-
Packages that use KeyTransformationHandler Package Description org.infinispan.query.backend Mostly internal search related classes.org.infinispan.query.clustered org.infinispan.query.dsl.embedded.impl Query DSL implementation internals.org.infinispan.query.impl Query module internals.org.infinispan.query.impl.massindex -
-
Uses of KeyTransformationHandler in org.infinispan.query.backend
Methods in org.infinispan.query.backend that return KeyTransformationHandler Modifier and Type Method Description KeyTransformationHandlerQueryInterceptor. getKeyTransformationHandler()Constructors in org.infinispan.query.backend with parameters of type KeyTransformationHandler Constructor Description QueryInterceptor(org.hibernate.search.spi.SearchIntegrator searchFactory, KeyTransformationHandler keyTransformationHandler, ConcurrentMap<org.infinispan.transaction.xa.GlobalTransaction,Map<Object,Object>> txOldValues, org.infinispan.AdvancedCache<?,?> cache, Map<String,Class<?>> indexedClasses) -
Uses of KeyTransformationHandler in org.infinispan.query.clustered
Constructors in org.infinispan.query.clustered with parameters of type KeyTransformationHandler Constructor Description ClusteredCacheQueryImpl(QueryDefinition queryDefinition, ExecutorService asyncExecutor, org.infinispan.AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler, org.hibernate.search.spi.IndexedTypeMap<org.hibernate.search.spi.CustomTypeMetadata> metadata) -
Uses of KeyTransformationHandler in org.infinispan.query.dsl.embedded.impl
Methods in org.infinispan.query.dsl.embedded.impl with parameters of type KeyTransformationHandler Modifier and Type Method Description <E> IndexedQuery<E>QueryEngine. buildCacheQuery(String queryString, org.infinispan.query.dsl.IndexedQueryMode indexedQueryMode, KeyTransformationHandler keyTransformationHandler, org.hibernate.search.query.engine.spi.TimeoutExceptionFactory timeoutExceptionFactory, ExecutorService asyncExecutor)<E> IndexedQuery<E>QueryEngine. buildCacheQuery(org.apache.lucene.search.Query luceneQuery, KeyTransformationHandler keyTransformationHandler, org.hibernate.search.query.engine.spi.TimeoutExceptionFactory timeoutExceptionFactory, Class<?> entity)<E> IndexedQuery<E>QueryEngine. buildCacheQuery(QueryDefinition queryDefinition, org.infinispan.query.dsl.IndexedQueryMode indexedQueryMode, KeyTransformationHandler keyTransformationHandler, ExecutorService asyncExecutor, org.hibernate.search.spi.IndexedTypeMap<org.hibernate.search.spi.CustomTypeMetadata> indexedTypeMap) -
Uses of KeyTransformationHandler in org.infinispan.query.impl
Fields in org.infinispan.query.impl declared as KeyTransformationHandler Modifier and Type Field Description protected KeyTransformationHandlerCacheQueryImpl. keyTransformationHandlerMethods in org.infinispan.query.impl that return KeyTransformationHandler Modifier and Type Method Description static KeyTransformationHandlerComponentRegistryUtils. getKeyTransformationHandler(org.infinispan.Cache<?,?> cache)Constructors in org.infinispan.query.impl with parameters of type KeyTransformationHandler Constructor Description CacheQueryImpl(org.apache.lucene.search.Query luceneQuery, org.hibernate.search.spi.SearchIntegrator searchFactory, org.infinispan.AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler, org.hibernate.search.query.engine.spi.TimeoutExceptionFactory timeoutExceptionFactory, Class<?> entity)Create a CacheQueryImpl based on a Lucene query.CacheQueryImpl(org.hibernate.search.query.engine.spi.HSQuery hSearchQuery, org.infinispan.AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler)Create a CacheQueryImpl based on a HSQuery.CacheQueryImpl(QueryDefinition queryDefinition, org.infinispan.AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler) -
Uses of KeyTransformationHandler in org.infinispan.query.impl.massindex
Constructors in org.infinispan.query.impl.massindex with parameters of type KeyTransformationHandler Constructor Description DistributedExecutorMassIndexer(org.infinispan.AdvancedCache<?,?> cache, org.hibernate.search.spi.SearchIntegrator searchIntegrator, KeyTransformationHandler keyTransformationHandler, org.infinispan.commons.time.TimeService timeService)IndexUpdater(org.hibernate.search.spi.SearchIntegrator searchIntegrator, KeyTransformationHandler keyTransformationHandler, org.infinispan.commons.time.TimeService timeService)
-