org.apache.avro.generic
Interface GenericRecord

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

public interface GenericRecord
extends Map<String,Object>, GenericContainer

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
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from interface org.apache.avro.generic.GenericContainer
getSchema
 



Copyright © 2009 The Apache Software Foundation