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 Reducer<V>
Type Parameters:
V
- Value type.
public interface
Reducer<V>
The Reducer interface for combining two values of the same type into a new value.
Method Summary
Methods
Modifier and Type
Method and Description
V
apply
(
V
value1,
V
value2)
Method Detail
apply
V
apply(
V
value1,
V
value2)
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