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 |
---|---|
AvroDriverInfo |
AvroDriverInfo.Builder.build() |
AvroDriverInfo |
DriverInfoSerializer.toAvro(String id,
String startTime,
List<AvroReefServiceInfo> services)
Build AvroDriverInfo object from raw data.
|
AvroDriverInfo |
AvroDriverInfoSerializer.toAvro(String id,
String startTime,
List<AvroReefServiceInfo> services)
Build AvroDriverInfo object.
|
Modifier and Type | Method and Description |
---|---|
static AvroDriverInfo.Builder |
AvroDriverInfo.newBuilder(AvroDriverInfo other)
Creates a new AvroDriverInfo RecordBuilder by copying an existing AvroDriverInfo instance
|
String |
DriverInfoSerializer.toString(AvroDriverInfo avroDriverInfo)
Convert AvroDriverInfo object to JSon string.
|
String |
AvroDriverInfoSerializer.toString(AvroDriverInfo avroDriverInfo)
Convert AvroDriverInfo object to JSON string.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.