public class WindowUtils
extends java.lang.Object
| Constructor and Description |
|---|
WindowUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.beam.sdk.values.WindowingStrategy<?,org.apache.beam.sdk.transforms.windowing.BoundedWindow> |
getWindowStrategy(java.lang.String collectionId,
org.apache.beam.model.pipeline.v1.RunnerApi.Components components)
Get
WindowingStrategy of given collection id from RunnerApi.Components. |
static <T> org.apache.beam.sdk.util.WindowedValue.WindowedValueCoder<T> |
instantiateWindowedCoder(java.lang.String collectionId,
org.apache.beam.model.pipeline.v1.RunnerApi.Components components)
Instantiate
WindowedValue.WindowedValueCoder for given collection id from RunnerApi.Components. |
public static org.apache.beam.sdk.values.WindowingStrategy<?,org.apache.beam.sdk.transforms.windowing.BoundedWindow> getWindowStrategy(java.lang.String collectionId,
org.apache.beam.model.pipeline.v1.RunnerApi.Components components)
WindowingStrategy of given collection id from RunnerApi.Components.public static <T> org.apache.beam.sdk.util.WindowedValue.WindowedValueCoder<T> instantiateWindowedCoder(java.lang.String collectionId,
org.apache.beam.model.pipeline.v1.RunnerApi.Components components)
WindowedValue.WindowedValueCoder for given collection id from RunnerApi.Components.