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   
org.apache.hadoop.chukwa.util   
 

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 that return types with arguments of type ChunkImpl
 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 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)
           
 

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

Methods in org.apache.hadoop.chukwa.util that return ChunkImpl
 ChunkImpl ConstRateAdaptor.nextChunk(int arraySize)
           
 

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

Constructors in org.apache.hadoop.chukwa.util with parameters of type ChunkImpl
ConstRateValidator.ByteRange(ChunkImpl val)
           
 



Copyright © ${year} The Apache Software Foundation