Uses of Interface
net.sf.ehcache.search.Results
-
Packages that use Results Package Description net.sf.ehcache.search This package contains classes for ehcache core search API.net.sf.ehcache.search.impl This package contains an implementation for Results.net.sf.ehcache.store Store package.net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. -
-
Uses of Results in net.sf.ehcache.search
Classes in net.sf.ehcache.search that implement Results Modifier and Type Class Description classNullResultsAn empty result instanceMethods in net.sf.ehcache.search that return Results Modifier and Type Method Description ResultsQuery. execute()Execute this query.ResultsQuery. execute(ExecutionHints hints)LikeQuery.execute(), but with specified execution parameters. -
Uses of Results in net.sf.ehcache.search.impl
Classes in net.sf.ehcache.search.impl that implement Results Modifier and Type Class Description classResultsImplResults implementationMethods in net.sf.ehcache.search.impl that return Results Modifier and Type Method Description ResultsSearchManager. executeQuery(StoreQuery query, java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors, DynamicAttributesExtractor dynamicIndexer)Execute a query against the given cache -
Uses of Results in net.sf.ehcache.store
Methods in net.sf.ehcache.store that return Results Modifier and Type Method Description ResultsAbstractStore. executeQuery(StoreQuery query)Execute the given query on this storeResultsBruteForceSearchManager. executeQuery(StoreQuery query, java.util.Map<java.lang.String,AttributeExtractor> extractors, DynamicAttributesExtractor dynIndexer)ResultsCacheStore. executeQuery(StoreQuery query)ResultsElementIdAssigningStore. executeQuery(StoreQuery query)Execute the given query on this storeResultsStore. executeQuery(StoreQuery query)Execute the given query on this store -
Uses of Results in net.sf.ehcache.transaction
Methods in net.sf.ehcache.transaction that return Results Modifier and Type Method Description ResultsAbstractTransactionStore. executeQuery(StoreQuery query)Execute the given query on this store
-