Package org.apache.storm.streams
Class StreamUtil
java.lang.Object
org.apache.storm.streams.StreamUtil
-
Constructor Summary
-
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 Fields
static String
getPunctuationStream
(String stream) static String
getSourceStream
(String stream) static boolean
isPunctuation
(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
-