@Alpha public abstract class AbstractPathFinder extends Object implements PathFinder
PathFinder.PathFinderException| Modifier and Type | Field and Description |
|---|---|
protected com.typesafe.config.Config |
flowConfig |
protected Long |
flowExecutionId |
protected FlowSpec |
flowSpec |
| Modifier and Type | Method and Description |
|---|---|
FlowGraphPath |
findPath() |
abstract List<FlowEdgeContext> |
findPathUnicast(DataNode destNode) |
protected Long flowExecutionId
protected FlowSpec flowSpec
protected com.typesafe.config.Config flowConfig
public FlowGraphPath findPath() throws PathFinder.PathFinderException
findPath in interface PathFinderPathFinder.PathFinderExceptionpublic abstract List<FlowEdgeContext> findPathUnicast(DataNode destNode) throws PathFinder.PathFinderException
PathFinder.PathFinderException