Uses of Interface
net.sf.ehcache.store.StoreQuery
-
Packages that use StoreQuery Package Description 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 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 cachevoidBaseQueryInterpreter. process(StoreQuery query)Interpret this queryConstructors in net.sf.ehcache.search.impl with parameters of type StoreQuery Constructor Description AggregateOnlyResult(StoreQuery query)ConstructorBaseResult(StoreQuery query)ConstructorGroupedResultImpl(StoreQuery query, java.util.Map<java.lang.String,java.lang.Object> attributes, java.lang.Object[] sortAttributes, java.util.List<java.lang.Object> aggregatorResults, java.util.Map<java.lang.String,java.lang.Object> groupBy)ConstructorResultImpl(java.lang.Object key, java.lang.Object value, StoreQuery query, java.util.Map<java.lang.String,java.lang.Object> attributes, java.lang.Object[] sortAttributes)Constructor -
Uses of StoreQuery in net.sf.ehcache.store
Methods in net.sf.ehcache.store with parameters of type StoreQuery 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 StoreQuery in net.sf.ehcache.transaction
Methods in net.sf.ehcache.transaction with parameters of type StoreQuery Modifier and Type Method Description ResultsAbstractTransactionStore. executeQuery(StoreQuery query)Execute the given query on this store
-