class documentation
class EventEvaluationMode(ACMEIntEnum):
Time Window Interpretation. This determines how events received in a time window are to be interpreted.
| Constant | ALL |
All some events missing for a PERIODICWINDOW (only). |
| Constant | ALL |
All events present for a PERIODICWINDOW or SLIDINGWINDOW window. This is the default. |
| Constant | ALL |
All or some events missing for a PERIODICWINDOW (only). |
| Constant | ALL |
All or some events present for a PERIODICWINDOW or SLIDINGWINDOW window. |
| Constant | SOME |
Some events present for a PERIODICWINDOW or SLIDINGWINDOW window. |
Inherited from ACMEIntEnum:
| Class Method | has |
Check whether the enum type has an entry with either the given int value or string name. |
| Class Method | to |
Return an enum value by its name. |
| Method | __int__ |
Get the integer value of an enum. |
| Method | __repr__ |
Stringify an enum. |
| Method | __str__ |
Stringify an enum. |