程序包 | 说明 |
---|---|
org.apache.hadoop.contrib.index.example | |
org.apache.hadoop.contrib.index.mapred |
限定符和类型 | 方法和说明 |
---|---|
DocumentID |
LineDocRecordReader.createKey() |
限定符和类型 | 方法和说明 |
---|---|
RecordReader<DocumentID,LineDocTextAndOp> |
LineDocInputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter) |
限定符和类型 | 方法和说明 |
---|---|
int |
RoundRobinDistributionPolicy.chooseShardForDelete(DocumentID key) |
int |
HashingDistributionPolicy.chooseShardForDelete(DocumentID key) |
int |
RoundRobinDistributionPolicy.chooseShardForInsert(DocumentID key) |
int |
HashingDistributionPolicy.chooseShardForInsert(DocumentID key) |
void |
IdentityLocalAnalysis.map(DocumentID key,
DocumentAndOp value,
OutputCollector<DocumentID,DocumentAndOp> output,
Reporter reporter) |
void |
LineDocLocalAnalysis.map(DocumentID key,
LineDocTextAndOp value,
OutputCollector<DocumentID,DocumentAndOp> output,
Reporter reporter) |
boolean |
LineDocRecordReader.next(DocumentID key,
LineDocTextAndOp value) |
限定符和类型 | 方法和说明 |
---|---|
void |
IdentityLocalAnalysis.map(DocumentID key,
DocumentAndOp value,
OutputCollector<DocumentID,DocumentAndOp> output,
Reporter reporter) |
void |
LineDocLocalAnalysis.map(DocumentID key,
LineDocTextAndOp value,
OutputCollector<DocumentID,DocumentAndOp> output,
Reporter reporter) |
限定符和类型 | 方法和说明 |
---|---|
int |
IDistributionPolicy.chooseShardForDelete(DocumentID key)
Choose a shard or all shards to send a delete request.
|
int |
IDistributionPolicy.chooseShardForInsert(DocumentID key)
Choose a shard to send an insert request.
|
Copyright © 2009 The Apache Software Foundation