Interface PortablePipelineResult
- All Superinterfaces:
PipelineResult
- All Known Implementing Classes:
FlinkPortableRunnerResult
Result of a portable
PortablePipelineRunner.run(RunnerApi.Pipeline, JobInfo).-
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 interface org.apache.beam.sdk.PipelineResult
cancel, getState, metrics, waitUntilFinish, waitUntilFinish
-
Method Details
-
portableMetrics
org.apache.beam.model.jobmanagement.v1.JobApi.MetricResults portableMetrics() throws UnsupportedOperationExceptionReturns the object to access monitoring infos from the pipeline.- Throws:
UnsupportedOperationException- if the runner doesn't support retrieving metrics.
-