GlobalKTable¶
GlobalKTable<K, V>
is an abstraction of changelog streams.
A GlobalKTable
is created using StreamsBuilder.globalTable.
A GlobalKTable
is backed by a ReadOnlyKeyValueStore and is queryable via the Interactive Queries API.
Contract¶
queryableStoreName¶
String queryableStoreName()
Gets the name of the local state store that can be used to query this GlobalKTable