Uses of Class
org.apache.accumulo.server.logger.LogFileValue

Packages that use LogFileValue
org.apache.accumulo.server.logger   
org.apache.accumulo.server.master   
org.apache.accumulo.server.metanalysis Provides programs to analyze metadata mutations written to write ahead logs. 
 

Uses of LogFileValue in org.apache.accumulo.server.logger
 

Methods in org.apache.accumulo.server.logger with parameters of type LogFileValue
static String LogFileValue.format(LogFileValue lfv, int maxMutations)
           
static void LogFileValue.print(LogFileValue value)
           
static void LogReader.printLogEvent(LogFileKey key, LogFileValue value, org.apache.hadoop.io.Text row, Matcher rowMatcher, KeyExtent ke, Set<Integer> tabletIds, int maxMutations)
           
 

Uses of LogFileValue in org.apache.accumulo.server.master
 

Methods in org.apache.accumulo.server.master with parameters of type LogFileValue
 int RoundRobinPartitioner.getPartition(LogFileKey key, LogFileValue value, int numPartitions)
           
 

Uses of LogFileValue in org.apache.accumulo.server.metanalysis
 

Methods in org.apache.accumulo.server.metanalysis that return types with arguments of type LogFileValue
 org.apache.hadoop.mapreduce.RecordReader<LogFileKey,LogFileValue> LogFileInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit arg0, org.apache.hadoop.mapreduce.TaskAttemptContext arg1)
           
 org.apache.hadoop.mapreduce.RecordWriter<LogFileKey,LogFileValue> LogFileOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
           
 

Methods in org.apache.accumulo.server.metanalysis with parameters of type LogFileValue
 void FilterMeta.FilterMapper.map(LogFileKey key, LogFileValue value, org.apache.hadoop.mapreduce.Mapper.Context context)
           
 void IndexMeta.IndexMapper.map(LogFileKey key, LogFileValue value, org.apache.hadoop.mapreduce.Mapper.Context context)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.