Package com.alibaba.jstorm.daemon.supervisor

Examples of com.alibaba.jstorm.daemon.supervisor.Httpserver.start()


 
  @Test
  public void test_httpserver() {
    int port = ConfigExtension.getSupervisorDeamonHttpserverPort(Maps.newHashMap());
    Httpserver httpserver = new Httpserver(port, new HashMap<String, Object>());
    httpserver.start();
    System.out.println("start....");
  }
 
  enum ViewMode {
    LAST_4K, LAST_8K, ALL;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.