org.apache.solr.common.cloud
Class ZkCoreNodeProps

java.lang.Object
  extended by org.apache.solr.common.cloud.ZkCoreNodeProps

public class ZkCoreNodeProps
extends Object


Constructor Summary
ZkCoreNodeProps(ZkNodeProps nodeProps)
           
 
Method Summary
 String getBaseUrl()
           
 String getCoreName()
           
 String getCoreNodeName()
           
 String getCoreUrl()
           
static String getCoreUrl(String baseUrl, String coreName)
           
 String getNodeName()
           
 ZkNodeProps getNodeProps()
           
 String getState()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZkCoreNodeProps

public ZkCoreNodeProps(ZkNodeProps nodeProps)
Method Detail

getCoreUrl

public String getCoreUrl()

getNodeName

public String getNodeName()

getState

public String getState()

getBaseUrl

public String getBaseUrl()

getCoreName

public String getCoreName()

getCoreUrl

public static String getCoreUrl(String baseUrl,
                                String coreName)

toString

public String toString()
Overrides:
toString in class Object

getCoreNodeName

public String getCoreNodeName()

getNodeProps

public ZkNodeProps getNodeProps()


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