backtype.storm.utils
Class ThriftTopologyUtils

java.lang.Object
  extended by backtype.storm.utils.ThriftTopologyUtils

public class ThriftTopologyUtils
extends Object


Constructor Summary
ThriftTopologyUtils()
           
 
Method Summary
static ComponentCommon getComponentCommon(StormTopology topology, String componentId)
           
static Set<String> getComponentIds(StormTopology topology)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThriftTopologyUtils

public ThriftTopologyUtils()
Method Detail

getComponentIds

public static Set<String> getComponentIds(StormTopology topology)

getComponentCommon

public static ComponentCommon getComponentCommon(StormTopology topology,
                                                 String componentId)


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