org.apache.solr.core
Class SolrConfig.JmxConfiguration

java.lang.Object
  extended by org.apache.solr.core.SolrConfig.JmxConfiguration
Enclosing class:
SolrConfig

public static class SolrConfig.JmxConfiguration
extends Object


Field Summary
 String agentId
           
 boolean enabled
           
 String rootName
           
 String serviceUrl
           
 
Constructor Summary
SolrConfig.JmxConfiguration(boolean enabled, String agentId, String serviceUrl, String rootName)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

public boolean enabled

agentId

public String agentId

serviceUrl

public String serviceUrl

rootName

public String rootName
Constructor Detail

SolrConfig.JmxConfiguration

public SolrConfig.JmxConfiguration(boolean enabled,
                                   String agentId,
                                   String serviceUrl,
                                   String rootName)


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.