public class AvroPackageNode extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
AvroPackageNode.Builder
RecordBuilder for AvroPackageNode instances.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.avro.Schema |
SCHEMA$ |
Constructor and Description |
---|
AvroPackageNode() |
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
org.apache.avro.Schema |
getSchema() |
static AvroPackageNode.Builder |
newBuilder()
Creates a new AvroPackageNode RecordBuilder
|
static AvroPackageNode.Builder |
newBuilder(AvroPackageNode.Builder other)
Creates a new AvroPackageNode RecordBuilder by copying an existing Builder
|
static AvroPackageNode.Builder |
newBuilder(AvroPackageNode other)
Creates a new AvroPackageNode RecordBuilder by copying an existing AvroPackageNode instance
|
void |
put(int field$,
Object value$) |
public static final org.apache.avro.Schema SCHEMA$
public AvroPackageNode()
public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
getSchema
in class org.apache.avro.specific.SpecificRecordBase
public Object get(int field$)
get
in interface org.apache.avro.generic.IndexedRecord
get
in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$, Object value$)
put
in interface org.apache.avro.generic.IndexedRecord
put
in class org.apache.avro.specific.SpecificRecordBase
public static AvroPackageNode.Builder newBuilder()
public static AvroPackageNode.Builder newBuilder(AvroPackageNode.Builder other)
public static AvroPackageNode.Builder newBuilder(AvroPackageNode other)
Copyright © 2016 The Apache Software Foundation. All rights reserved.