public abstract static class DoFnSignature.LifecycleMethod extends java.lang.Object implements DoFnSignature.MethodWithExtraParameters
DoFn.Setup or DoFn.Teardown method.| Constructor and Description |
|---|
LifecycleMethod() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<DoFnSignature.Parameter> |
extraParameters()
Types of optional parameters of the annotated method, in the order they appear.
|
abstract java.lang.reflect.Method |
targetMethod()
The annotated method itself.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitobservesWindow, windowTpublic abstract java.lang.reflect.Method targetMethod()
targetMethod in interface DoFnSignature.DoFnMethodpublic abstract java.util.List<DoFnSignature.Parameter> extraParameters()
extraParameters in interface DoFnSignature.MethodWithExtraParameters