| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | HashingDistributionPolicyChoose a shard for each insert or delete based on document id hashing. | 
|  class | RoundRobinDistributionPolicyChoose 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||