|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.backends.jeb.RebuildConfig
public class RebuildConfig
Configuration for the indexType rebuild process.
| Constructor Summary | |
|---|---|
RebuildConfig()
Create a new rebuild configuraiton. |
|
| Method Summary | |
|---|---|
void |
addRebuildIndex(java.lang.String index)
Add an index to be rebuilt into the configuration. |
java.lang.String |
checkConflicts(RebuildConfig config)
Check the given config for conflicts with this config. |
DN |
getBaseDN()
Get the base DN to rebuild. |
int |
getMaxRebuildThreads()
Get the maximum number of rebuild threads to use for the rebuild job at one time. |
java.util.ArrayList<java.lang.String> |
getRebuildList()
Get the list of indexes to rebuild in this configuration. |
boolean |
includesSystemIndex()
Test if this rebuild config includes any system indexes to rebuild. |
void |
setBaseDN(DN baseDN)
Set the base DN to rebuild. |
void |
setMaxRebuildThreads(int maxRebuildThreads)
Set the maximum number of rebuild threads to use for the rebuild job at one time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RebuildConfig()
| Method Detail |
|---|
public DN getBaseDN()
public void setBaseDN(DN baseDN)
baseDN - The base DN to rebuild.public java.util.ArrayList<java.lang.String> getRebuildList()
public void addRebuildIndex(java.lang.String index)
index - The index to add.public java.lang.String checkConflicts(RebuildConfig config)
config - The rebuild config to check against.
public int getMaxRebuildThreads()
public void setMaxRebuildThreads(int maxRebuildThreads)
maxRebuildThreads - The maximum number of rebuild threads.public boolean includesSystemIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||