Package org.apache.storm.streams
Class StreamUtil
java.lang.Object
org.apache.storm.streams.StreamUtil
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<T>getChildren(org.apache.storm.shade.org.jgrapht.DirectedGraph<org.apache.storm.streams.Node, org.apache.storm.streams.Edge> graph, org.apache.storm.streams.Node node) static <T> List<T>getParents(org.apache.storm.shade.org.jgrapht.DirectedGraph<org.apache.storm.streams.Node, org.apache.storm.streams.Edge> graph, org.apache.storm.streams.Node node) static Fieldsstatic StringgetPunctuationStream(String stream) static StringgetSourceStream(String stream) static booleanisPunctuation(Object value)  
- 
Constructor Details
- 
StreamUtil
public StreamUtil() 
 - 
 - 
Method Details
- 
getParents
public static <T> List<T> getParents(org.apache.storm.shade.org.jgrapht.DirectedGraph<org.apache.storm.streams.Node, org.apache.storm.streams.Edge> graph, org.apache.storm.streams.Node node)  - 
getChildren
public static <T> List<T> getChildren(org.apache.storm.shade.org.jgrapht.DirectedGraph<org.apache.storm.streams.Node, org.apache.storm.streams.Edge> graph, org.apache.storm.streams.Node node)  - 
isPunctuation
 - 
getPunctuationStream
 - 
getSourceStream
 - 
getPunctuationFields
 
 -