Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
LogFileKey.compareTo(LogFileKey o) |
static void |
LogFileKey.printEntry(LogFileKey entry) |
static void |
LogReader.printLogEvent(LogFileKey key,
LogFileValue value,
org.apache.hadoop.io.Text row,
Matcher rowMatcher,
KeyExtent ke,
Set<Integer> tabletIds,
int maxMutations) |
Modifier and Type | Method and Description |
---|---|
int |
RoundRobinPartitioner.getPartition(LogFileKey key,
LogFileValue value,
int numPartitions) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 © 2015 Apache Accumulo Project. All Rights Reserved.