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

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

Uses of MD5 in org.apache.avro.ipc
 

Fields in org.apache.avro.ipc declared as MD5
 MD5 HandshakeRequest.clientHash
          Deprecated. 
 MD5 HandshakeRequest.serverHash
          Deprecated. 
 MD5 HandshakeResponse.serverHash
          Deprecated. 
 

Methods in org.apache.avro.ipc that return MD5
 MD5 HandshakeRequest.getClientHash()
          Gets the value of the 'clientHash' field.
 MD5 HandshakeRequest.Builder.getClientHash()
          Gets the value of the 'clientHash' field
 MD5 HandshakeRequest.getServerHash()
          Gets the value of the 'serverHash' field.
 MD5 HandshakeRequest.Builder.getServerHash()
          Gets the value of the 'serverHash' field
 MD5 HandshakeResponse.getServerHash()
          Gets the value of the 'serverHash' field.
 MD5 HandshakeResponse.Builder.getServerHash()
          Gets the value of the 'serverHash' field
 

Methods in org.apache.avro.ipc with parameters of type MD5
 void HandshakeRequest.setClientHash(MD5 value)
          Sets the value of the 'clientHash' field.
 HandshakeRequest.Builder HandshakeRequest.Builder.setClientHash(MD5 value)
          Sets the value of the 'clientHash' field
 void HandshakeRequest.setServerHash(MD5 value)
          Sets the value of the 'serverHash' field.
 HandshakeRequest.Builder HandshakeRequest.Builder.setServerHash(MD5 value)
          Sets the value of the 'serverHash' field
 void HandshakeResponse.setServerHash(MD5 value)
          Sets the value of the 'serverHash' field.
 HandshakeResponse.Builder HandshakeResponse.Builder.setServerHash(MD5 value)
          Sets the value of the 'serverHash' field
 



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