|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.search.impl.BaseResult net.sf.ehcache.search.impl.AggregateOnlyResult
public class AggregateOnlyResult
A result implementation intended solely for holding aggregate results. This particular result is used when only aggregates are requested in a query
Constructor Summary | |
---|---|
AggregateOnlyResult(StoreQuery query)
Constructor |
Method Summary | |
---|---|
protected Object |
basicGetAttribute(String name)
Get the actual attribute value |
protected Object |
basicGetKey()
Get the actual key value |
protected Object |
basicGetValue()
Get the actual value |
Methods inherited from class net.sf.ehcache.search.impl.BaseResult |
---|
getAggregatorResults, getAttribute, getKey, getValue, setAggregateResults, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AggregateOnlyResult(StoreQuery query)
query
- Method Detail |
---|
protected Object basicGetKey()
BaseResult
basicGetKey
in class BaseResult
protected Object basicGetValue()
BaseResult
basicGetValue
in class BaseResult
protected Object basicGetAttribute(String name)
BaseResult
basicGetAttribute
in class BaseResult
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |