Uses of Class
org.apache.solr.common.cloud.ZkDynamicConfig
-
Packages that use ZkDynamicConfig Package Description org.apache.solr.common.cloud -
-
Uses of ZkDynamicConfig in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud that return ZkDynamicConfig Modifier and Type Method Description static ZkDynamicConfig
ZkDynamicConfig. fromZkConnectString(String zkHost)
Creates an instance based on a zookeeper connect string on formathost:port,host:port[/chroot]
static ZkDynamicConfig
ZkDynamicConfig. parseLines(String lines)
Parse a raw multi line config string with the full content of znode /zookeeper/config.
-