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 serviceUrl
           
 
Constructor Summary
SolrConfig.JmxConfiguration(boolean enabled, String agentId, String serviceUrl)
           
 
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
Constructor Detail

SolrConfig.JmxConfiguration

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


Copyright © 2011 Apache Software Foundation. All Rights Reserved.