Uses of Class
org.apache.flink.cep.pattern.WithinType
-
Packages that use WithinType Package Description org.apache.flink.cep.pattern -
-
Uses of WithinType in org.apache.flink.cep.pattern
Methods in org.apache.flink.cep.pattern that return WithinType Modifier and Type Method Description static WithinType
WithinType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WithinType[]
WithinType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.cep.pattern with parameters of type WithinType Modifier and Type Method Description Optional<Duration>
Pattern. getWindowSize(WithinType withinType)
Pattern<T,F>
Pattern. within(Duration windowTime, WithinType withinType)
Defines the maximum time interval in which a matching pattern has to be completed in order to be considered valid.
-