Package org.infinispan.query.impl
Class ComponentRegistryUtils
java.lang.Object
org.infinispan.query.impl.ComponentRegistryUtils
Lookup methods for various internal components of search module.
- Author:
- Marko Luksa, Galder Zamarreño
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.infinispan.query.dsl.embedded.impl.QueryEngine<Class<?>> getEmbeddedQueryEngine(Cache<?, ?> cache) static IndexergetIndexer(AdvancedCache<?, ?> cache) static KeyPartitionergetKeyPartitioner(Cache<?, ?> cache) static org.infinispan.query.backend.KeyTransformationHandlergetKeyTransformationHandler(Cache<?, ?> cache) static org.infinispan.query.core.stats.impl.LocalQueryStatisticsgetLocalQueryStatistics(Cache<?, ?> cache) static org.infinispan.query.core.impl.QueryCachegetQueryCache(Cache<?, ?> cache) Returns the optional QueryCache.static org.infinispan.query.backend.QueryInterceptorgetQueryInterceptor(Cache<?, ?> cache) getQueryStatistics(AdvancedCache<?, ?> cache) static SearchMappinggetSearchMapping(Cache<?, ?> cache) static org.infinispan.query.core.stats.impl.SearchStatsRetrievergetSearchStatsRetriever(Cache<?, ?> cache) static TimeServicegetTimeService(Cache<?, ?> cache) 
- 
Method Details- 
getSearchMapping
- 
getKeyPartitioner
- 
getQueryInterceptor
- 
getLocalQueryStatisticspublic static org.infinispan.query.core.stats.impl.LocalQueryStatistics getLocalQueryStatistics(Cache<?, ?> cache) 
- 
getSearchStatsRetrieverpublic static org.infinispan.query.core.stats.impl.SearchStatsRetriever getSearchStatsRetriever(Cache<?, ?> cache) 
- 
getKeyTransformationHandlerpublic static org.infinispan.query.backend.KeyTransformationHandler getKeyTransformationHandler(Cache<?, ?> cache) 
- 
getEmbeddedQueryEngine
- 
getTimeService
- 
getQueryCacheReturns the optional QueryCache.
- 
getIndexer
- 
getQueryStatistics
 
-