| Package | Description | 
|---|---|
| org.apache.avro.ipc | 
 Support for inter-process calls. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
HandshakeMatch | 
HandshakeResponse.match
Deprecated.  
 | 
| 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 | 
|---|---|
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-2012 The Apache Software Foundation. All Rights Reserved.