Uses of Class
org.apache.avro.ipc.HandshakeRequest

Packages that use HandshakeRequest
org.apache.avro.ipc Support for inter-process calls. 
 

Uses of HandshakeRequest in org.apache.avro.ipc
 

Methods in org.apache.avro.ipc that return HandshakeRequest
 HandshakeRequest HandshakeRequest.Builder.build()
           
 HandshakeRequest RPCContext.getHandshakeRequest()
          Get the handshake request of this RPC.
 

Methods in org.apache.avro.ipc with parameters of type HandshakeRequest
static HandshakeRequest.Builder HandshakeRequest.newBuilder(HandshakeRequest other)
          Creates a new HandshakeRequest RecordBuilder by copying an existing HandshakeRequest instance
 void RPCContext.setHandshakeRequest(HandshakeRequest handshakeRequest)
          Set the handshake request of this RPC.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.