Package | Description |
---|---|
org.apache.reef.io.watcher.driver.evaluator | |
org.apache.reef.io.watcher.util |
Utility classes for Watcher.
|
Modifier and Type | Field and Description |
---|---|
AvroEvaluatorProcess |
AvroEvaluatorDescriptor.process
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvroEvaluatorProcess |
AvroEvaluatorProcess.Builder.build() |
AvroEvaluatorProcess |
AvroEvaluatorDescriptor.getProcess()
Gets the value of the 'process' field.
|
AvroEvaluatorProcess |
AvroEvaluatorDescriptor.Builder.getProcess()
Gets the value of the 'process' field
|
Modifier and Type | Method and Description |
---|---|
static AvroEvaluatorProcess.Builder |
AvroEvaluatorProcess.newBuilder(AvroEvaluatorProcess other)
Creates a new AvroEvaluatorProcess RecordBuilder by copying an existing AvroEvaluatorProcess instance
|
void |
AvroEvaluatorDescriptor.setProcess(AvroEvaluatorProcess value)
Sets the value of the 'process' field.
|
AvroEvaluatorDescriptor.Builder |
AvroEvaluatorDescriptor.Builder.setProcess(AvroEvaluatorProcess value)
Sets the value of the 'process' field
|
Constructor and Description |
---|
AvroEvaluatorDescriptor(AvroNodeDescriptor nodeDescriptor,
AvroEvaluatorProcess process,
Integer memory,
Integer numberOfCores)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
static AvroEvaluatorProcess |
WatcherAvroUtil.toAvroEvaluatorProcess(EvaluatorProcess evaluatorProcess) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.