THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Code Block |
---|
@Evolving public class WindowKeyQuery<K, V> implements Query<WindowStoreIterator<V>> { public static <K, V> WindowKeyQuery<K, V> withKeyAndWindowStartRange(final K key, final Instant startTimetimeFrom, final Instant endTimetimeTo); public K getKey(); public Optional<Instant> getStartTimegetTimeFrom(); public Optional<Instant> getEndTimegetTimeTo(); } |
The WindowRangeQuery class:
...