org.apache.falcon.rerun.event
Class LaterunEvent

java.lang.Object
  extended by org.apache.falcon.rerun.event.RerunEvent
      extended by org.apache.falcon.rerun.event.LaterunEvent
All Implemented Interfaces:
Comparable<Delayed>, Delayed

public class LaterunEvent
extends RerunEvent

Event representing a late rerun.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.falcon.rerun.event.RerunEvent
RerunEvent.RerunType
 
Field Summary
 
Fields inherited from class org.apache.falcon.rerun.event.RerunEvent
clusterName, delayInMilliSec, entityName, entityType, instance, msgInsertTime, runId, SEP, wfId
 
Constructor Summary
LaterunEvent(String clusterName, String wfId, long msgInsertTime, long delay, String entityType, String entityName, String instance, int runId)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.falcon.rerun.event.RerunEvent
compareTo, getClusterName, getDelay, getDelayInMilliSec, getEntityName, getEntityType, getInstance, getMsgInsertTime, getRunId, getType, getWfId, setMsgInsertTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LaterunEvent

public LaterunEvent(String clusterName,
                    String wfId,
                    long msgInsertTime,
                    long delay,
                    String entityType,
                    String entityName,
                    String instance,
                    int runId)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.