public class NodeConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NodeConfig.NodeConfigBuilder |
Modifier and Type | Field and Description |
---|---|
protected SolrResourceLoader |
loader |
protected Properties |
solrProperties |
Modifier and Type | Method and Description |
---|---|
PluginInfo[] |
getBackupRepositoryPlugins() |
CloudConfig |
getCloudConfig() |
String |
getCollectionsHandlerClass() |
Path |
getConfigSetBaseDirectory() |
String |
getConfigSetsHandlerClass() |
String |
getCoreAdminHandlerClass() |
int |
getCoreLoadThreadCount(boolean zkAware) |
Path |
getCoreRootDirectory() |
String |
getInfoHandlerClass() |
LogWatcherConfig |
getLogWatcherConfig() |
String |
getManagementPath() |
PluginInfo[] |
getMetricReporterPlugins() |
String |
getNodeName() |
PluginInfo |
getShardHandlerFactoryPluginInfo() |
String |
getSharedLibDirectory() |
Properties |
getSolrProperties() |
SolrResourceLoader |
getSolrResourceLoader() |
PluginInfo |
getTransientCachePluginInfo() |
int |
getTransientCacheSize() |
UpdateShardHandlerConfig |
getUpdateShardHandlerConfig() |
boolean |
hasSchemaCache() |
protected final SolrResourceLoader loader
protected final Properties solrProperties
public String getNodeName()
public Path getCoreRootDirectory()
public PluginInfo getShardHandlerFactoryPluginInfo()
public UpdateShardHandlerConfig getUpdateShardHandlerConfig()
public int getCoreLoadThreadCount(boolean zkAware)
public String getSharedLibDirectory()
public String getCoreAdminHandlerClass()
public String getCollectionsHandlerClass()
public String getInfoHandlerClass()
public String getConfigSetsHandlerClass()
public boolean hasSchemaCache()
public String getManagementPath()
public Path getConfigSetBaseDirectory()
public LogWatcherConfig getLogWatcherConfig()
public CloudConfig getCloudConfig()
public int getTransientCacheSize()
public Properties getSolrProperties()
public SolrResourceLoader getSolrResourceLoader()
public PluginInfo[] getBackupRepositoryPlugins()
public PluginInfo[] getMetricReporterPlugins()
public PluginInfo getTransientCachePluginInfo()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.