org.apache.blur.utils
Class QueryCacheEntry

java.lang.Object
  extended by org.apache.blur.utils.QueryCacheEntry

public class QueryCacheEntry
extends Object


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

results

public BlurResults results

timestamp

public long timestamp

shards

public SortedSet<String> shards
Constructor Detail

QueryCacheEntry

public QueryCacheEntry(BlurResults cacheResults)
Method Detail

getBlurResults

public BlurResults getBlurResults(BlurQuery blurQuery)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.