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 |
---|---|
AvroEvaluatorList |
AvroEvaluatorList.Builder.build() |
AvroEvaluatorList |
EvaluatorListSerializer.toAvro(Map<String,EvaluatorDescriptor> evaluatorMap,
int totalEvaluators,
String startTime)
Build AvroEvaluatorList object.
|
AvroEvaluatorList |
AvroEvaluatorListSerializer.toAvro(Map<String,EvaluatorDescriptor> evaluatorMap,
int totalEvaluators,
String startTime)
Build AvroEvaluatorList object.
|
Modifier and Type | Method and Description |
---|---|
static AvroEvaluatorList.Builder |
AvroEvaluatorList.newBuilder(AvroEvaluatorList other)
Creates a new AvroEvaluatorList RecordBuilder by copying an existing AvroEvaluatorList instance
|
String |
EvaluatorListSerializer.toString(AvroEvaluatorList avroEvaluatorList)
Convert AvroEvaluatorList to JSon string.
|
String |
AvroEvaluatorListSerializer.toString(AvroEvaluatorList avroEvaluatorList)
Convert AvroEvaluatorList to JSON string.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.