Uses of Interface
org.apache.mahout.cf.taste.impl.common.Retriever

Packages that use Retriever
org.apache.mahout.cf.taste.impl.common   
 

Uses of Retriever in org.apache.mahout.cf.taste.impl.common
 

Classes in org.apache.mahout.cf.taste.impl.common that implement Retriever
 class Cache<K,V>
           An efficient Map-like class which caches values for keys.
 

Constructors in org.apache.mahout.cf.taste.impl.common with parameters of type Retriever
Cache(Retriever<? super K,? extends V> retriever)
           Creates a new cache based on the given Retriever.
Cache(Retriever<? super K,? extends V> retriever, int maxEntries)
           Creates a new cache based on the given Retriever and with given maximum size.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.