| Package | Description | 
|---|---|
| org.apache.avro.ipc | Support for inter-process calls. | 
| Modifier and Type | Method and Description | 
|---|---|
| HandshakeResponse | HandshakeResponse.Builder. build() | 
| static HandshakeResponse | HandshakeResponse. fromByteBuffer(ByteBuffer b)Deserializes a HandshakeResponse from a ByteBuffer. | 
| HandshakeResponse | RPCContext. getHandshakeResponse()Get the handshake response of this RPC. | 
| Modifier and Type | Method and Description | 
|---|---|
| static BinaryMessageDecoder<HandshakeResponse> | HandshakeResponse. createDecoder(SchemaStore resolver)Create a new BinaryMessageDecoder instance for this class that uses the specified  SchemaStore. | 
| static BinaryMessageDecoder<HandshakeResponse> | HandshakeResponse. getDecoder()Return the BinaryMessageDecoder instance used by this class. | 
| static BinaryMessageEncoder<HandshakeResponse> | HandshakeResponse. getEncoder()Return the BinaryMessageEncoder instance used by this class. | 
| Modifier and Type | Method and Description | 
|---|---|
| static HandshakeResponse.Builder | HandshakeResponse. newBuilder(HandshakeResponse other)Creates a new HandshakeResponse RecordBuilder by copying an existing HandshakeResponse instance. | 
| void | RPCContext. setHandshakeResponse(HandshakeResponse handshakeResponse)Set the handshake response of this RPC. | 
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.