Uses of Enum
org.apache.flink.cep.pattern.WithinType
Packages that use WithinType
-
Uses of WithinType in org.apache.flink.cep.pattern
Methods in org.apache.flink.cep.pattern that return WithinTypeModifier and TypeMethodDescriptionstatic WithinTypeReturns 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 WithinTypeModifier and TypeMethodDescriptionPattern.getWindowSize(WithinType withinType) 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.