Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Package
org.infinispan.query

Packages that use org.infinispan.query
org.infinispan.query   
org.infinispan.query.backend   
org.infinispan.query.clustered   
org.infinispan.query.impl   
org.infinispan.query.impl.massindex   
org.infinispan.query.indexmanager   
 

Classes in org.infinispan.query used by org.infinispan.query
CacheQuery
          A cache-query is what will be returned when the getQuery() method is run on SearchManagerImpl.
CommandInitializer
          Initializes query module remote commands
FetchOptions
           
FetchOptions.FetchMode
          Specifies the fetching strategy for query results.
MassIndexer
          Component to rebuild the indexes from the existing data.
ResultIterator
          Iterates over query results

SearchManager
          The SearchManager is the entry point to create full text queries on top of a cache.
Transformer
          The task of this interface is to convert keys from their original types to a String representation (which can be used in Lucene) and vice versa.
 

Classes in org.infinispan.query used by org.infinispan.query.backend
Transformer
          The task of this interface is to convert keys from their original types to a String representation (which can be used in Lucene) and vice versa.
 

Classes in org.infinispan.query used by org.infinispan.query.clustered
CacheQuery
          A cache-query is what will be returned when the getQuery() method is run on SearchManagerImpl.
CommandInitializer
          Initializes query module remote commands
CustomQueryCommand
          Custom commands from the Query module should implement this interface to fetch needed components.
FetchOptions
           
ResultIterator
          Iterates over query results

 

Classes in org.infinispan.query used by org.infinispan.query.impl
CacheQuery
          A cache-query is what will be returned when the getQuery() method is run on SearchManagerImpl.
FetchOptions
           
ResultIterator
          Iterates over query results

 

Classes in org.infinispan.query used by org.infinispan.query.impl.massindex
MassIndexer
          Component to rebuild the indexes from the existing data.
 

Classes in org.infinispan.query used by org.infinispan.query.indexmanager
CommandInitializer
          Initializes query module remote commands
CustomQueryCommand
          Custom commands from the Query module should implement this interface to fetch needed components.
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.