Uses of Package
org.infinispan.query
-
Packages that use org.infinispan.query Package Description org.infinispan.query Query API. -
Classes in org.infinispan.query used by org.infinispan.query Class Description CacheQuery Deprecated.Since 11.0, replaced byQueryin the Query API andIndexedQueryinternally.FetchOptions FetchOptions.FetchMode Specifies the fetching strategy for query results.Indexer The indexer is used to interact directly with a cache's index.MassIndexer Deprecated.Since 11.0, replaced byIndexer, obtained fromSearch.getIndexer(Cache)ResultIterator Deprecated.Since 11.0 with no replacement.SearchManager Deprecated.since 11.0, all search operations should be done with theSearchentry point.Transformer Convert objects (cache keys only) from their original Java types to a String representation (which is suitable to be used in a Lucene index) and vice versa.