Interface SetupTeardown
- All Superinterfaces:
Serializable
Provided by user and called within
DoFn.Setup
and @{link
org.apache.beam.sdk.transforms.DoFn.Teardown} lifecycle methods of Call
's DoFn
.-
Method Summary
-
Method Details
-
setup
Called during theDoFn
's setup lifecycle method.- Throws:
UserCodeExecutionException
-
teardown
Called during theDoFn
's teardown lifecycle method.- Throws:
UserCodeExecutionException
-