Uses of Class
org.apache.blur.utils.QueryCacheKey

Packages that use QueryCacheKey
org.apache.blur.utils   
 

Uses of QueryCacheKey in org.apache.blur.utils
 

Methods in org.apache.blur.utils that return QueryCacheKey
static QueryCacheKey QueryCache.getNormalizedBlurQueryKey(String table, BlurQuery blurQuery)
           
 

Methods in org.apache.blur.utils with parameters of type QueryCacheKey
 QueryCacheEntry QueryCache.get(QueryCacheKey key)
           
 void QueryCache.onEviction(QueryCacheKey key, QueryCacheEntry value)
           
 void QueryCache.put(QueryCacheKey key, QueryCacheEntry value)
           
 void QueryCache.remove(QueryCacheKey key)
           
 



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