Package org.infinispan.query
Query API that lets you perform Ickle queries and look up values in caches.
You can use the Query API with both embedded and remote caches.
- Public API
-
Interface Summary Interface Description Indexer Interacts directly with cache indexes.Transformer Converts objects (cache keys only) to and from their Java types to String representations so that Infinispan can index them. -
Class Summary Class Description Search Entry point for performing Infinispan queries. -
Exception Summary Exception Description SearchTimeoutException Thrown when a query timeout occurs. -
Annotation Types Summary Annotation Type Description Transformable Annotate objects to convert them to keys that Infinispan can index.