public class WindowRangeQuery<K,V> extends Object implements Query<KeyValueIterator<Windowed<K>,V>>
| Modifier and Type | Method and Description |
|---|---|
Optional<K> | getKey() |
Optional<Instant> | getTimeFrom() |
Optional<Instant> | getTimeTo() |
String | toString() |
static <K,V> WindowRangeQuery<K,V> | withKey(K key) |
static <K,V> WindowRangeQuery<K,V> | withWindowStartRange(Instant timeFrom, Instant timeTo) |
public static <K,V> WindowRangeQuery<K,V> withKey(K key)
public static <K,V> WindowRangeQuery<K,V> withWindowStartRange(Instant timeFrom, Instant timeTo)