Package org.apache.beam.runners.flink
Class FlinkPortableRunnerResult
java.lang.Object
org.apache.beam.runners.flink.FlinkRunnerResult
org.apache.beam.runners.flink.FlinkPortableRunnerResult
- All Implemented Interfaces:
PortablePipelineResult,PipelineResult
Result of executing a portable
Pipeline with Flink.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.beam.sdk.PipelineResult
PipelineResult.State -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.beam.model.jobmanagement.v1.JobApi.MetricResultsReturns the object to access monitoring infos from the pipeline.Methods inherited from class org.apache.beam.runners.flink.FlinkRunnerResult
cancel, getState, metrics, toString, waitUntilFinish, waitUntilFinishMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.beam.sdk.PipelineResult
cancel, getState, metrics, waitUntilFinish, waitUntilFinish
-
Method Details
-
portableMetrics
public org.apache.beam.model.jobmanagement.v1.JobApi.MetricResults portableMetrics() throws UnsupportedOperationExceptionDescription copied from interface:PortablePipelineResultReturns the object to access monitoring infos from the pipeline.- Specified by:
portableMetricsin interfacePortablePipelineResult- Throws:
UnsupportedOperationException- if the runner doesn't support retrieving metrics.
-