Package | Description |
---|---|
org.apache.storm.generated | |
org.apache.storm.task | |
org.apache.storm.utils |
Modifier and Type | Method and Description |
---|---|
ComponentCommon |
ComponentCommon.deepCopy() |
ComponentCommon |
StateSpoutSpec.get_common() |
ComponentCommon |
SpoutSpec.get_common() |
ComponentCommon |
Bolt.get_common() |
Modifier and Type | Method and Description |
---|---|
int |
ComponentCommon.compareTo(ComponentCommon other) |
boolean |
ComponentCommon.equals(ComponentCommon that) |
void |
StateSpoutSpec.set_common(ComponentCommon common) |
void |
SpoutSpec.set_common(ComponentCommon common) |
void |
Bolt.set_common(ComponentCommon common) |
Constructor and Description |
---|
Bolt(ComponentObject bolt_object,
ComponentCommon common) |
ComponentCommon(ComponentCommon other)
Performs a deep copy on other.
|
SpoutSpec(ComponentObject spout_object,
ComponentCommon common) |
StateSpoutSpec(ComponentObject state_spout_object,
ComponentCommon common) |
Modifier and Type | Method and Description |
---|---|
ComponentCommon |
GeneralTopologyContext.getComponentCommon(String componentId) |
Modifier and Type | Method and Description |
---|---|
static ComponentCommon |
Utils.getComponentCommon(StormTopology topology,
String id) |
static ComponentCommon |
ThriftTopologyUtils.getComponentCommon(StormTopology topology,
String componentId) |
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.