public class AddColumnFamily
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Field and Description |
|---|---|
CfDef |
cf |
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
AddColumnFamily() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(int field$)
Return the value of a field given its position in the schema.
|
org.apache.avro.Schema |
getSchema()
The schema of this instance.
|
void |
put(int field$,
java.lang.Object value$)
Set the value of a field given its position in the schema.
|
public static final org.apache.avro.Schema SCHEMA$
public CfDef cf
public org.apache.avro.Schema getSchema()
org.apache.avro.generic.GenericContainergetSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.Object get(int field$)
org.apache.avro.generic.IndexedRecordThis method is not meant to be called by user code, but only by DatumWriter implementations.
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
java.lang.Object value$)
org.apache.avro.generic.IndexedRecordThis method is not meant to be called by user code, but only by DatumReader implementations.
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBaseCopyright © 2013 The Apache Software Foundation