Package org.apache.beam.runners.spark
Class SparkRunnerDebugger.DebugSparkPipelineResult
java.lang.Object
org.apache.beam.runners.spark.SparkPipelineResult
org.apache.beam.runners.spark.SparkRunnerDebugger.DebugSparkPipelineResult
- All Implemented Interfaces:
PipelineResult
- Enclosing class:
SparkRunnerDebugger
PipelineResult of running a
Pipeline using SparkRunnerDebugger Use getDebugString() to get a String representation of the Pipeline translated into
Spark native operations.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.beam.sdk.PipelineResult
PipelineResult.State -
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineResult.StateawaitTermination(Duration duration) protected voidstop()Methods inherited from class org.apache.beam.runners.spark.SparkPipelineResult
cancel, getState, metrics, waitUntilFinish, waitUntilFinishMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.beam.sdk.PipelineResult
drain
-
Method Details
-
stop
protected void stop()- Specified by:
stopin classSparkPipelineResult
-
awaitTermination
protected PipelineResult.State awaitTermination(Duration duration) throws TimeoutException, ExecutionException, InterruptedException - Specified by:
awaitTerminationin classSparkPipelineResult- Throws:
TimeoutExceptionExecutionExceptionInterruptedException
-