|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.blur.utils.QueryCacheEntry
public class QueryCacheEntry
Field Summary | |
---|---|
BlurResults |
results
|
SortedSet<String> |
shards
|
long |
timestamp
|
Constructor Summary | |
---|---|
QueryCacheEntry(BlurResults cacheResults)
|
Method Summary | |
---|---|
BlurResults |
getBlurResults(BlurQuery blurQuery)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public BlurResults results
public long timestamp
public SortedSet<String> shards
Constructor Detail |
---|
public QueryCacheEntry(BlurResults cacheResults)
Method Detail |
---|
public BlurResults getBlurResults(BlurQuery blurQuery)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |