public class ThriftTopologyUtils extends Object
Constructor and Description |
---|
ThriftTopologyUtils() |
Modifier and Type | Method and 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) |
public static boolean isWorkerHook(StormTopology._Fields f)
public static boolean isDependencies(StormTopology._Fields f)
public static Set<String> getComponentIds(StormTopology topology)
public static ComponentCommon getComponentCommon(StormTopology topology, String componentId)
Copyright © 2022 The Apache Software Foundation. All rights reserved.