Uses of Class
org.infinispan.query.impl.QueryDefinition
-
Packages that use QueryDefinition Package Description org.infinispan.query.clustered org.infinispan.query.clustered.commandworkers org.infinispan.query.dsl.embedded.impl Query DSL implementation internals.org.infinispan.query.impl Query module internals.org.infinispan.query.spi -
-
Uses of QueryDefinition in org.infinispan.query.clustered
Methods in org.infinispan.query.clustered that return QueryDefinition Modifier and Type Method Description QueryDefinitionClusteredQueryOperation. getQueryDefinition()Constructors in org.infinispan.query.clustered with parameters of type QueryDefinition 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 QueryDefinition in org.infinispan.query.clustered.commandworkers
Methods in org.infinispan.query.clustered.commandworkers with parameters of type QueryDefinition Modifier and Type Method Description QueryResponseCQCommandType. perform(org.infinispan.AdvancedCache<?,?> cache, QueryDefinition queryDefinition, UUID queryId, int docIndex, BitSet segments) -
Uses of QueryDefinition in org.infinispan.query.dsl.embedded.impl
Methods in org.infinispan.query.dsl.embedded.impl with parameters of type QueryDefinition Modifier and Type Method Description <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 QueryDefinition in org.infinispan.query.impl
Fields in org.infinispan.query.impl declared as QueryDefinition Modifier and Type Field Description protected QueryDefinitionCacheQueryImpl. queryDefinitionMethods in org.infinispan.query.impl that return QueryDefinition Modifier and Type Method Description QueryDefinitionQueryDefinition.Externalizer. readObject(ObjectInput input)Methods in org.infinispan.query.impl that return types with arguments of type QueryDefinition Modifier and Type Method Description Set<Class<? extends QueryDefinition>>QueryDefinition.Externalizer. getTypeClasses()Methods in org.infinispan.query.impl with parameters of type QueryDefinition Modifier and Type Method Description <E> CacheQuery<E>SearchManagerImpl. getQuery(QueryDefinition queryDefinition, org.infinispan.query.dsl.IndexedQueryMode indexedQueryMode, org.hibernate.search.spi.IndexedTypeMap<org.hibernate.search.spi.CustomTypeMetadata> indexedTypeMap)voidQueryDefinition.Externalizer. writeObject(ObjectOutput output, QueryDefinition queryDefinition)Constructors in org.infinispan.query.impl with parameters of type QueryDefinition Constructor Description CacheQueryImpl(QueryDefinition queryDefinition, org.infinispan.AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler) -
Uses of QueryDefinition in org.infinispan.query.spi
Methods in org.infinispan.query.spi with parameters of type QueryDefinition Modifier and Type Method Description <E> CacheQuery<E>SearchManagerImplementor. getQuery(QueryDefinition queryDefinition, org.infinispan.query.dsl.IndexedQueryMode indexedQueryMode, org.hibernate.search.spi.IndexedTypeMap<org.hibernate.search.spi.CustomTypeMetadata> indexedTypeMap)Deprecated.Since 11.0, without replacement.
-