Uses of Class
org.apache.hadoop.oncrpc.XDR
Packages that use XDR
Package
Description
This package provides ONC RPC implementation with simple UDP/TCP
Servers and clients.
This package provides security related implementation for ONC RPC.
This package provides a port mapper implementation used by ONC RPC.
-
Uses of XDR in org.apache.hadoop.oncrpc
Fields in org.apache.hadoop.oncrpc declared as XDRModifier and TypeFieldDescriptionprotected final XDRSimpleTcpClient.requestprotected final XDRSimpleTcpClientHandler.requestprotected final XDRSimpleUdpClient.requestMethods in org.apache.hadoop.oncrpc that return XDRMethods in org.apache.hadoop.oncrpc with parameters of type XDRModifier and TypeMethodDescriptionstatic RpcAcceptedReplyRpcAcceptedReply.read(int xid, RpcReply.ReplyState replyState, XDR xdr) static RpcCallstatic RpcDeniedReplyRpcDeniedReply.read(int xid, RpcReply.ReplyState replyState, XDR xdr) static RpcReplystatic booleanXDR.verifyLength(XDR xdr, int len) check if the rest of data has more than len bytes.abstract XDRstatic io.netty.buffer.ByteBufXDR.writeMessageTcp(XDR request, boolean last) Write an XDR message to a TCP ChannelBuffer.static io.netty.buffer.ByteBufXDR.writeMessageUdp(XDR response) Write an XDR message to a UDP ChannelBuffer.Constructors in org.apache.hadoop.oncrpc with parameters of type XDRModifierConstructorDescriptionRegistrationClient(String host, int port, XDR request) SimpleTcpClient(String host, int port, XDR request) SimpleTcpClient(String host, int port, XDR request, Boolean oneShot) SimpleTcpClientHandler(XDR request) SimpleUdpClient(String host, int port, XDR request, Boolean oneShot, DatagramSocket clientSocket) SimpleUdpClient(String host, int port, XDR request, Boolean oneShot, DatagramSocket clientSocket, int udpTimeoutMillis) SimpleUdpClient(String host, int port, XDR request, DatagramSocket clientSocket) -
Uses of XDR in org.apache.hadoop.oncrpc.security
Methods in org.apache.hadoop.oncrpc.security that return XDRModifier and TypeMethodDescriptionUsed by GSS.Methods in org.apache.hadoop.oncrpc.security with parameters of type XDRModifier and TypeMethodDescriptionvoidvoidvoidabstract voidLoad auth info.voidvoidstatic CredentialsCredentials.readFlavorAndCredentials(XDR xdr) static VerifierVerifier.readFlavorAndVerifier(XDR xdr) Read both AuthFlavor and the verifier from the XDR.byte[]Used by GSS.voidvoidvoidabstract voidWrite auth info.voidvoidstatic voidCredentials.writeFlavorAndCredentials(Credentials cred, XDR xdr) Write AuthFlavor and the credentials to the XDRstatic voidVerifier.writeFlavorAndVerifier(Verifier verifier, XDR xdr) Write AuthFlavor and the verifier to the XDR. -
Uses of XDR in org.apache.hadoop.portmap
Methods in org.apache.hadoop.portmap that return XDRModifier and TypeMethodDescriptionstatic XDRPortmapResponse.booleanReply(XDR xdr, int xid, boolean value) static XDRPortmapRequest.create(PortmapMapping mapping, boolean set) static XDRstatic XDRPortmapResponse.pmapList(XDR xdr, int xid, PortmapMapping[] list) static XDRMethods in org.apache.hadoop.portmap with parameters of type XDRModifier and TypeMethodDescriptionstatic XDRPortmapResponse.booleanReply(XDR xdr, int xid, boolean value) static PortmapMappingPortmapMapping.deserialize(XDR xdr) static XDRstatic PortmapMappingstatic XDRPortmapResponse.pmapList(XDR xdr, int xid, PortmapMapping[] list) static XDR