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.Builder |
AvroDriverInfo.Builder.clearRemoteId()
Clears the value of the 'remoteId' field
|
AvroDriverInfo.Builder |
AvroDriverInfo.Builder.clearServices()
Clears the value of the 'services' field
|
AvroDriverInfo.Builder |
AvroDriverInfo.Builder.clearStartTime()
Clears the value of the 'startTime' field
|
static AvroDriverInfo.Builder |
AvroDriverInfo.newBuilder()
Creates a new AvroDriverInfo RecordBuilder
|
static AvroDriverInfo.Builder |
AvroDriverInfo.newBuilder(AvroDriverInfo.Builder other)
Creates a new AvroDriverInfo RecordBuilder by copying an existing Builder
|
static AvroDriverInfo.Builder |
AvroDriverInfo.newBuilder(AvroDriverInfo other)
Creates a new AvroDriverInfo RecordBuilder by copying an existing AvroDriverInfo instance
|
AvroDriverInfo.Builder |
AvroDriverInfo.Builder.setRemoteId(CharSequence value)
Sets the value of the 'remoteId' field
|
AvroDriverInfo.Builder |
AvroDriverInfo.Builder.setServices(List<AvroReefServiceInfo> value)
Sets the value of the 'services' field
|
AvroDriverInfo.Builder |
AvroDriverInfo.Builder.setStartTime(CharSequence value)
Sets the value of the 'startTime' field
|
Modifier and Type | Method and Description |
---|---|
static AvroDriverInfo.Builder |
AvroDriverInfo.newBuilder(AvroDriverInfo.Builder other)
Creates a new AvroDriverInfo RecordBuilder by copying an existing Builder
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.