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

Packages that use ChunkImpl
org.apache.hadoop.chukwa   
org.apache.hadoop.chukwa.datacollection.collector.servlet   
org.apache.hadoop.chukwa.extraction.archive   
org.apache.hadoop.chukwa.extraction.demux   
 

Uses of ChunkImpl in org.apache.hadoop.chukwa
 

Methods in org.apache.hadoop.chukwa that return ChunkImpl
static ChunkImpl ChunkImpl.getBlankChunk()
           
static ChunkImpl ChunkImpl.read(DataInput in)
           
 

Uses of ChunkImpl in org.apache.hadoop.chukwa.datacollection.collector.servlet
 

Methods in org.apache.hadoop.chukwa.datacollection.collector.servlet with parameters of type ChunkImpl
 void ServletDiagnostics.sawChunk(ChunkImpl c, int pos)
           
 

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

Methods in org.apache.hadoop.chukwa.extraction.archive with parameters of type ChunkImpl
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 ChunkImpl in org.apache.hadoop.chukwa.extraction.demux
 

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



Copyright © ${year} The Apache Software Foundation