Package org.apache.storm.trident.planner
Class PartitionNode
java.lang.Object
org.apache.storm.trident.operation.DefaultResourceDeclarer<Node>
org.apache.storm.trident.planner.Node
org.apache.storm.trident.planner.PartitionNode
- All Implemented Interfaces:
Serializable
,ResourceDeclarer<Node>
,ITridentResource
- See Also:
-
Field Summary
Fields inherited from class org.apache.storm.trident.planner.Node
allOutputFields, creationIndex, name, parallelismHint, stateInfo, streamId
-
Constructor Summary
ConstructorDescriptionPartitionNode
(String streamId, String name, Fields allOutputFields, Grouping grouping) -
Method Summary
Methods inherited from class org.apache.storm.trident.planner.Node
equals, hashCode, shortString, toString
Methods inherited from class org.apache.storm.trident.operation.DefaultResourceDeclarer
addSharedMemory, getResources, getSharedMemory, setCPULoad, setMemoryLoad, setMemoryLoad
-
Field Details
-
thriftGrouping
-
-
Constructor Details
-
PartitionNode
-