@InterfaceStability.Evolving public class WindowKeyQuery<K,V> extends Object implements Query<WindowStoreIterator<V>>
Modifier and Type | Method and Description |
---|---|
K |
getKey() |
Optional<Instant> |
getTimeFrom() |
Optional<Instant> |
getTimeTo() |
String |
toString() |
static <K,V> WindowKeyQuery<K,V> |
withKeyAndWindowStartRange(K key,
Instant timeFrom,
Instant timeTo) |
public static <K,V> WindowKeyQuery<K,V> withKeyAndWindowStartRange(K key, Instant timeFrom, Instant timeTo)
public K getKey()