JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.kafka.streams.kstream
Interface Initializer<T>
Type Parameters:
T
- aggregate value type
public interface
Initializer<T>
The
Initializer
interface for creating an initial value in aggregations.
Method Summary
Methods
Modifier and Type
Method and Description
T
apply
()
Return the initial value for an aggregation.
Method Detail
apply
T
apply()
Return the initial value for an aggregation.
Returns:
the initial value for an aggregation
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method