storm.kafka.trident
Class MaxMetric
java.lang.Object
storm.kafka.trident.MaxMetric
- All Implemented Interfaces:
- ICombiner<Long>
public class MaxMetric
- extends Object
- implements ICombiner<Long>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaxMetric
public MaxMetric()
identity
public Long identity()
- Specified by:
identity
in interface ICombiner<Long>
combine
public Long combine(Long l1,
Long l2)
- Specified by:
combine
in interface ICombiner<Long>
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.