Uses of Enum
org.apache.avro.ipc.HandshakeMatch
-
Uses of HandshakeMatch in org.apache.avro.ipc
Modifier and TypeMethodDescriptionHandshakeResponse.Builder.getMatch()
Gets the value of the 'match' field.HandshakeResponse.getMatch()
Gets the value of the 'match' field.static HandshakeMatch
Returns the enum constant of this type with the specified name.static HandshakeMatch[]
HandshakeMatch.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionHandshakeResponse.Builder.getOptionalMatch()
Gets the value of the 'match' field as an Optional<org.apache.avro.ipc.HandshakeMatch>.HandshakeResponse.getOptionalMatch()
Gets the value of the 'match' field as an Optional<org.apache.avro.ipc.HandshakeMatch>.Modifier and TypeMethodDescriptionHandshakeResponse.Builder.setMatch
(HandshakeMatch value) Sets the value of the 'match' field.void
HandshakeResponse.setMatch
(HandshakeMatch value) Sets the value of the 'match' field.ModifierConstructorDescriptionHandshakeResponse
(HandshakeMatch match, String serverProtocol, MD5 serverHash, Map<String, ByteBuffer> meta) All-args constructor.