Uses of Class
org.apache.avro.ipc.MD5
Packages that use MD5
-
Uses of MD5 in org.apache.avro.ipc
Methods in org.apache.avro.ipc that return MD5Modifier and TypeMethodDescriptionHandshakeRequest.Builder.getClientHash()
Gets the value of the 'clientHash' field.HandshakeRequest.getClientHash()
Gets the value of the 'clientHash' field.HandshakeRequest.Builder.getServerHash()
Gets the value of the 'serverHash' field.HandshakeRequest.getServerHash()
Gets the value of the 'serverHash' field.HandshakeResponse.Builder.getServerHash()
Gets the value of the 'serverHash' field.HandshakeResponse.getServerHash()
Gets the value of the 'serverHash' field.Methods in org.apache.avro.ipc that return types with arguments of type MD5Modifier and TypeMethodDescriptionHandshakeRequest.Builder.getOptionalClientHash()
Gets the value of the 'clientHash' field as an Optional<org.apache.avro.ipc.MD5>.HandshakeRequest.getOptionalClientHash()
Gets the value of the 'clientHash' field as an Optional<org.apache.avro.ipc.MD5>.HandshakeRequest.Builder.getOptionalServerHash()
Gets the value of the 'serverHash' field as an Optional<org.apache.avro.ipc.MD5>.HandshakeRequest.getOptionalServerHash()
Gets the value of the 'serverHash' field as an Optional<org.apache.avro.ipc.MD5>.HandshakeResponse.Builder.getOptionalServerHash()
Gets the value of the 'serverHash' field as an Optional<org.apache.avro.ipc.MD5>.HandshakeResponse.getOptionalServerHash()
Gets the value of the 'serverHash' field as an Optional<org.apache.avro.ipc.MD5>.Methods in org.apache.avro.ipc with parameters of type MD5Modifier and TypeMethodDescriptionHandshakeRequest.Builder.setClientHash
(MD5 value) Sets the value of the 'clientHash' field.void
HandshakeRequest.setClientHash
(MD5 value) Sets the value of the 'clientHash' field.HandshakeRequest.Builder.setServerHash
(MD5 value) Sets the value of the 'serverHash' field.void
HandshakeRequest.setServerHash
(MD5 value) Sets the value of the 'serverHash' field.HandshakeResponse.Builder.setServerHash
(MD5 value) Sets the value of the 'serverHash' field.void
HandshakeResponse.setServerHash
(MD5 value) Sets the value of the 'serverHash' field.Constructors in org.apache.avro.ipc with parameters of type MD5ModifierConstructorDescriptionHandshakeRequest
(MD5 clientHash, String clientProtocol, MD5 serverHash, Map<String, ByteBuffer> meta) All-args constructor.HandshakeResponse
(HandshakeMatch match, String serverProtocol, MD5 serverHash, Map<String, ByteBuffer> meta) All-args constructor.