Package | Description |
---|---|
org.apache.storm.generated |
Modifier and Type | Method and Description |
---|---|
StateSpoutSpec |
StateSpoutSpec.deepCopy() |
Modifier and Type | Method and Description |
---|---|
Map<String,StateSpoutSpec> |
StormTopology.get_state_spouts() |
Modifier and Type | Method and Description |
---|---|
int |
StateSpoutSpec.compareTo(StateSpoutSpec other) |
boolean |
StateSpoutSpec.equals(StateSpoutSpec that) |
void |
StormTopology.put_to_state_spouts(String key,
StateSpoutSpec val) |
Modifier and Type | Method and Description |
---|---|
void |
StormTopology.set_state_spouts(Map<String,StateSpoutSpec> state_spouts) |
Constructor and Description |
---|
StateSpoutSpec(StateSpoutSpec other)
Performs a deep copy on other.
|
Constructor and Description |
---|
StormTopology(Map<String,SpoutSpec> spouts,
Map<String,Bolt> bolts,
Map<String,StateSpoutSpec> state_spouts) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.