Class GlobalKTableImpl<K,​V>

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String queryableStoreName()
      Get the name of the local state store that can be used to query this GlobalKTable.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.