Package | Description |
---|---|
org.apache.reef.webserver |
HTTP Server component to implement a REST API for the Driver or Evaluators.
|
Modifier and Type | Field and Description |
---|---|
List<AvroEvaluatorEntry> |
AvroEvaluatorList.evaluators
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvroEvaluatorEntry |
AvroEvaluatorEntry.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AvroEvaluatorEntry> |
AvroEvaluatorList.getEvaluators()
Gets the value of the 'evaluators' field.
|
List<AvroEvaluatorEntry> |
AvroEvaluatorList.Builder.getEvaluators()
Gets the value of the 'evaluators' field
|
Modifier and Type | Method and Description |
---|---|
static AvroEvaluatorEntry.Builder |
AvroEvaluatorEntry.newBuilder(AvroEvaluatorEntry other)
Creates a new AvroEvaluatorEntry RecordBuilder by copying an existing AvroEvaluatorEntry instance
|
Modifier and Type | Method and Description |
---|---|
void |
AvroEvaluatorList.setEvaluators(List<AvroEvaluatorEntry> value)
Sets the value of the 'evaluators' field.
|
AvroEvaluatorList.Builder |
AvroEvaluatorList.Builder.setEvaluators(List<AvroEvaluatorEntry> value)
Sets the value of the 'evaluators' field
|
Constructor and Description |
---|
AvroEvaluatorList(List<AvroEvaluatorEntry> evaluators,
Integer total,
CharSequence startTime)
All-args constructor.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.