Uses of Class
com.senseidb.indexing.hadoop.keyvalueformat.Shard

Packages that use Shard
com.senseidb.indexing.hadoop.keyvalueformat   
com.senseidb.indexing.hadoop.map   
com.senseidb.indexing.hadoop.reduce   
 

Uses of Shard in com.senseidb.indexing.hadoop.keyvalueformat
 

Methods in com.senseidb.indexing.hadoop.keyvalueformat that return Shard
static Shard[] Shard.getIndexShards(org.apache.hadoop.conf.Configuration conf)
           
 

Methods in com.senseidb.indexing.hadoop.keyvalueformat with parameters of type Shard
 int Shard.compareTo(Shard other)
          Compare to another shard.
static void Shard.setIndexShards(org.apache.hadoop.conf.Configuration conf, Shard[] shards)
           
 

Constructors in com.senseidb.indexing.hadoop.keyvalueformat with parameters of type Shard
Shard(Shard shard)
          Construct using a shard object.
 

Uses of Shard in com.senseidb.indexing.hadoop.map
 

Method parameters in com.senseidb.indexing.hadoop.map with type arguments of type Shard
 void SenseiMapper.map(Object key, Object value, org.apache.hadoop.mapred.OutputCollector<Shard,IntermediateForm> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Uses of Shard in com.senseidb.indexing.hadoop.reduce
 

Methods in com.senseidb.indexing.hadoop.reduce that return types with arguments of type Shard
 org.apache.hadoop.mapred.RecordWriter<Shard,org.apache.hadoop.io.Text> IndexUpdateOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress)
           
 

Methods in com.senseidb.indexing.hadoop.reduce with parameters of type Shard
 void SenseiCombiner.reduce(Shard key, Iterator<IntermediateForm> values, org.apache.hadoop.mapred.OutputCollector<Shard,IntermediateForm> output, org.apache.hadoop.mapred.Reporter reporter)
           
 void SenseiReducer.reduce(Shard key, Iterator<IntermediateForm> values, org.apache.hadoop.mapred.OutputCollector<Shard,org.apache.hadoop.io.Text> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Method parameters in com.senseidb.indexing.hadoop.reduce with type arguments of type Shard
 void SenseiCombiner.reduce(Shard key, Iterator<IntermediateForm> values, org.apache.hadoop.mapred.OutputCollector<Shard,IntermediateForm> output, org.apache.hadoop.mapred.Reporter reporter)
           
 void SenseiReducer.reduce(Shard key, Iterator<IntermediateForm> values, org.apache.hadoop.mapred.OutputCollector<Shard,org.apache.hadoop.io.Text> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Constructors in com.senseidb.indexing.hadoop.reduce with parameters of type Shard
ShardWriter(org.apache.hadoop.fs.FileSystem fs, Shard shard, String tempDir, org.apache.hadoop.conf.Configuration iconf)
          Constructor
 



Copyright © 2010-2012. All Rights Reserved.