|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoreQuery
An immutable query that a Store
can execute
Nested Class Summary | |
---|---|
static interface |
StoreQuery.Ordering
An attribute / direction ordering pair |
Method Summary | |
---|---|
List<AggregatorInstance<?>> |
getAggregatorInstances()
Get the requested aggregators |
Cache |
getCache()
Get the cache this query originated from |
Criteria |
getCriteria()
Get the search criteria |
List<StoreQuery.Ordering> |
getOrdering()
Get the requested search orderings |
Set<Attribute<?>> |
groupByAttributes()
Get the set of attributes to group result set by |
int |
maxResults()
Get the maximum number of results to return |
Set<Attribute<?>> |
requestedAttributes()
Get the set of attributes requested by this query |
boolean |
requestsKeys()
Are keys requested? |
boolean |
requestsValues()
Are values requested? |
Method Detail |
---|
Criteria getCriteria()
boolean requestsKeys()
boolean requestsValues()
Cache getCache()
Set<Attribute<?>> requestedAttributes()
Set<Attribute<?>> groupByAttributes()
List<StoreQuery.Ordering> getOrdering()
int maxResults()
List<AggregatorInstance<?>> getAggregatorInstances()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |