public class StreamUtil extends Object
Constructor and Description |
---|
StreamUtil() |
Modifier and Type | Method and Description |
---|---|
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) |
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 |
getPunctuationFields() |
static String |
getPunctuationStream(String stream) |
static String |
getSourceStream(String stream) |
static boolean |
isPunctuation(Object value) |
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)
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)
public static boolean isPunctuation(Object value)
public static Fields getPunctuationFields()
Copyright © 2022 The Apache Software Foundation. All rights reserved.