|
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.GroupedResultImpl
public class GroupedResultImpl
Representation of single result row from group-by queries
Constructor Summary | |
---|---|
GroupedResultImpl(StoreQuery query,
Map<String,Object> attributes,
Object[] sortAttributes,
List<Object> aggregatorResults,
Map<String,Object> groupBy)
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 |
Map<String,Object> |
getGroupByValues()
Map of attributes to their values, used to create this grouped result |
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 GroupedResultImpl(StoreQuery query, Map<String,Object> attributes, Object[] sortAttributes, List<Object> aggregatorResults, Map<String,Object> groupBy)
query
- attributes
- sortAttributes
- aggregatorResults
- groupBy
- 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
public Map<String,Object> getGroupByValues()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |