Package org.infinispan.query
Query API.
- Public API
-
Interface Summary Interface Description Indexer The indexer is used to interact directly with a cache's index.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. -
Class Summary Class Description Search This is the entry point for the Infinispan search API. -
Exception Summary Exception Description SearchTimeoutException Thrown when a query timeout occurs. -
Annotation Types Summary Annotation Type Description Transformable If you annotate your object with this, it can be used as a valid key for Infinispan to index (unless your key type is a boxed primitive, a String or a byte array in which case it can be used without a transformer).