//���topology��������Ϣ�� ����ID �� componentid
HashMap<Integer, String> taskInfo = Common.topology_task_info(stormClusterState, topologyId);// <taskid,componentid>
//���topology��name������ʱ���״̬
StormBase base = stormClusterState.storm_base(topologyId, null);
//���topology�����������Ϣ
Assignment assignment = stormClusterState.assignment_info(topologyId,null);
if (base != null && assignment != null) {