Uses of Class
gov.llnl.ontology.mapreduce.MRArgOptions

Packages that use MRArgOptions
gov.llnl.ontology.mapreduce   
gov.llnl.ontology.mapreduce.ingest   
gov.llnl.ontology.mapreduce.stats   
 

Uses of MRArgOptions in gov.llnl.ontology.mapreduce
 

Methods in gov.llnl.ontology.mapreduce with parameters of type MRArgOptions
protected  void CorpusTableMR.addOptions(MRArgOptions options)
          Add more command line arguments.
protected  void EvidenceTableMR.addOptions(MRArgOptions options)
          Add more command line arguments.
protected  void CorpusTableMR.setupConfiguration(MRArgOptions options, org.apache.hadoop.conf.Configuration conf)
          Copies command line arguments to a Configuration so that Map/Reduce jobs can utilize the values set.
protected  void EvidenceTableMR.setupConfiguration(MRArgOptions options, org.apache.hadoop.conf.Configuration conf)
          Copies command line arguments to a Configuration so that Map/Reduce jobs can utilize the values set.
protected  void CorpusTableMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void EvidenceTableMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void CorpusTableMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  boolean EvidenceTableMR.validOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
 

Uses of MRArgOptions in gov.llnl.ontology.mapreduce.ingest
 

Methods in gov.llnl.ontology.mapreduce.ingest with parameters of type MRArgOptions
protected  void ExtractNounPairsMR.addOptions(MRArgOptions options)
          Add more command line arguments.
protected  void ParseMR.addOptions(MRArgOptions options)
          Add more command line arguments.
protected  void LabelNounPairsMR.addOptions(MRArgOptions options)
          Add more command line arguments.
protected  void DisambiguateMR.addOptions(MRArgOptions options)
          Add more command line arguments.
protected  void OneLinePerDocExtractorMR.addOptions(MRArgOptions options)
           
protected  void IngestCorpusMR.addOptions(MRArgOptions options)
          Add more command line arguments.
protected  void ExtractNounPairsMR.setupConfiguration(MRArgOptions options, org.apache.hadoop.conf.Configuration conf)
          Copies command line arguments to a Configuration so that Map/Reduce jobs can utilize the values set.
protected  void ParseMR.setupConfiguration(MRArgOptions options, org.apache.hadoop.conf.Configuration conf)
          Copies command line arguments to a Configuration so that Map/Reduce jobs can utilize the values set.
protected  void LabelNounPairsMR.setupConfiguration(MRArgOptions options, org.apache.hadoop.conf.Configuration conf)
          Copies command line arguments to a Configuration so that Map/Reduce jobs can utilize the values set.
protected  void DisambiguateMR.setupConfiguration(MRArgOptions options, org.apache.hadoop.conf.Configuration conf)
          Copies command line arguments to a Configuration so that Map/Reduce jobs can utilize the values set.
protected  void OneLinePerDocExtractorMR.setupConfiguration(MRArgOptions options, org.apache.hadoop.conf.Configuration conf)
          Copies command line arguments to a Configuration so that Map/Reduce jobs can utilize the values set.
protected  void IngestCorpusMR.setupConfiguration(MRArgOptions options, org.apache.hadoop.conf.Configuration conf)
          Copies command line arguments to a Configuration so that Map/Reduce jobs can utilize the values set.
protected  void ExtractNounPairsMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
           
protected  void ParsedDocExtractorMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void OneLinePerDocExtractorMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void ParseMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void ParsedDocExtractorMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void DisambiguateMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void OneLinePerDocExtractorMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void IngestCorpusMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  boolean LabelNounPairsMR.validOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
 

Uses of MRArgOptions in gov.llnl.ontology.mapreduce.stats
 

Methods in gov.llnl.ontology.mapreduce.stats with parameters of type MRArgOptions
protected  void DependencyOccurrenceCountMR.addOptions(MRArgOptions options)
          Add more command line arguments.
protected  void WordsiMR.addOptions(MRArgOptions options)
          Add more command line arguments.
protected  void TermDocOccurrenceCountMR.addOptions(MRArgOptions options)
          Add more command line arguments.
protected  void WordOccurrenceCountMR.addOptions(MRArgOptions options)
          Add more command line arguments.
protected  void DependencyOccurrenceCountMR.setupConfiguration(MRArgOptions options, org.apache.hadoop.conf.Configuration conf)
          Copies command line arguments to a Configuration so that Map/Reduce jobs can utilize the values set.
protected  void WordsiMR.setupConfiguration(MRArgOptions options, org.apache.hadoop.conf.Configuration conf)
          Copies command line arguments to a Configuration so that Map/Reduce jobs can utilize the values set.
protected  void TermDocOccurrenceCountMR.setupConfiguration(MRArgOptions options, org.apache.hadoop.conf.Configuration conf)
          Copies command line arguments to a Configuration so that Map/Reduce jobs can utilize the values set.
protected  void WordOccurrenceCountMR.setupConfiguration(MRArgOptions options, org.apache.hadoop.conf.Configuration conf)
          Copies command line arguments to a Configuration so that Map/Reduce jobs can utilize the values set.
protected  void DependencyOccurrenceCountMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void WordsiMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void TermDocumentCountMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void TagNetworkMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void ExtractKeysMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void TermDocOccurrenceCountMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void TagDocumentMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void WordOccurrenceCountMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void DependencyPathCountMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void POSCountMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void SemEvalPrinter.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void TokenCountMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void TagOccurrenceMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void TagWordStatsMR.setupReducer(String tableName, org.apache.hadoop.mapreduce.Job job, MRArgOptions options)
          Sets up the Reducer for this job.
protected  void DependencyOccurrenceCountMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void WordsiMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void TermDocumentCountMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void TagNetworkMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void TermDocOccurrenceCountMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void TagDocumentMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void WordOccurrenceCountMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void POSCountMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void SemEvalPrinter.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void TokenCountMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void TagOccurrenceMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
protected  void TagWordStatsMR.validateOptions(MRArgOptions options)
          Returns true if the MRArgOptions contains a valid value for each requried option.
 



Copyright © 2010-2011. All Rights Reserved.