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 |
---|---|
Class<? extends IDistributionPolicy> |
IndexUpdateConfiguration.getDistributionPolicyClass()
Get the distribution policy class.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexUpdateConfiguration.setDistributionPolicyClass(Class<? extends IDistributionPolicy> theClass)
Set the distribution policy class.
|
Copyright © 2010 The Apache Software Foundation