|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.gps.DefaultIndexPlan
public class DefaultIndexPlan
| Constructor Summary | |
|---|---|
DefaultIndexPlan()
|
|
| Method Summary | |
|---|---|
String[] |
getAliases()
Returns the given aliases that will be indexed. |
String[] |
getSubIndexes()
Returns the given sub indexes that will be indexed. |
Class[] |
getTypes()
Returns the given classes that will be indexed. |
IndexPlan |
setAliases(String... aliases)
Sets the given aliases that will be indexed. |
IndexPlan |
setSubIndexes(String... subIndexes)
Sets the given sub indexes that will be indexed. |
IndexPlan |
setTypes(Class... types)
Sets the given classes that will be indexed. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultIndexPlan()
| Method Detail |
|---|
public Class[] getTypes()
IndexPlannull value
means that it will not be taken into account.
getTypes in interface IndexPlanpublic IndexPlan setTypes(Class... types)
IndexPlannull value
means that it will not be taken into account.
setTypes in interface IndexPlanpublic String[] getAliases()
IndexPlannull value
means that it will not be taken into account.
getAliases in interface IndexPlanpublic IndexPlan setAliases(String... aliases)
IndexPlannull value
means that it will not be taken into account.
setAliases in interface IndexPlanpublic String[] getSubIndexes()
IndexPlannull value
means that it will not be taken into account.
getSubIndexes in interface IndexPlanpublic IndexPlan setSubIndexes(String... subIndexes)
IndexPlannull value
means that it will not be taken into account.
setSubIndexes in interface IndexPlanpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||