| Package | Description | 
|---|---|
| org.apache.avro.ipc | Support for inter-process calls. | 
| Modifier and Type | Method and Description | 
|---|---|
| HandshakeRequest | HandshakeRequest.Builder. build() | 
| static HandshakeRequest | HandshakeRequest. fromByteBuffer(ByteBuffer b)Deserializes a HandshakeRequest from a ByteBuffer. | 
| HandshakeRequest | RPCContext. getHandshakeRequest()Get the handshake request of this RPC. | 
| Modifier and Type | Method and Description | 
|---|---|
| static BinaryMessageDecoder<HandshakeRequest> | HandshakeRequest. createDecoder(SchemaStore resolver)Create a new BinaryMessageDecoder instance for this class that uses the specified  SchemaStore. | 
| static BinaryMessageDecoder<HandshakeRequest> | HandshakeRequest. getDecoder()Return the BinaryMessageDecoder instance used by this class. | 
| static BinaryMessageEncoder<HandshakeRequest> | HandshakeRequest. getEncoder()Return the BinaryMessageEncoder instance used by this class. | 
| 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–2020 The Apache Software Foundation. All rights reserved.