org.apache.hadoop.chukwa.analysis.salsa.fsm
Class FSMIntermedEntry

java.lang.Object
  extended by 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


Field Summary
 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 Summary
FSMIntermedEntry()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

FSMIntermedEntry

public FSMIntermedEntry()
Method Detail

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