Class LogicalChannelUtil
java.lang.Object
com.espertech.esper.common.internal.epl.dataflow.realize.LogicalChannelUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<LogicalChannelBinding>
getBindingsConsuming
(int producerOpNum, List<LogicalChannelBinding> bindings) getOutputPortByStreamName
(Set<Integer> incomingOpNums, String[] inputStreamNames, Map<Integer, List<LogicalChannelProducingPortCompiled>> compiledOutputPorts) static String
printChannels
(List<LogicalChannel> channels)
-
Constructor Details
-
LogicalChannelUtil
public LogicalChannelUtil()
-
-
Method Details
-
getBindingsConsuming
public static List<LogicalChannelBinding> getBindingsConsuming(int producerOpNum, List<LogicalChannelBinding> bindings) -
printChannels
-
getOutputPortByStreamName
public static List<LogicalChannelProducingPortCompiled> getOutputPortByStreamName(Set<Integer> incomingOpNums, String[] inputStreamNames, Map<Integer, List<LogicalChannelProducingPortCompiled>> compiledOutputPorts)
-