org.apache.hadoop.chukwa.analysis.salsa.fsm
Class FSMIntermedEntry
java.lang.Object
org.apache.hadoop.chukwa.analysis.salsa.fsm.FSMIntermedEntry
- All Implemented Interfaces:
- Cloneable, Comparable, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable
public class FSMIntermedEntry
- extends Object
- implements Cloneable, org.apache.hadoop.io.WritableComparable
state_type
public StateType state_type
state_mapred
public MapRedState state_mapred
state_hdfs
public HDFSState state_hdfs
fsm_type
public FSMType fsm_type
state_name
public String state_name
identifier
public String identifier
unique_id
public String unique_id
timestamp
public String timestamp
time_start
public String time_start
time_end
public String time_end
host_exec
public String host_exec
host_other
public String host_other
time_orig_epoch
public String time_orig_epoch
time_orig
public String time_orig
job_id
public String job_id
FSMIntermedEntry
public FSMIntermedEntry()
getUniqueID
public String getUniqueID()
getFriendlyID
public String getFriendlyID()
generateUniqueID
public void generateUniqueID()
- Set state_type and identifier before calling
write
public void write(DataOutput out)
throws IOException
- Specified by:
write
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
readFields
public void readFields(DataInput in)
throws IOException
- Specified by:
readFields
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
clone
public FSMIntermedEntry clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © ${year} The Apache Software Foundation