public class FSMIntermedEntry extends Object implements Cloneable, org.apache.hadoop.io.WritableComparable
| Modifier and Type | Field and Description |
|---|---|
FSMType |
fsm_type |
String |
host_exec |
String |
host_other |
String |
identifier |
String |
job_id |
HDFSState |
state_hdfs |
MapRedState |
state_mapred |
String |
state_name |
StateType |
state_type |
String |
time_end |
String |
time_orig |
String |
time_orig_epoch |
String |
time_start |
String |
timestamp |
String |
unique_id |
| Constructor and Description |
|---|
FSMIntermedEntry() |
| Modifier and Type | Method and Description |
|---|---|
FSMIntermedEntry |
clone() |
int |
compareTo(Object o) |
boolean |
equals(Object o) |
void |
generateUniqueID()
Set state_type and identifier before calling
|
String |
getFriendlyID() |
String |
getUniqueID() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public StateType state_type
public MapRedState state_mapred
public HDFSState state_hdfs
public FSMType fsm_type
public String state_name
public String identifier
public String unique_id
public String timestamp
public String time_start
public String time_end
public String host_exec
public String host_other
public String time_orig_epoch
public String time_orig
public String job_id
public String getUniqueID()
public String getFriendlyID()
public void generateUniqueID()
public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic int compareTo(Object o)
compareTo in interface Comparablepublic FSMIntermedEntry clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © ${year} The Apache Software Foundation