| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OozieSchema.OozieIndex>
org.apache.oozie.store.OozieSchema.OozieIndex
public static enum OozieSchema.OozieIndex
| Enum Constant Summary | |
|---|---|
IDX_ACTIONS_BEGINTIME
 | 
|
IDX_ACTIONS_WFID
 | 
|
IDX_WF_APPNAME
 | 
|
IDX_WF_EXTERNAL_ID
 | 
|
IDX_WF_GROUP
 | 
|
IDX_WF_STATUS
 | 
|
IDX_WF_USER
 | 
|
| Method Summary | |
|---|---|
 Schema.Column | 
column()
Column that is to be indexed  | 
static OozieSchema.OozieIndex | 
valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static OozieSchema.OozieIndex[] | 
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, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final OozieSchema.OozieIndex IDX_WF_APPNAME
public static final OozieSchema.OozieIndex IDX_WF_USER
public static final OozieSchema.OozieIndex IDX_WF_GROUP
public static final OozieSchema.OozieIndex IDX_WF_STATUS
public static final OozieSchema.OozieIndex IDX_WF_EXTERNAL_ID
public static final OozieSchema.OozieIndex IDX_ACTIONS_BEGINTIME
public static final OozieSchema.OozieIndex IDX_ACTIONS_WFID
| Method Detail | 
|---|
public static OozieSchema.OozieIndex[] values()
for (OozieSchema.OozieIndex c : OozieSchema.OozieIndex.values()) System.out.println(c);
public static OozieSchema.OozieIndex valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic Schema.Column column()
Schema.Index
column in interface Schema.Index
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||