com.senseidb.search.node
Class SenseiClusterConfig

java.lang.Object
  extended by com.senseidb.search.node.SenseiClusterConfig

public class SenseiClusterConfig
extends Object


Constructor Summary
SenseiClusterConfig()
           
 
Method Summary
 String getClusterName()
           
 int getZooKeeperSessionTimeoutMillis()
           
 String getZooKeeperURL()
           
 void setClusterName(String clusterName)
           
 void setZooKeeperSessionTimeoutMillis(int zooKeeperSessionTimeout)
           
 void setZooKeeperURL(String zookeeperURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SenseiClusterConfig

public SenseiClusterConfig()
Method Detail

setClusterName

public void setClusterName(String clusterName)

setZooKeeperSessionTimeoutMillis

public void setZooKeeperSessionTimeoutMillis(int zooKeeperSessionTimeout)

getZooKeeperSessionTimeoutMillis

public int getZooKeeperSessionTimeoutMillis()

getClusterName

public String getClusterName()

setZooKeeperURL

public void setZooKeeperURL(String zookeeperURL)

getZooKeeperURL

public String getZooKeeperURL()


Copyright © 2010-2012. All Rights Reserved.