|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.search.impl.BaseResult
net.sf.ehcache.search.impl.ResultImpl
public class ResultImpl
Result implementation
Constructor Summary | |
---|---|
ResultImpl(java.lang.Object key,
java.lang.Object value,
StoreQuery query,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.Object[] sortAttributes)
Constructor |
Method Summary | |
---|---|
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 |
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 ResultImpl(java.lang.Object key, java.lang.Object value, StoreQuery query, java.util.Map<java.lang.String,java.lang.Object> attributes, java.lang.Object[] sortAttributes)
key
- value
- query
- attributes
- sortAttributes
- Method Detail |
---|
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
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |