Package org.apache.kafka.streams.query
Class WindowKeyQuery<K,V>
java.lang.Object
org.apache.kafka.streams.query.WindowKeyQuery<K,V>
- All Implemented Interfaces:
Query<WindowStoreIterator<V>>
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
toString()
static <K,
V> WindowKeyQuery<K, V> withKeyAndWindowStartRange
(K key, Instant timeFrom, Instant timeTo)
-
Method Details
-
withKeyAndWindowStartRange
public static <K,V> WindowKeyQuery<K,V> withKeyAndWindowStartRange(K key, Instant timeFrom, Instant timeTo) -
getKey
-
getTimeFrom
-
getTimeTo
-
toString
-