Class GlobalKTableImpl<K,V>
- java.lang.Object
-
- org.apache.kafka.streams.kstream.internals.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.StringqueryableStoreName()Get the name of the local state store that can be used to query thisGlobalKTable.
-
-
-
Method Detail
-
queryableStoreName
public java.lang.String queryableStoreName()
Description copied from interface:GlobalKTableGet the name of the local state store that can be used to query thisGlobalKTable.- Specified by:
queryableStoreNamein interfaceGlobalKTable<K,V>- Returns:
- the underlying state store name, or
nullif thisGlobalKTablecannot be queried.
-
-