public class

LocalZKServer

extends Object
java.lang.Object
   ↳ org.apache.helix.tools.LocalZKServer

Class Overview

Provides ability to start zookeeper locally on a particular port

Summary

Public Constructors
LocalZKServer()
Public Methods
static void main(String[] args)
void start(int port, String dataDir, String logDir)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LocalZKServer ()

Public Methods

public static void main (String[] args)

Throws
Exception

public void start (int port, String dataDir, String logDir)

Throws
Exception