org.apache.avro.generic
Interface GenericRecord

All Superinterfaces:
Map<String,Object>
All Known Implementing Classes:
GenericData.Record

public interface GenericRecord
extends Map<String,Object>

A set of fields, each a name/value pair.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 Schema getSchema()
          The schema of this instance.
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getSchema

Schema getSchema()
The schema of this instance.



Copyright © 2009 The Apache Software Foundation