Package | Description |
---|---|
org.apache.reef.webserver |
HTTP Server component to implement a REST API for the Driver or Evaluators.
|
Modifier and Type | Method and Description |
---|---|
AvroEvaluatorsInfo |
AvroEvaluatorsInfo.Builder.build() |
AvroEvaluatorsInfo |
EvaluatorInfoSerializer.toAvro(List<String> ids,
Map<String,EvaluatorDescriptor> evaluators)
Build AvroEvaluatorsInfo object from raw data.
|
AvroEvaluatorsInfo |
AvroEvaluatorInfoSerializer.toAvro(List<String> ids,
Map<String,EvaluatorDescriptor> evaluators)
Create AvroEvaluatorsInfo object.
|
Modifier and Type | Method and Description |
---|---|
static AvroEvaluatorsInfo.Builder |
AvroEvaluatorsInfo.newBuilder(AvroEvaluatorsInfo other)
Creates a new AvroEvaluatorsInfo RecordBuilder by copying an existing AvroEvaluatorsInfo instance
|
String |
EvaluatorInfoSerializer.toString(AvroEvaluatorsInfo avroEvaluatorsInfo)
Convert AvroEvaluatorsInfo object to JSON string.
|
String |
AvroEvaluatorInfoSerializer.toString(AvroEvaluatorsInfo avroEvaluatorsInfo)
Convert AvroEvaluatorsInfo object to JSON string.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.