[ https://issues.apache.org/jira/browse/FLINK-16960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gary Yao closed FLINK-16960. ---------------------------- Resolution: Fixed master: 1f28494e476e81db944aea0ba152bcc92180d72c b36c44e3bd46e0b160f0b1ae8a89446987ff44d4 > Add PipelinedRegion Interface to Topology > ----------------------------------------- > > Key: FLINK-16960 > URL: https://issues.apache.org/jira/browse/FLINK-16960 > Project: Flink > Issue Type: Sub-task > Components: Runtime / Coordination > Affects Versions: 1.11.0 > Reporter: Gary Yao > Assignee: Gary Yao > Priority: Major > Labels: pull-request-available > Fix For: 1.11.0 > > Time Spent: 20m > Remaining Estimate: 0h > > {code} > interface Topology { > ... > Iterable<PipelinedRegion> getAllPipelinedRegions(); > PipelinedRegion getPipelinedRegionOfVertex(VID vertexId); > ... > } > interface PipelinedRegion { > Iterable<V> getVertices(); > V getVertex(VID vertexId); > Iterable<R> getConsumedResults(); > } > {code} > -- This message was sent by Atlassian Jira (v8.3.4#803005)