org.apache.oozie.dependency.hcat
Class WaitingAction

java.lang.Object
  extended by org.apache.oozie.dependency.hcat.WaitingAction
All Implemented Interfaces:
Serializable

public class WaitingAction
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
WaitingAction(String actionID, String dependencyURI)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getActionID()
          Get the action id
 String getDependencyURI()
          Get the dependency uri
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WaitingAction

public WaitingAction(String actionID,
                     String dependencyURI)
Method Detail

getActionID

public String getActionID()
Get the action id

Returns:
action id

getDependencyURI

public String getDependencyURI()
Get the dependency uri

Returns:
dependency uri

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Apache Software Foundation. All Rights Reserved.