Package org.apache.storm.utils
Class ThriftTopologyUtils
- java.lang.Object
-
- org.apache.storm.utils.ThriftTopologyUtils
-
public class ThriftTopologyUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ThriftTopologyUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ComponentCommon
getComponentCommon(StormTopology topology, String componentId)
static Set<String>
getComponentIds(StormTopology topology)
static boolean
isDependencies(StormTopology._Fields f)
static boolean
isWorkerHook(StormTopology._Fields f)
-
-
-
Method Detail
-
isWorkerHook
public static boolean isWorkerHook(StormTopology._Fields f)
-
isDependencies
public static boolean isDependencies(StormTopology._Fields f)
-
getComponentIds
public static Set<String> getComponentIds(StormTopology topology)
-
getComponentCommon
public static ComponentCommon getComponentCommon(StormTopology topology, String componentId)
-
-