Uses of Interface
org.infinispan.query.Indexer
Packages that use Indexer
Package
Description
Query API that lets you perform Ickle queries and look up values in caches.
Query module internals.
-
Uses of Indexer in org.infinispan.query
Methods in org.infinispan.query that return IndexerModifier and TypeMethodDescriptionstatic <K,V> Indexer Search.getIndexer(org.infinispan.Cache<K, V> cache) -
Uses of Indexer in org.infinispan.query.impl
Methods in org.infinispan.query.impl that return IndexerModifier and TypeMethodDescriptionstatic IndexerComponentRegistryUtils.getIndexer(org.infinispan.AdvancedCache<?, ?> cache) Methods in org.infinispan.query.impl with parameters of type IndexerModifier and TypeMethodDescriptionstatic voidIndexStartupRunner.run(SearchMapping mapping, Indexer indexer, org.infinispan.configuration.cache.Configuration configuration) -
Uses of Indexer in org.infinispan.query.impl.massindex
Classes in org.infinispan.query.impl.massindex that implement Indexer