JavaScript is disabled on your browser.
Skip navigation links
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
com.twitter.heron.api.metric
Interface ICombiner<T>
Type Parameters:
T
- the type of the input values and the combined value.
public interface
ICombiner<T>
Interface for classes that are able to combine multiple objects into one result.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
combine
(
T
a,
T
b)
T
identity
()
Method Detail
identity
T
identity()
combine
T
combine(
T
a,
T
b)
Skip navigation links
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