| Package | Description | 
|---|---|
| org.apache.avro.ipc | Support for inter-process calls. | 
| Modifier and Type | Method and Description | 
|---|---|
| HandshakeMatch | HandshakeResponse. getMatch()Gets the value of the 'match' field. | 
| HandshakeMatch | HandshakeResponse.Builder. getMatch()Gets the value of the 'match' field. | 
| static HandshakeMatch | HandshakeMatch. valueOf(String name)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 Type | Method and Description | 
|---|---|
| Optional<HandshakeMatch> | HandshakeResponse. getOptionalMatch()Gets the value of the 'match' field as an Optional<org.apache.avro.ipc.HandshakeMatch>. | 
| Optional<HandshakeMatch> | HandshakeResponse.Builder. getOptionalMatch()Gets the value of the 'match' field as an Optional<org.apache.avro.ipc.HandshakeMatch>. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HandshakeResponse. setMatch(HandshakeMatch value)Sets the value of the 'match' field. | 
| HandshakeResponse.Builder | HandshakeResponse.Builder. setMatch(HandshakeMatch value)Sets the value of the 'match' field. | 
| Constructor and Description | 
|---|
| HandshakeResponse(HandshakeMatch match,
                 String serverProtocol,
                 MD5 serverHash,
                 Map<String,ByteBuffer> meta)All-args constructor. | 
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.