Package | Description |
---|---|
org.apache.crunch |
Client-facing API and core abstractions.
|
Modifier and Type | Class and Description |
---|---|
static class |
CombineFn.FirstNAggregator<V>
Deprecated.
|
static class |
CombineFn.LastNAggregator<V>
Deprecated.
|
static class |
CombineFn.MaxBigInts
Deprecated.
|
static class |
CombineFn.MaxDoubles
Deprecated.
|
static class |
CombineFn.MaxFloats
Deprecated.
|
static class |
CombineFn.MaxInts
Deprecated.
|
static class |
CombineFn.MaxLongs
Deprecated.
|
static class |
CombineFn.MaxNAggregator<V extends Comparable<V>>
Deprecated.
|
static class |
CombineFn.MinBigInts
Deprecated.
|
static class |
CombineFn.MinDoubles
Deprecated.
|
static class |
CombineFn.MinFloats
Deprecated.
|
static class |
CombineFn.MinInts
Deprecated.
|
static class |
CombineFn.MinLongs
Deprecated.
|
static class |
CombineFn.MinNAggregator<V extends Comparable<V>>
Deprecated.
|
static class |
CombineFn.PairAggregator<V1,V2>
Deprecated.
|
static class |
CombineFn.QuadAggregator<A,B,C,D>
|
static class |
CombineFn.SimpleAggregator<T>
Deprecated.
|
static class |
CombineFn.StringConcatAggregator
Deprecated.
|
static class |
CombineFn.SumBigInts
Deprecated.
|
static class |
CombineFn.SumDoubles
Deprecated.
|
static class |
CombineFn.SumFloats
Deprecated.
|
static class |
CombineFn.SumInts
Deprecated.
|
static class |
CombineFn.SumLongs
Deprecated.
|
static class |
CombineFn.TripAggregator<A,B,C>
Deprecated.
|
static class |
CombineFn.TupleNAggregator
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CombineFn.Aggregator<T> |
CombineFn.AggregatorFactory.create()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> CombineFn<K,V> |
CombineFn.aggregator(CombineFn.Aggregator<V> aggregator)
Deprecated.
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.