public static enum OozieSchema.OozieIndex extends Enum<OozieSchema.OozieIndex> implements Schema.Index
Enum Constant and Description |
---|
IDX_ACTIONS_BEGINTIME |
IDX_ACTIONS_WFID |
IDX_WF_APPNAME |
IDX_WF_EXTERNAL_ID |
IDX_WF_GROUP |
IDX_WF_STATUS |
IDX_WF_USER |
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 nameNullPointerException
- if the argument is nullpublic Schema.Column column()
Schema.Index
column
in interface Schema.Index
Copyright © 2018 Apache Software Foundation. All rights reserved.