Package | Description |
---|---|
org.apache.reef.vortex.common.avro |
Modifier and Type | Field and Description |
---|---|
List<AvroTaskletReport> |
AvroWorkerReport.taskletReports
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvroTaskletReport |
AvroTaskletReport.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AvroTaskletReport> |
AvroWorkerReport.getTaskletReports()
Gets the value of the 'taskletReports' field.
|
List<AvroTaskletReport> |
AvroWorkerReport.Builder.getTaskletReports()
Gets the value of the 'taskletReports' field
|
Modifier and Type | Method and Description |
---|---|
static AvroTaskletReport.Builder |
AvroTaskletReport.newBuilder(AvroTaskletReport other)
Creates a new AvroTaskletReport RecordBuilder by copying an existing AvroTaskletReport instance
|
Modifier and Type | Method and Description |
---|---|
void |
AvroWorkerReport.setTaskletReports(List<AvroTaskletReport> value)
Sets the value of the 'taskletReports' field.
|
AvroWorkerReport.Builder |
AvroWorkerReport.Builder.setTaskletReports(List<AvroTaskletReport> value)
Sets the value of the 'taskletReports' field
|
Constructor and Description |
---|
AvroWorkerReport(List<AvroTaskletReport> taskletReports)
All-args constructor.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.