public class AggregateOnlyResult extends BaseResult
Constructor and Description |
---|
AggregateOnlyResult(StoreQuery query)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
basicGetAttribute(java.lang.String name)
Get the actual attribute value
|
protected java.lang.Object |
basicGetKey()
Get the actual key value
|
protected java.lang.Object |
basicGetValue()
Get the actual value
|
(package private) java.lang.Object |
getSortAttribute(int pos)
Get attribute value for use in sorting
|
getAggregatorResults, getAttribute, getKey, getValue, setAggregateResults, toString
public AggregateOnlyResult(StoreQuery query)
query
- protected java.lang.Object basicGetKey()
BaseResult
basicGetKey
in class BaseResult
protected java.lang.Object basicGetValue()
BaseResult
basicGetValue
in class BaseResult
protected java.lang.Object basicGetAttribute(java.lang.String name)
BaseResult
basicGetAttribute
in class BaseResult
java.lang.Object getSortAttribute(int pos)
BaseResult
getSortAttribute
in class BaseResult