org.apache.avro.ipc.trace
Class ID

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

@FixedSize(value=8)
public class ID
extends SpecificFixed


Field Summary
static Schema SCHEMA$
           
 
Constructor Summary
ID()
          Creates a new ID
ID(byte[] bytes)
          Creates a new ID with the given bytes
 
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

ID

public ID()
Creates a new ID


ID

public ID(byte[] bytes)
Creates a new ID with the given bytes



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