This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.CombineFn.SimpleAggregator (Apache Crunch 0.6.0 API)

Uses of Class
org.apache.crunch.CombineFn.SimpleAggregator

Packages that use CombineFn.SimpleAggregator
org.apache.crunch Client-facing API and core abstractions. 
 

Uses of CombineFn.SimpleAggregator in org.apache.crunch
 

Subclasses of CombineFn.SimpleAggregator in org.apache.crunch
static class CombineFn.FirstNAggregator<V>
          Deprecated. Use Aggregators.FIRST_N(int)
static class CombineFn.LastNAggregator<V>
          Deprecated. Use Aggregators.LAST_N(int)
static class CombineFn.MaxBigInts
          Deprecated. Use Aggregators.MAX_BIGINTS()
static class CombineFn.MaxDoubles
          Deprecated. Use Aggregators.MAX_DOUBLES()
static class CombineFn.MaxFloats
          Deprecated. Use Aggregators.MAX_FLOATS()
static class CombineFn.MaxInts
          Deprecated. Use Aggregators.MAX_INTS()
static class CombineFn.MaxLongs
          Deprecated. Use Aggregators.MAX_LONGS()
static class CombineFn.MaxNAggregator<V extends Comparable<V>>
          Deprecated. Use Aggregators.MAX_N(int, Class)
static class CombineFn.MinBigInts
          Deprecated. Use Aggregators.MIN_BIGINTS()
static class CombineFn.MinDoubles
          Deprecated. Use Aggregators.MIN_DOUBLES()
static class CombineFn.MinFloats
          Deprecated. Use Aggregators.MIN_FLOATS()
static class CombineFn.MinInts
          Deprecated. Use Aggregators.MIN_INTS()
static class CombineFn.MinLongs
          Deprecated. Use Aggregators.MIN_LONGS()
static class CombineFn.MinNAggregator<V extends Comparable<V>>
          Deprecated. Use Aggregators.MIN_N(int, Class)
static class CombineFn.StringConcatAggregator
          Deprecated. Use Aggregators.STRING_CONCAT(String, boolean, long, long)
static class CombineFn.SumBigInts
          Deprecated. Use Aggregators.SUM_BIGINTS()
static class CombineFn.SumDoubles
          Deprecated. Use Aggregators.SUM_DOUBLES()
static class CombineFn.SumFloats
          Deprecated. Use Aggregators.SUM_FLOATS()
static class CombineFn.SumInts
          Deprecated. Use Aggregators.SUM_INTS()
static class CombineFn.SumLongs
          Deprecated. Use Aggregators.SUM_LONGS()
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.