storm.trident.planner
Class Node

java.lang.Object
  extended by storm.trident.planner.Node
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PartitionNode, ProcessorNode, SpoutNode

public class Node
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Fields allOutputFields
           
 int creationIndex
           
 String name
           
 Integer parallelismHint
           
 NodeStateInfo stateInfo
           
 String streamId
           
 
Constructor Summary
Node(String streamId, String name, Fields allOutputFields)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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
Constructor Detail

Node

public Node(String streamId,
            String name,
            Fields allOutputFields)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.