Uses of Interface
org.apache.hadoop.contrib.index.mapred.IDistributionPolicy

Packages that use IDistributionPolicy
org.apache.hadoop.contrib.index.example   
org.apache.hadoop.contrib.index.mapred   
 

Uses of IDistributionPolicy in org.apache.hadoop.contrib.index.example
 

Classes in org.apache.hadoop.contrib.index.example that implement IDistributionPolicy
 class HashingDistributionPolicy
          Choose a shard for each insert or delete based on document id hashing.
 class RoundRobinDistributionPolicy
          Choose a shard for each insert in a round-robin fashion.
 

Uses of IDistributionPolicy in org.apache.hadoop.contrib.index.mapred
 

Methods in org.apache.hadoop.contrib.index.mapred that return types with arguments of type IDistributionPolicy
 Class<? extends IDistributionPolicy> IndexUpdateConfiguration.getDistributionPolicyClass()
          Get the distribution policy class.
 

Method parameters in org.apache.hadoop.contrib.index.mapred with type arguments of type IDistributionPolicy
 void IndexUpdateConfiguration.setDistributionPolicyClass(Class<? extends IDistributionPolicy> theClass)
          Set the distribution policy class.
 



Copyright © 2009 The Apache Software Foundation