Uses of Interface
org.apache.flink.table.runtime.groupwindow.WindowProperty
-
Packages that use WindowProperty Package Description org.apache.flink.table.runtime.groupwindow -
-
Uses of WindowProperty in org.apache.flink.table.runtime.groupwindow
Classes in org.apache.flink.table.runtime.groupwindow that implement WindowProperty Modifier and Type Class Description classAbstractWindowPropertyDeprecated.The POJOs in this package are used to represent the deprecated Group Window feature.classProctimeAttributeDeprecated.The POJOs in this package are used to represent the deprecated Group Window feature.classRowtimeAttributeDeprecated.The POJOs in this package are used to represent the deprecated Group Window feature.classSliceEndDeprecated.The POJOs in this package are used to represent the deprecated Group Window feature.classWindowEndDeprecated.The POJOs in this package are used to represent the deprecated Group Window feature.classWindowStartDeprecated.The POJOs in this package are used to represent the deprecated Group Window feature.Methods in org.apache.flink.table.runtime.groupwindow that return WindowProperty Modifier and Type Method Description WindowPropertyNamedWindowProperty. getProperty()Deprecated.Constructors in org.apache.flink.table.runtime.groupwindow with parameters of type WindowProperty Constructor Description NamedWindowProperty(String name, WindowProperty property)Deprecated.
-