Uses of Class
org.apache.avro.ipc.HandshakeMatch

Packages that use HandshakeMatch
org.apache.avro.ipc Support for inter-process calls. 
 

Uses of HandshakeMatch in org.apache.avro.ipc
 

Fields in org.apache.avro.ipc declared as HandshakeMatch
 HandshakeMatch HandshakeResponse.match
          Deprecated. 
 

Methods in org.apache.avro.ipc that return HandshakeMatch
 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.
 

Methods in org.apache.avro.ipc with parameters of type HandshakeMatch
 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
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.