Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.transforms.windowing
Class MergeOverlappingIntervalWindows
- java.lang.Object
-
- com.google.cloud.dataflow.sdk.transforms.windowing.MergeOverlappingIntervalWindows
-
public class MergeOverlappingIntervalWindows extends Object
A utility function for merging overlappingIntervalWindow
s.
-
-
Constructor Summary
Constructors Constructor and Description MergeOverlappingIntervalWindows()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static void
mergeWindows(WindowFn.MergeContext c)
Merge overlappingIntervalWindow
s.
-
-
-
Method Detail
-
mergeWindows
public static void mergeWindows(WindowFn.MergeContext c) throws Exception
Merge overlappingIntervalWindow
s.- Throws:
Exception
-
-