Uses of Package
org.infinispan.query
-
Packages that use org.infinispan.query Package Description org.infinispan.query Query API.org.infinispan.query.clustered org.infinispan.query.impl Query module internals.org.infinispan.query.impl.massindex org.infinispan.query.spi -
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. -
Classes in org.infinispan.query used by org.infinispan.query.clustered Class Description CacheQuery Deprecated.Since 11.0, replaced byQueryin the Query API andIndexedQueryinternally.FetchOptions ResultIterator Deprecated.Since 11.0 with no replacement. -
Classes in org.infinispan.query used by org.infinispan.query.impl Class Description CacheQuery Deprecated.Since 11.0, replaced byQueryin the Query API andIndexedQueryinternally.FetchOptions 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. -
Classes in org.infinispan.query used by org.infinispan.query.impl.massindex Class Description Indexer The indexer is used to interact directly with a cache's index.MassIndexer Deprecated.Since 11.0, replaced byIndexer, obtained fromSearch.getIndexer(Cache) -
Classes in org.infinispan.query used by org.infinispan.query.spi Class Description CacheQuery Deprecated.Since 11.0, replaced byQueryin the Query API andIndexedQueryinternally.SearchManager Deprecated.since 11.0, all search operations should be done with theSearchentry point.