Class GlobalKTableImpl<K,​V>

  • All Implemented Interfaces:
    GlobalKTable<K,​V>

    public class GlobalKTableImpl<K,​V>
    extends java.lang.Object
    implements GlobalKTable<K,​V>
    • Method Detail

      • queryableStoreName

        public java.lang.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.