Created
April 1, 2018 15:16
-
-
Save Aitozi/55ee919f1d473202f70e0f282b390462 to your computer and use it in GitHub Desktop.
ReducingState usage in ContinuousEventTimeTrigger.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private final ReducingStateDescriptor<Long> stateDesc = | |
new ReducingStateDescriptor<>("fire-time", new Min(), LongSerializer.INSTANCE); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment