public final class LogEventAvro extends SpecificRecordBase
| Modifier and Type | Class and Description |
|---|---|
static class |
LogEventAvro.Builder
RecordBuilder for Avro instances.
|
| Constructor and Description |
|---|
LogEventAvro()
Default constructor, does not initialize fields to their default values from the schema.
|
| Modifier and Type | Method and Description |
|---|---|
LogEventAvro |
decode(Decoder _decoder)
Reads record from Avro Decoder.
|
void |
encode(Encoder _encoder)
Writes record to Avro Encoder.
|
LogEventAvro |
freeze() |
Object |
get(int field$) |
static Schema |
getClassSchema()
Returns Avro record schema.
|
Schema |
getSchema() |
static LogEventAvro.Builder |
newBuilder()
Creates a new LogEventAvro RecordBuilder.
|
static LogEventAvro.Builder |
newBuilder(LogEventAvro.Builder other)
Creates a new LogEventAvro RecordBuilder by copying an existing LogEventAvro.Builder instance.
|
static LogEventAvro.Builder |
newBuilder(LogEventAvro other)
Creates a new LogEventAvro RecordBuilder by copying an existing LogEventAvro instance.
|
void |
put(int field$,
Object value$) |
public static final Schema SCHEMA$
public LogEventAvro()
public LogEventAvro freeze()
public Schema getSchema()
getSchema in interface GenericContainergetSchema in class SpecificRecordBasepublic Object get(int field$)
get in interface IndexedRecordget in class SpecificRecordBasepublic void encode(Encoder _encoder) throws IOException
IOExceptionpublic void put(int field$,
Object value$)
put in interface IndexedRecordput in class SpecificRecordBasepublic LogEventAvro decode(Decoder _decoder) throws IOException
IOExceptionpublic static LogEventAvro.Builder newBuilder()
public static LogEventAvro.Builder newBuilder(LogEventAvro.Builder other)
public static LogEventAvro.Builder newBuilder(LogEventAvro other)
public static Schema getClassSchema()
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.