Package org.apache.solr.client.solrj.io
Class ModelCache
- java.lang.Object
-
- org.apache.solr.client.solrj.io.ModelCache
-
public class ModelCache extends Object
The Model cache keeps a local in-memory copy of models
-
-
Constructor Summary
Constructors Constructor Description ModelCache(int size, String defaultZkHost, SolrClientCache solrClientCache)
-
-
-
Constructor Detail
-
ModelCache
public ModelCache(int size, String defaultZkHost, SolrClientCache solrClientCache)
-
-
Method Detail
-
getModel
public Tuple getModel(String collection, String modelID, long checkMillis) throws IOException
- Throws:
IOException
-
getModel
public Tuple getModel(String zkHost, String collection, String modelID, long checkMillis) throws IOException
- Throws:
IOException
-
-