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 class
AbstractWindowProperty
Deprecated.The POJOs in this package are used to represent the deprecated Group Window feature.class
ProctimeAttribute
Deprecated.The POJOs in this package are used to represent the deprecated Group Window feature.class
RowtimeAttribute
Deprecated.The POJOs in this package are used to represent the deprecated Group Window feature.class
SliceEnd
Deprecated.The POJOs in this package are used to represent the deprecated Group Window feature.class
WindowEnd
Deprecated.The POJOs in this package are used to represent the deprecated Group Window feature.class
WindowStart
Deprecated.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 WindowProperty
NamedWindowProperty. getProperty()
Deprecated.Constructors in org.apache.flink.table.runtime.groupwindow with parameters of type WindowProperty Constructor Description NamedWindowProperty(String name, WindowProperty property)
Deprecated.
-