public class GroupedResultImpl extends BaseResult
| Constructor and Description |
|---|
GroupedResultImpl(StoreQuery query,
Map<String,Object> attributes,
Object[] sortAttributes,
List<Object> aggregatorResults,
Map<String,Object> groupBy)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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() |
getAggregatorResults, getAttribute, getKey, getValue, setAggregateResults, toStringprotected Object basicGetKey()
BaseResultbasicGetKey in class BaseResultprotected Object basicGetValue()
BaseResultbasicGetValue in class BaseResultprotected Object basicGetAttribute(String name)
BaseResultbasicGetAttribute in class BaseResultCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.