public static class AvroTaskletFailureReport.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroTaskletFailureReport> implements org.apache.avro.data.RecordBuilder<AvroTaskletFailureReport>
Modifier and Type | Method and Description |
---|---|
AvroTaskletFailureReport |
build() |
AvroTaskletFailureReport.Builder |
clearSerializedException()
Clears the value of the 'serializedException' field
|
AvroTaskletFailureReport.Builder |
clearTaskletId()
Clears the value of the 'taskletId' field
|
ByteBuffer |
getSerializedException()
Gets the value of the 'serializedException' field
|
Integer |
getTaskletId()
Gets the value of the 'taskletId' field
|
boolean |
hasSerializedException()
Checks whether the 'serializedException' field has been set
|
boolean |
hasTaskletId()
Checks whether the 'taskletId' field has been set
|
AvroTaskletFailureReport.Builder |
setSerializedException(ByteBuffer value)
Sets the value of the 'serializedException' field
|
AvroTaskletFailureReport.Builder |
setTaskletId(int value)
Sets the value of the 'taskletId' field
|
public Integer getTaskletId()
public AvroTaskletFailureReport.Builder setTaskletId(int value)
public boolean hasTaskletId()
public AvroTaskletFailureReport.Builder clearTaskletId()
public ByteBuffer getSerializedException()
public AvroTaskletFailureReport.Builder setSerializedException(ByteBuffer value)
public boolean hasSerializedException()
public AvroTaskletFailureReport.Builder clearSerializedException()
public AvroTaskletFailureReport build()
build
in interface org.apache.avro.data.RecordBuilder<AvroTaskletFailureReport>
Copyright © 2016 The Apache Software Foundation. All rights reserved.