public class StateUtils
extends java.lang.Object
| Constructor and Description |
|---|
StateUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isStateful(org.apache.beam.sdk.transforms.DoFn<?,?> doFn) |
static boolean |
isStateful(org.apache.beam.runners.core.construction.graph.ExecutableStage executableStage) |
static boolean |
isStateful(org.apache.beam.model.pipeline.v1.RunnerApi.ExecutableStagePayload stagePayload) |
public static boolean isStateful(org.apache.beam.sdk.transforms.DoFn<?,?> doFn)
public static boolean isStateful(org.apache.beam.model.pipeline.v1.RunnerApi.ExecutableStagePayload stagePayload)
public static boolean isStateful(org.apache.beam.runners.core.construction.graph.ExecutableStage executableStage)