| Package | Description | 
|---|---|
| org.apache.avro.ipc | 
 Support for inter-process calls. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HandshakeRequest | 
HandshakeRequest.Builder.build()  | 
HandshakeRequest | 
RPCContext.getHandshakeRequest()
Get the handshake request of this RPC. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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-2012 The Apache Software Foundation. All Rights Reserved.