public class

RestAdminApplication

extends Application
java.lang.Object
   ↳ org.restlet.Restlet
     ↳ org.restlet.Application
       ↳ org.apache.helix.webapp.RestAdminApplication

Summary

Constants
int DEFAULT_PORT
String HELP
String PORT
String ZKCLIENT
String ZKSERVERADDRESS
Public Constructors
RestAdminApplication()
RestAdminApplication(Context context)
Public Methods
Restlet createInboundRoot()
static void main(String[] args)
static void printUsage(Options cliOptions)
static void processCommandLineArgs(String[] cliArgs)
[Expand]
Inherited Methods
From class org.restlet.Application
From class org.restlet.Restlet
From class java.lang.Object
From interface org.restlet.Uniform

Constants

public static final int DEFAULT_PORT

Constant Value: 8100 (0x00001fa4)

public static final String HELP

Constant Value: "help"

public static final String PORT

Constant Value: "port"

public static final String ZKCLIENT

Constant Value: "zkClient"

public static final String ZKSERVERADDRESS

Constant Value: "zkSvr"

Public Constructors

public RestAdminApplication ()

public RestAdminApplication (Context context)

Public Methods

public Restlet createInboundRoot ()

public static void main (String[] args)

Throws
Exception

public static void printUsage (Options cliOptions)

public static void processCommandLineArgs (String[] cliArgs)

Throws
Exception