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
           
 

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



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