Class KStreamAggregate<K,V,T>
- java.lang.Object
-
- org.apache.kafka.streams.kstream.internals.KStreamAggregate<K,V,T>
-
- All Implemented Interfaces:
KStreamAggProcessorSupplier<K,K,V,T>,ConnectedStoreProvider,ProcessorSupplier<K,V>
public class KStreamAggregate<K,V,T> extends java.lang.Object implements KStreamAggProcessorSupplier<K,K,V,T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenableSendingOldValues()Processor<K,V>get()Return a newProcessorinstance.KTableValueGetterSupplier<K,T>view()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.kafka.streams.processor.ConnectedStoreProvider
stores
-
-
-
-
Method Detail
-
get
public Processor<K,V> get()
Description copied from interface:ProcessorSupplierReturn a newProcessorinstance.- Specified by:
getin interfaceProcessorSupplier<K,V>- Returns:
- a new
Processorinstance
-
enableSendingOldValues
public void enableSendingOldValues()
- Specified by:
enableSendingOldValuesin interfaceKStreamAggProcessorSupplier<K,K,V,T>
-
view
public KTableValueGetterSupplier<K,T> view()
-
-