This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.gora.examples.generated.WebPage (Apache Gora 0.2 API)

Uses of Class
org.apache.gora.examples.generated.WebPage

Packages that use WebPage
org.apache.gora.examples   
org.apache.gora.examples.generated   
org.apache.gora.examples.mapreduce   
 

Uses of WebPage in org.apache.gora.examples
 

Method parameters in org.apache.gora.examples with type arguments of type WebPage
static void WebPageDataCreator.createWebPageData(DataStore<String,WebPage> dataStore)
           
 

Uses of WebPage in org.apache.gora.examples.generated
 

Methods in org.apache.gora.examples.generated that return WebPage
 WebPage WebPage.newInstance(StateManager stateManager)
           
 

Uses of WebPage in org.apache.gora.examples.mapreduce
 

Methods in org.apache.gora.examples.mapreduce with parameters of type WebPage
protected  void WordCount.TokenizerMapper.map(String key, WebPage page, org.apache.hadoop.mapreduce.Mapper.Context context)
           
 

Method parameters in org.apache.gora.examples.mapreduce with type arguments of type WebPage
 org.apache.hadoop.mapreduce.Job WordCount.createJob(DataStore<String,WebPage> inStore, Query<String,WebPage> query, DataStore<String,TokenDatum> outStore)
          Creates and returns the Job for submitting to Hadoop mapreduce.
 org.apache.hadoop.mapreduce.Job WordCount.createJob(DataStore<String,WebPage> inStore, Query<String,WebPage> query, DataStore<String,TokenDatum> outStore)
          Creates and returns the Job for submitting to Hadoop mapreduce.
 int WordCount.wordCount(DataStore<String,WebPage> inStore, DataStore<String,TokenDatum> outStore)
           
 



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