Class QueryableStoreTypes.WindowStoreType<K,​V>

    • Method Detail

      • create

        public ReadOnlyWindowStore<K,​V> create​(org.apache.kafka.streams.state.internals.StateStoreProvider storeProvider,
                                                     String storeName)
        Description copied from interface: QueryableStoreType
        Create an instance of T (usually a facade) that developers can use to query the underlying StateStores.
        Parameters:
        storeProvider - provides access to all the underlying StateStore instances
        storeName - The name of the Store
        Returns:
        a read-only interface over a StateStore (cf. QueryableStoreTypes.KeyValueStoreType)