org.apache.blur.console.util
Class NodeUtil

java.lang.Object
  extended by org.apache.blur.console.util.NodeUtil

public class NodeUtil
extends Object


Constructor Summary
NodeUtil()
           
 
Method Summary
static List<Map<String,Object>> getClusterStatus()
           
static Map<String,Object> getControllerStatus()
           
static Map<String,Object> getZookeeperStatus()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeUtil

public NodeUtil()
Method Detail

getControllerStatus

public static Map<String,Object> getControllerStatus()
                                              throws IOException
Throws:
IOException

getClusterStatus

public static List<Map<String,Object>> getClusterStatus()
                                                 throws IOException
Throws:
IOException

getZookeeperStatus

public static Map<String,Object> getZookeeperStatus()
                                             throws IOException
Throws:
IOException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.