|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<LocalDBIndexCfgDefn.IndexType>
org.opends.server.admin.std.meta.LocalDBIndexCfgDefn.IndexType
public static enum LocalDBIndexCfgDefn.IndexType
Defines the set of permissable values for the "index-type" property.
Specifies the type(s) of indexing that should be performed for the associated attribute.
For equality, presence, and substring index types, the associated attribute type must have a corresponding matching rule.
| Enum Constant Summary | |
|---|---|
APPROXIMATE
This index type is used to improve the efficiency of searches using approximate matching search filters. |
|
EQUALITY
This index type is used to improve the efficiency of searches using equality search filters. |
|
ORDERING
This index type is used to improve the efficiency of searches using "greater than or equal to" or "less then or equal to" search filters. |
|
PRESENCE
This index type is used to improve the efficiency of searches using the presence search filters. |
|
SUBSTRING
This index type is used to improve the efficiency of searches using substring search filters. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
static LocalDBIndexCfgDefn.IndexType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LocalDBIndexCfgDefn.IndexType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final LocalDBIndexCfgDefn.IndexType APPROXIMATE
public static final LocalDBIndexCfgDefn.IndexType EQUALITY
public static final LocalDBIndexCfgDefn.IndexType ORDERING
public static final LocalDBIndexCfgDefn.IndexType PRESENCE
public static final LocalDBIndexCfgDefn.IndexType SUBSTRING
| Method Detail |
|---|
public static LocalDBIndexCfgDefn.IndexType[] values()
for (LocalDBIndexCfgDefn.IndexType c : LocalDBIndexCfgDefn.IndexType.values()) System.out.println(c);
public static LocalDBIndexCfgDefn.IndexType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<LocalDBIndexCfgDefn.IndexType>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||