|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.apache.hadoop.io.serializer.avro.AvroRecord
public class AvroRecord
| Nested Class Summary | |
|---|---|
static class |
AvroRecord.Builder
RecordBuilder for AvroRecord instances. |
| Field Summary | |
|---|---|
int |
intField
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
AvroRecord()
Default constructor. |
|
AvroRecord(Integer intField)
All-args constructor. |
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
static org.apache.avro.Schema |
getClassSchema()
|
Integer |
getIntField()
Gets the value of the 'intField' field. |
org.apache.avro.Schema |
getSchema()
|
static AvroRecord.Builder |
newBuilder()
Creates a new AvroRecord RecordBuilder |
static AvroRecord.Builder |
newBuilder(AvroRecord.Builder other)
Creates a new AvroRecord RecordBuilder by copying an existing Builder |
static AvroRecord.Builder |
newBuilder(AvroRecord other)
Creates a new AvroRecord RecordBuilder by copying an existing AvroRecord instance |
void |
put(int field$,
Object value$)
|
void |
setIntField(Integer value)
Sets the value of the 'intField' field. |
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public int intField
| Constructor Detail |
|---|
public AvroRecord()
public AvroRecord(Integer intField)
| Method Detail |
|---|
public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic Integer getIntField()
public void setIntField(Integer value)
value - the value to set.public static AvroRecord.Builder newBuilder()
public static AvroRecord.Builder newBuilder(AvroRecord.Builder other)
public static AvroRecord.Builder newBuilder(AvroRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||