public abstract class TransientSolrCoreCacheFactory extends Object
| Modifier and Type | Field and Description | 
|---|---|
static PluginInfo | 
DEFAULT_TRANSIENT_SOLR_CACHE_INFO  | 
| Constructor and Description | 
|---|
TransientSolrCoreCacheFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
CoreContainer | 
getCoreContainer()  | 
abstract TransientSolrCoreCache | 
getTransientSolrCoreCache()  | 
static TransientSolrCoreCacheFactory | 
newInstance(SolrResourceLoader loader,
           CoreContainer coreContainer)
Create a new TransientSolrCoreCacheFactory instance 
 | 
void | 
setCoreContainer(CoreContainer coreContainer)  | 
public static final PluginInfo DEFAULT_TRANSIENT_SOLR_CACHE_INFO
public abstract TransientSolrCoreCache getTransientSolrCoreCache()
public static TransientSolrCoreCacheFactory newInstance(SolrResourceLoader loader, CoreContainer coreContainer)
loader - a SolrResourceLoader used to find the TransientSolrCacheFactory classescoreContainer - CoreContainer that encloses all the Solr cores.public void setCoreContainer(CoreContainer coreContainer)
public CoreContainer getCoreContainer()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.