Interface LocalStoreQuery<K,​V>

    • Method Detail

      • storeType

        StoreType storeType()
        The storeName type on which this query can be executed.
        Returns:
        a new StoreOperation instance.
      • toKeyValueListAndClose

        static <K,​V> List<KV<K,​V>> toKeyValueListAndClose​(org.apache.kafka.streams.state.KeyValueIterator<K,​V> it)