|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreQuery | |
---|---|
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 StoreQuery in net.sf.ehcache.search.impl |
---|
Methods in net.sf.ehcache.search.impl with parameters of type StoreQuery | |
---|---|
Results |
SearchManager.executeQuery(StoreQuery query,
Map<String,AttributeExtractor> attributeExtractors,
DynamicAttributesExtractor dynamicIndexer)
Execute a query against the given cache |
void |
BaseQueryInterpreter.process(StoreQuery query)
Interpret this query |
Constructors in net.sf.ehcache.search.impl with parameters of type StoreQuery | |
---|---|
AggregateOnlyResult(StoreQuery query)
Constructor |
|
BaseResult(StoreQuery query)
Constructor |
|
GroupedResultImpl(StoreQuery query,
Map<String,Object> attributes,
Object[] sortAttributes,
List<Object> aggregatorResults,
Map<String,Object> groupBy)
Constructor |
|
ResultImpl(Object key,
Object value,
StoreQuery query,
Map<String,Object> attributes,
Object[] sortAttributes)
Constructor |
Uses of StoreQuery in net.sf.ehcache.store |
---|
Methods in net.sf.ehcache.store with parameters of type StoreQuery | |
---|---|
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 StoreQuery in net.sf.ehcache.transaction |
---|
Methods in net.sf.ehcache.transaction with parameters of type StoreQuery | |
---|---|
Results |
AbstractTransactionStore.executeQuery(StoreQuery query)
Execute the given query on this store |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |