Class NamedWindowProperty
- java.lang.Object
-
- org.apache.flink.table.runtime.groupwindow.NamedWindowProperty
-
@Deprecated @Internal public class NamedWindowProperty extends Object
Deprecated.The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they also used to configure Python operators.Information necessary to create a window aggregate.
-
-
Field Summary
Fields Modifier and Type Field Description static String
FIELD_NAME_NAME
Deprecated.static String
FIELD_NAME_PROPERTY
Deprecated.
-
Constructor Summary
Constructors Constructor Description NamedWindowProperty(String name, WindowProperty property)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getName()
Deprecated.WindowProperty
getProperty()
Deprecated.
-
-
-
Field Detail
-
FIELD_NAME_NAME
public static final String FIELD_NAME_NAME
Deprecated.- See Also:
- Constant Field Values
-
FIELD_NAME_PROPERTY
public static final String FIELD_NAME_PROPERTY
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NamedWindowProperty
public NamedWindowProperty(String name, WindowProperty property)
Deprecated.
-
-
Method Detail
-
getName
public String getName()
Deprecated.
-
getProperty
public WindowProperty getProperty()
Deprecated.
-
-