|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypedValueCombiner | |
|---|---|
| org.apache.accumulo.core.iterators | |
| org.apache.accumulo.core.iterators.user | |
| org.apache.accumulo.examples.wikisearch.iterator | |
| Uses of TypedValueCombiner in org.apache.accumulo.core.iterators |
|---|
| Subclasses of TypedValueCombiner in org.apache.accumulo.core.iterators | |
|---|---|
class |
LongCombiner
A TypedValueCombiner that translates each Value to a Long before reducing, then encodes the reduced Long back to a Value. |
| Uses of TypedValueCombiner in org.apache.accumulo.core.iterators.user |
|---|
| Subclasses of TypedValueCombiner in org.apache.accumulo.core.iterators.user | |
|---|---|
class |
MaxCombiner
A Combiner that interprets Values as Longs and returns the largest Long among them. |
class |
MinCombiner
A Combiner that interprets Values as Longs and returns the smallest Long among them. |
class |
SummingArrayCombiner
A Combiner that interprets Values as arrays of Longs and returns an array of element-wise sums. |
class |
SummingCombiner
A Combiner that interprets Values as Longs and returns their sum. |
| Uses of TypedValueCombiner in org.apache.accumulo.examples.wikisearch.iterator |
|---|
| Subclasses of TypedValueCombiner in org.apache.accumulo.examples.wikisearch.iterator | |
|---|---|
class |
GlobalIndexUidCombiner
|
class |
TextIndexCombiner
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||