| Package | Description |
|---|---|
| org.apache.flink.cep.pattern |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<java.time.Duration> |
Pattern.getWindowSize(WithinType withinType) |
org.apache.flink.streaming.api.windowing.time.Time |
Pattern.getWindowTime(WithinType withinType)
Deprecated.
|
Pattern<T,F> |
Pattern.within(java.time.Duration windowTime,
WithinType withinType)
Defines the maximum time interval in which a matching pattern has to be completed in order to
be considered valid.
|
Pattern<T,F> |
Pattern.within(org.apache.flink.streaming.api.windowing.time.Time windowTime,
WithinType withinType)
Deprecated.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.