Uses of Class
org.apache.avro.ipc.HandshakeResponse
Packages that use HandshakeResponse
-
Uses of HandshakeResponse in org.apache.avro.ipc
Methods in org.apache.avro.ipc that return HandshakeResponseModifier and TypeMethodDescriptionHandshakeResponse.Builder.build()
static HandshakeResponse
HandshakeResponse.fromByteBuffer
(ByteBuffer b) Deserializes a HandshakeResponse from a ByteBuffer.RPCContext.getHandshakeResponse()
Get the handshake response of this RPC.Methods in org.apache.avro.ipc that return types with arguments of type HandshakeResponseModifier and TypeMethodDescriptionHandshakeResponse.createDecoder
(SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore
.HandshakeResponse.getDecoder()
Return the BinaryMessageDecoder instance used by this class.HandshakeResponse.getEncoder()
Return the BinaryMessageEncoder instance used by this class.Methods in org.apache.avro.ipc with parameters of type HandshakeResponseModifier and TypeMethodDescriptionstatic 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.