Interface DumpableConnection<T extends DumpableNode<T>>
-
- All Known Implementing Classes:
Channel,DagConnection,NamedChannel
public interface DumpableConnection<T extends DumpableNode<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.runtime.operators.shipping.ShipStrategyTypegetShipStrategy()DumpableNode<T>getSource()
-
-
-
Method Detail
-
getSource
DumpableNode<T> getSource()
-
getShipStrategy
org.apache.flink.runtime.operators.shipping.ShipStrategyType getShipStrategy()
-
-