|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Results | |
---|---|
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 | |
---|---|
class |
NullResults
An empty result instance |
Methods in net.sf.ehcache.search that return Results | |
---|---|
Results |
Query.execute()
Execute this query. |
Results |
Query.execute(ExecutionHints hints)
Like Query.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 | |
---|---|
class |
ResultsImpl
Results implementation |
Methods in net.sf.ehcache.search.impl that return Results | |
---|---|
Results |
SearchManager.executeQuery(StoreQuery query,
Map<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 | |
---|---|
Results |
Store.executeQuery(StoreQuery query)
Execute the given query on this store |
Results |
ElementIdAssigningStore.executeQuery(StoreQuery query)
Execute the given query on this store |
Results |
CacheStore.executeQuery(StoreQuery query)
|
Results |
AbstractStore.executeQuery(StoreQuery query)
Execute the given query on this store |
Results |
BruteForceSearchManager.executeQuery(StoreQuery query,
Map<String,AttributeExtractor> extractors,
DynamicAttributesExtractor dynIndexer)
|
Uses of Results in net.sf.ehcache.transaction |
---|
Methods in net.sf.ehcache.transaction that return Results | |
---|---|
Results |
AbstractTransactionStore.executeQuery(StoreQuery query)
Execute the given query on this store |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |