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 |
getHealthCheckHandlerClass() |
String |
getInfoHandlerClass() |
LogWatcherConfig |
getLogWatcherConfig() |
String |
getManagementPath() |
MetricsConfig |
getMetricsConfig() |
String |
getNodeName() |
int |
getReplayUpdatesThreads() |
PluginInfo |
getShardHandlerFactoryPluginInfo() |
String |
getSharedLibDirectory() |
Path |
getSolrDataHome() |
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 Path getSolrDataHome()
public PluginInfo getShardHandlerFactoryPluginInfo()
public UpdateShardHandlerConfig getUpdateShardHandlerConfig()
public int getCoreLoadThreadCount(boolean zkAware)
public int getReplayUpdatesThreads()
public String getSharedLibDirectory()
public String getCoreAdminHandlerClass()
public String getCollectionsHandlerClass()
public String getHealthCheckHandlerClass()
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 MetricsConfig getMetricsConfig()
public PluginInfo getTransientCachePluginInfo()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.