|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.oncrpc.RpcMessage
org.apache.hadoop.oncrpc.RpcReply
org.apache.hadoop.oncrpc.RpcAcceptedReply
public class RpcAcceptedReply
Represents RPC message MSG_ACCEPTED reply body. See RFC 1831 for details. This response is sent to a request to indicate success of the request.
Nested Class Summary | |
---|---|
static class |
RpcAcceptedReply.AcceptState
|
Nested classes/interfaces inherited from class org.apache.hadoop.oncrpc.RpcReply |
---|
RpcReply.ReplyState |
Field Summary |
---|
Fields inherited from class org.apache.hadoop.oncrpc.RpcMessage |
---|
messageType, RPC_CALL, RPC_REPLY, xid |
Method Summary | |
---|---|
RpcAcceptedReply.AcceptState |
getAcceptState()
|
RpcAuthInfo |
getVerifier()
|
static RpcAcceptedReply |
read(int xid,
int messageType,
RpcReply.ReplyState replyState,
XDR xdr)
|
static XDR |
voidReply(XDR xdr,
int xid)
|
static XDR |
voidReply(XDR xdr,
int xid,
RpcAcceptedReply.AcceptState acceptState)
|
Methods inherited from class org.apache.hadoop.oncrpc.RpcReply |
---|
getState, read |
Methods inherited from class org.apache.hadoop.oncrpc.RpcMessage |
---|
getMessageType, getXid, validateMessageType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RpcAcceptedReply read(int xid, int messageType, RpcReply.ReplyState replyState, XDR xdr)
public RpcAuthInfo getVerifier()
public RpcAcceptedReply.AcceptState getAcceptState()
public static XDR voidReply(XDR xdr, int xid)
public static XDR voidReply(XDR xdr, int xid, RpcAcceptedReply.AcceptState acceptState)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |