public class TopNOperation<T> extends Object implements Operation
TopNOperation(String field, int n, Comparator<T> comparator)
Object
aggregate(Object previousAccumulatedValue, Map<String,Object> object)
result(Object accumulatedValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TopNOperation(String field, int n, Comparator<T> comparator)
public Object aggregate(Object previousAccumulatedValue, Map<String,Object> object)
aggregate
Operation
public Object result(Object accumulatedValue)
result
Copyright © 2016. All rights reserved.