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 |
---|---|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.clearEvaluatorId()
Clears the value of the 'evaluatorId' field
|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.clearInternetAddress()
Clears the value of the 'internetAddress' field
|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.clearMemory()
Clears the value of the 'memory' field
|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.clearNodeId()
Clears the value of the 'nodeId' field
|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.clearNodeName()
Clears the value of the 'nodeName' field
|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.clearRuntimeName()
Clears the value of the 'runtimeName' field
|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.clearType()
Clears the value of the 'type' field
|
static AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.newBuilder()
Creates a new AvroEvaluatorInfo RecordBuilder
|
static AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.newBuilder(AvroEvaluatorInfo.Builder other)
Creates a new AvroEvaluatorInfo RecordBuilder by copying an existing Builder
|
static AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.newBuilder(AvroEvaluatorInfo other)
Creates a new AvroEvaluatorInfo RecordBuilder by copying an existing AvroEvaluatorInfo instance
|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.setEvaluatorId(CharSequence value)
Sets the value of the 'evaluatorId' field
|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.setInternetAddress(CharSequence value)
Sets the value of the 'internetAddress' field
|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.setMemory(int value)
Sets the value of the 'memory' field
|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.setNodeId(CharSequence value)
Sets the value of the 'nodeId' field
|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.setNodeName(CharSequence value)
Sets the value of the 'nodeName' field
|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.setRuntimeName(CharSequence value)
Sets the value of the 'runtimeName' field
|
AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.Builder.setType(CharSequence value)
Sets the value of the 'type' field
|
Modifier and Type | Method and Description |
---|---|
static AvroEvaluatorInfo.Builder |
AvroEvaluatorInfo.newBuilder(AvroEvaluatorInfo.Builder other)
Creates a new AvroEvaluatorInfo RecordBuilder by copying an existing Builder
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.