public static enum Jobs.JobDBEntry.JobFields extends Enum<Jobs.JobDBEntry.JobFields>
Enum Constant and Description |
---|
CONFPATH |
FINISHTIME |
INPUTBYTES |
JOBID |
JOBNAME |
MAPS |
OUTPUTBYTES |
REDUCES |
STATUS |
SUBMITTIME |
USERNAME |
WORKFLOWENTITYNAME |
WORKFLOWID |
Modifier and Type | Method and Description |
---|---|
int |
getInt(ResultSet rs) |
long |
getLong(ResultSet rs) |
String |
getString(ResultSet rs) |
static String |
join() |
static Jobs.JobDBEntry.JobFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Jobs.JobDBEntry.JobFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Jobs.JobDBEntry.JobFields JOBID
public static final Jobs.JobDBEntry.JobFields JOBNAME
public static final Jobs.JobDBEntry.JobFields STATUS
public static final Jobs.JobDBEntry.JobFields USERNAME
public static final Jobs.JobDBEntry.JobFields SUBMITTIME
public static final Jobs.JobDBEntry.JobFields FINISHTIME
public static final Jobs.JobDBEntry.JobFields MAPS
public static final Jobs.JobDBEntry.JobFields REDUCES
public static final Jobs.JobDBEntry.JobFields INPUTBYTES
public static final Jobs.JobDBEntry.JobFields OUTPUTBYTES
public static final Jobs.JobDBEntry.JobFields CONFPATH
public static final Jobs.JobDBEntry.JobFields WORKFLOWID
public static final Jobs.JobDBEntry.JobFields WORKFLOWENTITYNAME
public static Jobs.JobDBEntry.JobFields[] values()
for (Jobs.JobDBEntry.JobFields c : Jobs.JobDBEntry.JobFields.values()) System.out.println(c);
public static Jobs.JobDBEntry.JobFields 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 String getString(ResultSet rs) throws SQLException
SQLException
public int getInt(ResultSet rs) throws SQLException
SQLException
public long getLong(ResultSet rs) throws SQLException
SQLException
public static String join()
Copyright © 2015. All rights reserved.