}
public static String[] heartbeat_storms() throws Exception
{
StormClusterState stat=GetShards.getCluster();
List<String> list=stat.heartbeat_storms();
String[] rtn=new String[list.size()];
return list.toArray(rtn);
}
public static List<String> getStatus(String stormId) throws Exception
{