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 Summary
Modifier and TypeMethodDescriptionstatic org.infinispan.query.dsl.embedded.impl.QueryEngine
<Class<?>> getEmbeddedQueryEngine
(Cache<?, ?> cache) static Indexer
getIndexer
(AdvancedCache<?, ?> cache) static KeyPartitioner
getKeyPartitioner
(Cache<?, ?> cache) static org.infinispan.query.backend.KeyTransformationHandler
getKeyTransformationHandler
(Cache<?, ?> cache) static org.infinispan.query.core.stats.impl.LocalQueryStatistics
getLocalQueryStatistics
(Cache<?, ?> cache) static org.infinispan.query.core.impl.QueryCache
getQueryCache
(Cache<?, ?> cache) Returns the optional QueryCache.static org.infinispan.query.backend.QueryInterceptor
getQueryInterceptor
(Cache<?, ?> cache) getQueryStatistics
(AdvancedCache<?, ?> cache) static SearchMapping
getSearchMapping
(Cache<?, ?> cache) static org.infinispan.query.core.stats.impl.SearchStatsRetriever
getSearchStatsRetriever
(Cache<?, ?> cache) static TimeService
getTimeService
(Cache<?, ?> cache)
-
Method Details
-
getSearchMapping
-
getKeyPartitioner
-
getQueryInterceptor
-
getLocalQueryStatistics
public static org.infinispan.query.core.stats.impl.LocalQueryStatistics getLocalQueryStatistics(Cache<?, ?> cache) -
getSearchStatsRetriever
public static org.infinispan.query.core.stats.impl.SearchStatsRetriever getSearchStatsRetriever(Cache<?, ?> cache) -
getKeyTransformationHandler
public static org.infinispan.query.backend.KeyTransformationHandler getKeyTransformationHandler(Cache<?, ?> cache) -
getEmbeddedQueryEngine
-
getTimeService
-
getQueryCache
Returns the optional QueryCache. -
getIndexer
-
getQueryStatistics
-