This project has retired. For details please refer to its
        
        Attic page.
      
 
DoAs (Oozie Core 3.1.3-incubating API)
org.apache.oozie.action.hadoop
Class DoAs
java.lang.Object
  
org.apache.oozie.action.hadoop.DoAs
- All Implemented Interfaces: 
 - Callable<Void>
 
- Direct Known Subclasses: 
 - KerberosDoAs
 
public class DoAs
- extends Object
- implements Callable<Void>
  
| 
Constructor Summary | 
DoAs()
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DoAs
public DoAs()
setUser
public void setUser(String user)
 
 
getUser
protected String getUser()
 
 
getCallable
protected Callable<Void> getCallable()
 
 
setCallable
public void setCallable(Callable<Void> callable)
 
 
call
public Void call()
          throws Exception
- Specified by:
 call in interface Callable<Void>
 
- Throws:
 Exception
 
call
public static void call(String user,
                        Callable<Void> callable)
                 throws Exception
 
- Throws:
 Exception
 
Copyright © 2012 Apache Software Foundation. All Rights Reserved.