public interface IReducer<T>
Object
extractResult(T accumulator)
T
init()
reduce(T accumulator, Object input)
T init()
T reduce(T accumulator, Object input)
Object extractResult(T accumulator)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.