| Package | Description |
|---|---|
| org.apache.hadoop.contrib.index.example | |
| org.apache.hadoop.contrib.index.mapred |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends IDistributionPolicy> |
IndexUpdateConfiguration.getDistributionPolicyClass()
Get the distribution policy class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexUpdateConfiguration.setDistributionPolicyClass(java.lang.Class<? extends IDistributionPolicy> theClass)
Set the distribution policy class.
|
Copyright © 2009 The Apache Software Foundation