Uses of Class
org.apache.flink.fnexecution.v1.FlinkFnApi.GroupWindow.WindowProperty
-
Packages that use FlinkFnApi.GroupWindow.WindowProperty Package Description org.apache.flink.fnexecution.v1 -
-
Uses of FlinkFnApi.GroupWindow.WindowProperty in org.apache.flink.fnexecution.v1
Methods in org.apache.flink.fnexecution.v1 that return FlinkFnApi.GroupWindow.WindowProperty Modifier and Type Method Description static FlinkFnApi.GroupWindow.WindowProperty
FlinkFnApi.GroupWindow.WindowProperty. forNumber(int value)
FlinkFnApi.GroupWindow.WindowProperty
FlinkFnApi.GroupWindow.Builder. getNamedProperties(int index)
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
FlinkFnApi.GroupWindow.WindowProperty
FlinkFnApi.GroupWindow. getNamedProperties(int index)
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
FlinkFnApi.GroupWindow.WindowProperty
FlinkFnApi.GroupWindowOrBuilder. getNamedProperties(int index)
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
static FlinkFnApi.GroupWindow.WindowProperty
FlinkFnApi.GroupWindow.WindowProperty. valueOf(int value)
Deprecated.static FlinkFnApi.GroupWindow.WindowProperty
FlinkFnApi.GroupWindow.WindowProperty. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static FlinkFnApi.GroupWindow.WindowProperty
FlinkFnApi.GroupWindow.WindowProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlinkFnApi.GroupWindow.WindowProperty[]
FlinkFnApi.GroupWindow.WindowProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.fnexecution.v1 that return types with arguments of type FlinkFnApi.GroupWindow.WindowProperty Modifier and Type Method Description List<FlinkFnApi.GroupWindow.WindowProperty>
FlinkFnApi.GroupWindow.Builder. getNamedPropertiesList()
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
List<FlinkFnApi.GroupWindow.WindowProperty>
FlinkFnApi.GroupWindow. getNamedPropertiesList()
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
List<FlinkFnApi.GroupWindow.WindowProperty>
FlinkFnApi.GroupWindowOrBuilder. getNamedPropertiesList()
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
static com.google.protobuf.Internal.EnumLiteMap<FlinkFnApi.GroupWindow.WindowProperty>
FlinkFnApi.GroupWindow.WindowProperty. internalGetValueMap()
Methods in org.apache.flink.fnexecution.v1 with parameters of type FlinkFnApi.GroupWindow.WindowProperty Modifier and Type Method Description FlinkFnApi.GroupWindow.Builder
FlinkFnApi.GroupWindow.Builder. addNamedProperties(FlinkFnApi.GroupWindow.WindowProperty value)
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
FlinkFnApi.GroupWindow.Builder
FlinkFnApi.GroupWindow.Builder. setNamedProperties(int index, FlinkFnApi.GroupWindow.WindowProperty value)
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
Method parameters in org.apache.flink.fnexecution.v1 with type arguments of type FlinkFnApi.GroupWindow.WindowProperty Modifier and Type Method Description FlinkFnApi.GroupWindow.Builder
FlinkFnApi.GroupWindow.Builder. addAllNamedProperties(Iterable<? extends FlinkFnApi.GroupWindow.WindowProperty> values)
repeated .org.apache.flink.fn_execution.v1.GroupWindow.WindowProperty namedProperties = 9;
-