public class AvroLongArray
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
AvroLongArray.Builder
RecordBuilder for AvroLongArray instances.
|
| Modifier and Type | Field and Description |
|---|---|
List<Long> |
ids
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
AvroLongArray()
Default constructor.
|
AvroLongArray(List<Long> ids)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
List<Long> |
getIds()
Gets the value of the 'ids' field.
|
org.apache.avro.Schema |
getSchema() |
static AvroLongArray.Builder |
newBuilder()
Creates a new AvroLongArray RecordBuilder
|
static AvroLongArray.Builder |
newBuilder(AvroLongArray.Builder other)
Creates a new AvroLongArray RecordBuilder by copying an existing Builder
|
static AvroLongArray.Builder |
newBuilder(AvroLongArray other)
Creates a new AvroLongArray RecordBuilder by copying an existing AvroLongArray instance
|
void |
put(int field$,
Object value$) |
void |
setIds(List<Long> value)
Sets the value of the 'ids' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public List<Long> ids
public AvroLongArray()
newBuilder().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.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic void setIds(List<Long> value)
value - the value to set.public static AvroLongArray.Builder newBuilder()
public static AvroLongArray.Builder newBuilder(AvroLongArray.Builder other)
public static AvroLongArray.Builder newBuilder(AvroLongArray other)
Copyright © 2013–2019. All rights reserved.