org.apache.accumulo.core.iterators.aggregation
Class NumArraySummation
java.lang.Object
org.apache.accumulo.core.iterators.aggregation.NumArraySummation
- All Implemented Interfaces:
- Aggregator
Deprecated. since 1.4, replaced by SummingArrayCombiner
with
SummingArrayCombiner.Type.VARLEN
public class NumArraySummation
- extends Object
- implements Aggregator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumArraySummation
public NumArraySummation()
- Deprecated.
aggregate
public Value aggregate()
- Deprecated.
- Specified by:
aggregate
in interface Aggregator
collect
public void collect(Value value)
- Deprecated.
- Specified by:
collect
in interface Aggregator
longArrayToBytes
public static byte[] longArrayToBytes(long[] la)
throws IOException
- Deprecated.
- Throws:
IOException
bytesToLongArray
public static long[] bytesToLongArray(byte[] b)
throws IOException
- Deprecated.
- Throws:
IOException
reset
public void reset()
- Deprecated.
- Specified by:
reset
in interface Aggregator
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.