org.apache.hadoop.yarn.ipc
Class RPCUtil

java.lang.Object
  extended by org.apache.hadoop.yarn.ipc.RPCUtil

public class RPCUtil
extends Object


Constructor Summary
RPCUtil()
           
 
Method Summary
static org.apache.hadoop.yarn.exceptions.YarnRemoteException getRemoteException(String message)
          Returns the YarnRemoteException which is serializable.
static org.apache.hadoop.yarn.exceptions.YarnRemoteException getRemoteException(Throwable t)
          Returns the YarnRemoteException which is serializable.
static String toString(org.apache.hadoop.yarn.exceptions.YarnRemoteException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPCUtil

public RPCUtil()
Method Detail

getRemoteException

public static org.apache.hadoop.yarn.exceptions.YarnRemoteException getRemoteException(Throwable t)
Returns the YarnRemoteException which is serializable.


getRemoteException

public static org.apache.hadoop.yarn.exceptions.YarnRemoteException getRemoteException(String message)
Returns the YarnRemoteException which is serializable.


toString

public static String toString(org.apache.hadoop.yarn.exceptions.YarnRemoteException e)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.