Uses of Class
org.apache.hadoop.chukwa.ChukwaArchiveKey

Packages that use ChukwaArchiveKey
org.apache.hadoop.chukwa.extraction.archive   
org.apache.hadoop.chukwa.extraction.demux   
org.apache.hadoop.chukwa.extraction.demux.processor.mapper   
org.apache.hadoop.chukwa.util   
 

Uses of ChukwaArchiveKey in org.apache.hadoop.chukwa.extraction.archive
 

Methods in org.apache.hadoop.chukwa.extraction.archive that return types with arguments of type ChukwaArchiveKey
 org.apache.hadoop.mapred.RecordWriter<ChukwaArchiveKey,ChunkImpl> ChukwaArchiveDataTypeOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable arg3)
           
 

Methods in org.apache.hadoop.chukwa.extraction.archive with parameters of type ChukwaArchiveKey
protected  String ChukwaArchiveHourlyOutputFormat.generateFileNameForKeyValue(ChukwaArchiveKey key, ChunkImpl chunk, String name)
           
protected  String ChukwaArchiveDataTypeOutputFormat.generateFileNameForKeyValue(ChukwaArchiveKey key, ChunkImpl chunk, String name)
           
protected  String ChukwaArchiveDailyOutputFormat.generateFileNameForKeyValue(ChukwaArchiveKey key, ChunkImpl chunk, String name)
           
 int ChukwaArchiveStreamNamePartitioner.getPartition(ChukwaArchiveKey key, ChunkImpl chunk, int numReduceTasks)
           
 int ChukwaArchiveHourlyPartitioner.getPartition(ChukwaArchiveKey key, ChunkImpl chunl, int numReduceTasks)
           
 int ChukwaArchiveDataTypePartitioner.getPartition(ChukwaArchiveKey key, ChunkImpl chunk, int numReduceTasks)
           
 int ChukwaArchiveDailyPartitioner.getPartition(ChukwaArchiveKey key, ChunkImpl chunl, int numReduceTasks)
           
 

Uses of ChukwaArchiveKey in org.apache.hadoop.chukwa.extraction.demux
 

Methods in org.apache.hadoop.chukwa.extraction.demux with parameters of type ChukwaArchiveKey
 void Demux.MapClass.map(ChukwaArchiveKey key, ChunkImpl chunk, org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Uses of ChukwaArchiveKey in org.apache.hadoop.chukwa.extraction.demux.processor.mapper
 

Fields in org.apache.hadoop.chukwa.extraction.demux.processor.mapper declared as ChukwaArchiveKey
protected  ChukwaArchiveKey AbstractProcessor.archiveKey
           
 

Methods in org.apache.hadoop.chukwa.extraction.demux.processor.mapper with parameters of type ChukwaArchiveKey
 void MapProcessor.process(ChukwaArchiveKey archiveKey, Chunk chunk, org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord> output, org.apache.hadoop.mapred.Reporter reporter)
           
 void AbstractProcessor.process(ChukwaArchiveKey archiveKey, Chunk chunk, org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Uses of ChukwaArchiveKey in org.apache.hadoop.chukwa.util
 

Methods in org.apache.hadoop.chukwa.util with parameters of type ChukwaArchiveKey
protected  void ConstRateValidator.MapClass.map(ChukwaArchiveKey key, ChunkImpl val, org.apache.hadoop.mapreduce.Mapper.Context context)
           
 



Copyright © ${year} The Apache Software Foundation