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 |
---|---|
AvroEvaluatorEntry.Builder |
AvroEvaluatorEntry.Builder.clearId()
Clears the value of the 'id' field
|
AvroEvaluatorEntry.Builder |
AvroEvaluatorEntry.Builder.clearName()
Clears the value of the 'name' field
|
static AvroEvaluatorEntry.Builder |
AvroEvaluatorEntry.newBuilder()
Creates a new AvroEvaluatorEntry RecordBuilder
|
static AvroEvaluatorEntry.Builder |
AvroEvaluatorEntry.newBuilder(AvroEvaluatorEntry.Builder other)
Creates a new AvroEvaluatorEntry RecordBuilder by copying an existing Builder
|
static AvroEvaluatorEntry.Builder |
AvroEvaluatorEntry.newBuilder(AvroEvaluatorEntry other)
Creates a new AvroEvaluatorEntry RecordBuilder by copying an existing AvroEvaluatorEntry instance
|
AvroEvaluatorEntry.Builder |
AvroEvaluatorEntry.Builder.setId(CharSequence value)
Sets the value of the 'id' field
|
AvroEvaluatorEntry.Builder |
AvroEvaluatorEntry.Builder.setName(CharSequence value)
Sets the value of the 'name' field
|
Modifier and Type | Method and Description |
---|---|
static AvroEvaluatorEntry.Builder |
AvroEvaluatorEntry.newBuilder(AvroEvaluatorEntry.Builder other)
Creates a new AvroEvaluatorEntry RecordBuilder by copying an existing Builder
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.