Infinispan Distribution 5.2.6.Final-redhat-2

Package org.infinispan.query

Interface Summary
CacheQuery A cache-query is what will be returned when the getQuery() method is run on SearchManagerImpl.
CustomQueryCommand Custom commands from the Query module should implement this interface to fetch needed components.
MassIndexer Component to rebuild the indexes from the existing data.
ModuleCommandIds The Query module is using custom RPC commands; to make sure the used command ids are unique all numbers are defined here, and should stay in the range 100-119 which is the reserved range for this module.
ProjectionConstants  
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.
 

Class Summary
CommandFactory Remote commands factory implementation
CommandInitializer Initializes query module remote commands
DefaultTransformer Warning, slow as a dog, uses serialization to get a byte representation of a class.
FetchOptions  
QueryMetadataFileFinder  
QueryModuleCommandExtensions  
Search Helper class to get a SearchManager out of an indexing enabled cache.
 

Enum Summary
FetchOptions.FetchMode Specifies the fetching strategy for query results.
 

Annotation Types Summary
Transformable If you annotate your object with this, it can be used as a valid key for Infinispan to index.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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