|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.yarn.am.GenericRpcMessage<T>
T
- Type of the message bodypublic class GenericRpcMessage<T>
Generic RpcMessage
implementation.
Constructor Summary | |
---|---|
GenericRpcMessage(T body)
Constructs a GenericRpcMessage with a given body. |
Method Summary | |
---|---|
T |
getBody()
Gets a body of this message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericRpcMessage(T body)
GenericRpcMessage
with a given body.
body
- The bodyMethod Detail |
---|
public T getBody()
RpcMessage
getBody
in interface RpcMessage<T>
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |