Package | Description |
---|---|
org.apache.storm | |
org.apache.storm.generated |
Modifier and Type | Method and Description |
---|---|
static StormTopology |
Thrift.buildTopology(HashMap<String,Thrift.SpoutDetails> spoutMap,
HashMap<String,Thrift.BoltDetails> boltMap,
HashMap<String,StateSpoutSpec> stateMap) |
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 © 2022 The Apache Software Foundation. All rights reserved.