Package org.infinispan.query.impl
Class ComponentRegistryUtils
- java.lang.Object
-
- org.infinispan.query.impl.ComponentRegistryUtils
-
public final class ComponentRegistryUtils extends Object
Lookup methods for various internal components of search module.- Author:
- Marko Luksa, Galder ZamarreƱo
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EmbeddedQueryEngine
getEmbeddedQueryEngine(Cache<?,?> cache)
static KeyTransformationHandler
getKeyTransformationHandler(Cache<?,?> cache)
static QueryCache
getQueryCache(Cache<?,?> cache)
Returns the optional QueryCache.static QueryInterceptor
getQueryInterceptor(Cache<?,?> cache)
static org.hibernate.search.spi.SearchIntegrator
getSearchIntegrator(Cache<?,?> cache)
static org.infinispan.commons.time.TimeService
getTimeService(Cache<?,?> cache)
-
-
-
Method Detail
-
getSearchIntegrator
public static org.hibernate.search.spi.SearchIntegrator getSearchIntegrator(Cache<?,?> cache)
-
getQueryInterceptor
public static QueryInterceptor getQueryInterceptor(Cache<?,?> cache)
-
getKeyTransformationHandler
public static KeyTransformationHandler getKeyTransformationHandler(Cache<?,?> cache)
-
getEmbeddedQueryEngine
public static EmbeddedQueryEngine getEmbeddedQueryEngine(Cache<?,?> cache)
-
getTimeService
public static org.infinispan.commons.time.TimeService getTimeService(Cache<?,?> cache)
-
getQueryCache
public static QueryCache getQueryCache(Cache<?,?> cache)
Returns the optional QueryCache.
-
-