<T> KTable<K, T> build(
KStreamAggProcessorSupplier<K, ?, V, T> aggregateSupplier,
String functionName,
StoreBuilder storeBuilder,
boolean isQueryable)
GroupedStreamAggregateBuilder
GroupedStreamAggregateBuilder
is created exclusively for a KGroupedStreamImpl (for KStream.groupBy and KStream.groupByKey streaming operators).
GroupedStreamAggregateBuilder
takes the following to be created:
Creating KTableImpl (For KStreamAggProcessorSupplier And New StatefulProcessorNode) — build
Method
build
…FIXME
Note
|
|
repartitionIfRequired
Internal Method
String repartitionIfRequired(final String queryableStoreName)
repartitionIfRequired
…FIXME
Note
|
repartitionIfRequired is used exclusively when GroupedStreamAggregateBuilder is requested to build.
|