Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
<VR> KTable<K,VR> toTable()
<VR> KTable<K,VR> toTable(Named)
<VR> KTable<K,VR> toTable(final Materialized<K, VR, KeyValueStore<Bytes, byte[]>> materialized)
<VR> KTable<K,VR> toTable(Named, final Materialized<K, VR, KeyValueStore<Bytes, byte[]>> materialized)

...