Class GlobalKTableImpl<K,​V>

    • Method Detail

      • queryableStoreName

        public String queryableStoreName()
        Description copied from interface: GlobalKTable
        Get the name of the local state store that can be used to query this GlobalKTable.
        Specified by:
        queryableStoreName in interface GlobalKTable<K,​V>
        Returns:
        the underlying state store name, or null if this GlobalKTable cannot be queried.