|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| KeyValueWritable<K extends WritableComparable,V extends WritableComparable> | A WritableComparable containing a key-value WritableComparable pair. |
| LogAnalytics | LogAnalytics is the tutorial class to illustrate Gora MapReduce API. |
| LogAnalytics.LogAnalyticsMapper | The Mapper takes Long keys and Pageview objects, and emits tuples of <url, day> as keys and 1 as values. |
| LogAnalytics.LogAnalyticsReducer | The Reducer receives tuples of <url, day> as keys and a list of
values corresponding to the keys, and emits a combined keys and
MetricDatum objects. |
| LogManager | LogManager is the tutorial class to illustrate the basic
DataStore API usage. |
| TextLong | A KeyValueWritable of Text keys and
LongWritable values. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||