org.apache.hadoop.yarn.ipc
Class RPCUtil
java.lang.Object
org.apache.hadoop.yarn.ipc.RPCUtil
public class RPCUtil
- extends Object
|
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 |
RPCUtil
public RPCUtil()
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.