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<AvroReefServiceInfo> |
AvroDriverInfo.services
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvroReefServiceInfo |
AvroReefServiceInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AvroReefServiceInfo> |
AvroDriverInfo.getServices()
Gets the value of the 'services' field.
|
List<AvroReefServiceInfo> |
AvroDriverInfo.Builder.getServices()
Gets the value of the 'services' field.
|
List<AvroReefServiceInfo> |
ReefEventStateManager.getServicesInfo() |
Modifier and Type | Method and Description |
---|---|
static AvroReefServiceInfo.Builder |
AvroReefServiceInfo.newBuilder(AvroReefServiceInfo other)
Creates a new AvroReefServiceInfo RecordBuilder by copying an existing AvroReefServiceInfo instance.
|
void |
ReefEventStateManager.registerServiceInfo(AvroReefServiceInfo serviceInfo) |
Modifier and Type | Method and Description |
---|---|
void |
AvroDriverInfo.setServices(List<AvroReefServiceInfo> value)
Sets the value of the 'services' field.
|
AvroDriverInfo.Builder |
AvroDriverInfo.Builder.setServices(List<AvroReefServiceInfo> value)
Sets the value of the 'services' field.
|
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.
|
Constructor and Description |
---|
AvroDriverInfo(CharSequence remoteId,
CharSequence startTime,
List<AvroReefServiceInfo> services)
All-args constructor.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.