org.apache.avro.ipc
Class MD5

java.lang.Object
  extended by org.apache.avro.generic.GenericData.Fixed
      extended by org.apache.avro.specific.SpecificFixed
          extended by org.apache.avro.ipc.MD5
All Implemented Interfaces:
Comparable<GenericData.Fixed>, GenericContainer, GenericFixed

@FixedSize(value=16)
public class MD5
extends SpecificFixed


Field Summary
static Schema SCHEMA$
           
 
Constructor Summary
MD5()
           
 
Method Summary
 
Methods inherited from class org.apache.avro.generic.GenericData.Fixed
bytes, bytes, compareTo, equals, getSchema, hashCode, setSchema, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SCHEMA$

public static final Schema SCHEMA$
Constructor Detail

MD5

public MD5()


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