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<AvroEvaluatorInfo> |
AvroEvaluatorsInfo.evaluatorsInfo
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvroEvaluatorInfo |
AvroEvaluatorInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AvroEvaluatorInfo> |
AvroEvaluatorsInfo.getEvaluatorsInfo()
Gets the value of the 'evaluatorsInfo' field.
|
List<AvroEvaluatorInfo> |
AvroEvaluatorsInfo.Builder.getEvaluatorsInfo()
Gets the value of the 'evaluatorsInfo' field.
|
Modifier and Type | Method and Description |
---|---|
static AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.newBuilder(AvroEvaluatorInfo other)
Creates a new AvroEvaluatorInfo RecordBuilder by copying an existing AvroEvaluatorInfo instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AvroEvaluatorsInfo.setEvaluatorsInfo(List<AvroEvaluatorInfo> value)
Sets the value of the 'evaluatorsInfo' field.
|
AvroEvaluatorsInfo.Builder |
AvroEvaluatorsInfo.Builder.setEvaluatorsInfo(List<AvroEvaluatorInfo> value)
Sets the value of the 'evaluatorsInfo' field.
|
Constructor and Description |
---|
AvroEvaluatorsInfo(List<AvroEvaluatorInfo> evaluatorsInfo)
All-args constructor.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.