Interface Metadata
-
public interface MetadataMetadata contains methods to get the metadata for the reduce operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntervalWindowgetIntervalWindow()method to get the interval window.
-
-
-
Method Detail
-
getIntervalWindow
IntervalWindow getIntervalWindow()
method to get the interval window.- Returns:
- IntervalWindow which has the window information
-
-