|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstorm.trident.planner.Node
storm.trident.planner.SpoutNode
public class SpoutNode
| Nested Class Summary | |
|---|---|
static class |
SpoutNode.SpoutType
|
| Field Summary | |
|---|---|
Object |
spout
|
String |
txId
|
SpoutNode.SpoutType |
type
|
| Fields inherited from class storm.trident.planner.Node |
|---|
allOutputFields, creationIndex, name, parallelismHint, stateInfo, streamId |
| Constructor Summary | |
|---|---|
SpoutNode(String streamId,
Fields allOutputFields,
String txid,
Object spout,
SpoutNode.SpoutType type)
|
|
| Method Summary |
|---|
| Methods inherited from class storm.trident.planner.Node |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Object spout
public String txId
public SpoutNode.SpoutType type
| Constructor Detail |
|---|
public SpoutNode(String streamId,
Fields allOutputFields,
String txid,
Object spout,
SpoutNode.SpoutType type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||