Package org.apache.storm.trident.planner
Class Node
- java.lang.Object
-
- org.apache.storm.trident.operation.DefaultResourceDeclarer<Node>
-
- org.apache.storm.trident.planner.Node
-
- All Implemented Interfaces:
Serializable
,ResourceDeclarer<Node>
,ITridentResource
- Direct Known Subclasses:
PartitionNode
,ProcessorNode
,SpoutNode
public class Node extends DefaultResourceDeclarer<Node> implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Fields
allOutputFields
int
creationIndex
String
name
Integer
parallelismHint
NodeStateInfo
stateInfo
String
streamId
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
String
shortString()
String
toString()
-
Methods inherited from class org.apache.storm.trident.operation.DefaultResourceDeclarer
addSharedMemory, getResources, getSharedMemory, setCPULoad, setMemoryLoad, setMemoryLoad
-
-
-
-
Field Detail
-
name
public String name
-
allOutputFields
public Fields allOutputFields
-
streamId
public String streamId
-
parallelismHint
public Integer parallelismHint
-
stateInfo
public NodeStateInfo stateInfo
-
creationIndex
public int creationIndex
-
-