public static class QueryableStoreTypes.WindowStoreType<K,V> extends Object
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyWindowStore<K,V> | create(org.apache.kafka.streams.state.internals.StateStoreProvider storeProvider, String storeName)Create an instance of T (usually a facade) that developers can use to query the underlying StateStores. |
public ReadOnlyWindowStore<K,V> create(org.apache.kafka.streams.state.internals.StateStoreProvider storeProvider, String storeName)
QueryableStoreTypeT (usually a facade) that developers can use to query the underlying StateStores.storeProvider - provides access to all the underlying StateStore instancesstoreName - The name of the StoreStateStore (cf. QueryableStoreTypes.KeyValueStoreType)