public class AvroTaskletReport extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
AvroTaskletReport.Builder
RecordBuilder for AvroTaskletReport instances.
|
| Modifier and Type | Field and Description |
|---|---|
AvroReportType |
reportType
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
Object |
taskletReport
Deprecated.
|
| Constructor and Description |
|---|
AvroTaskletReport()
Default constructor.
|
AvroTaskletReport(AvroReportType reportType,
Object taskletReport)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
AvroReportType |
getReportType()
Gets the value of the 'reportType' field.
|
org.apache.avro.Schema |
getSchema() |
Object |
getTaskletReport()
Gets the value of the 'taskletReport' field.
|
static AvroTaskletReport.Builder |
newBuilder()
Creates a new AvroTaskletReport RecordBuilder
|
static AvroTaskletReport.Builder |
newBuilder(AvroTaskletReport.Builder other)
Creates a new AvroTaskletReport RecordBuilder by copying an existing Builder
|
static AvroTaskletReport.Builder |
newBuilder(AvroTaskletReport other)
Creates a new AvroTaskletReport RecordBuilder by copying an existing AvroTaskletReport instance
|
void |
put(int field$,
Object value$) |
void |
setReportType(AvroReportType value)
Sets the value of the 'reportType' field.
|
void |
setTaskletReport(Object value)
Sets the value of the 'taskletReport' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public AvroReportType reportType
@Deprecated public Object taskletReport
public AvroTaskletReport()
newBuilder().public AvroTaskletReport(AvroReportType reportType, Object taskletReport)
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 AvroReportType getReportType()
public void setReportType(AvroReportType value)
value - the value to set.public Object getTaskletReport()
public void setTaskletReport(Object value)
value - the value to set.public static AvroTaskletReport.Builder newBuilder()
public static AvroTaskletReport.Builder newBuilder(AvroTaskletReport.Builder other)
public static AvroTaskletReport.Builder newBuilder(AvroTaskletReport other)
Copyright © 2016 The Apache Software Foundation. All rights reserved.