Package | Description |
---|---|
org.infinispan.query.backend | |
org.infinispan.query.clustered | |
org.infinispan.query.clustered.commandworkers | |
org.infinispan.query.impl |
Modifier and Type | Method and Description |
---|---|
static KeyTransformationHandler |
KeyTransformationHandler.getInstance(AdvancedCache<?,?> cache)
Gets the KeyTransformationHandler instance used by the supplied cache.
|
KeyTransformationHandler |
QueryInterceptor.getKeyTransformationHandler() |
Constructor and Description |
---|
ClusteredCacheQueryImpl(org.apache.lucene.search.Query luceneQuery,
org.hibernate.search.spi.SearchFactoryIntegrator searchFactory,
ExecutorService asyncExecutor,
AdvancedCache<?,?> cache,
KeyTransformationHandler keyTransformationHandler,
Class<?>... classes) |
Modifier and Type | Method and Description |
---|---|
static Object |
QueryExtractorUtil.extractKey(org.hibernate.search.query.engine.spi.DocumentExtractor extractor,
Cache<?,?> cache,
KeyTransformationHandler keyTransformationHandler,
int docIndex) |
Modifier and Type | Field and Description |
---|---|
protected KeyTransformationHandler |
CacheQueryImpl.keyTransformationHandler |
Constructor and Description |
---|
CacheQueryImpl(org.apache.lucene.search.Query luceneQuery,
org.hibernate.search.spi.SearchFactoryIntegrator searchFactory,
AdvancedCache<?,?> cache,
KeyTransformationHandler keyTransformationHandler,
Class<?>... classes) |
CacheQueryImpl(org.apache.lucene.search.Query luceneQuery,
org.hibernate.search.spi.SearchFactoryIntegrator searchFactory,
AdvancedCache<?,?> cache,
KeyTransformationHandler keyTransformationHandler,
org.hibernate.search.query.engine.spi.TimeoutExceptionFactory timeoutExceptionFactory,
Class<?>... classes) |
EntityLoader(AdvancedCache<?,?> cache,
KeyTransformationHandler keyTransformationHandler) |
ProjectionConverter(String[] fields,
AdvancedCache<?,?> cache,
KeyTransformationHandler keyTransformationHandler) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.