| Package | Description |
|---|---|
| org.apache.reef.io.watcher.driver.context | |
| org.apache.reef.io.watcher.driver.evaluator | |
| org.apache.reef.io.watcher.util |
Utility classes for Watcher.
|
| Modifier and Type | Field and Description |
|---|---|
AvroEvaluatorDescriptor |
AvroContextBase.evaluatorDescriptor
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AvroEvaluatorDescriptor |
AvroContextBase.getEvaluatorDescriptor()
Gets the value of the 'evaluatorDescriptor' field.
|
AvroEvaluatorDescriptor |
AvroContextBase.Builder.getEvaluatorDescriptor()
Gets the value of the 'evaluatorDescriptor' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AvroContextBase.setEvaluatorDescriptor(AvroEvaluatorDescriptor value)
Sets the value of the 'evaluatorDescriptor' field.
|
AvroContextBase.Builder |
AvroContextBase.Builder.setEvaluatorDescriptor(AvroEvaluatorDescriptor value)
Sets the value of the 'evaluatorDescriptor' field.
|
| Constructor and Description |
|---|
AvroContextBase(CharSequence id,
CharSequence evaluatorId,
CharSequence parentId,
AvroEvaluatorDescriptor evaluatorDescriptor)
All-args constructor.
|
| Modifier and Type | Field and Description |
|---|---|
AvroEvaluatorDescriptor |
AvroAllocatedEvaluator.evaluatorDescriptor
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AvroEvaluatorDescriptor |
AvroEvaluatorDescriptor.Builder.build() |
AvroEvaluatorDescriptor |
AvroAllocatedEvaluator.getEvaluatorDescriptor()
Gets the value of the 'evaluatorDescriptor' field.
|
AvroEvaluatorDescriptor |
AvroAllocatedEvaluator.Builder.getEvaluatorDescriptor()
Gets the value of the 'evaluatorDescriptor' field.
|
| Modifier and Type | Method and Description |
|---|---|
static AvroEvaluatorDescriptor.Builder |
AvroEvaluatorDescriptor.newBuilder(AvroEvaluatorDescriptor other)
Creates a new AvroEvaluatorDescriptor RecordBuilder by copying an existing AvroEvaluatorDescriptor instance.
|
void |
AvroAllocatedEvaluator.setEvaluatorDescriptor(AvroEvaluatorDescriptor value)
Sets the value of the 'evaluatorDescriptor' field.
|
AvroAllocatedEvaluator.Builder |
AvroAllocatedEvaluator.Builder.setEvaluatorDescriptor(AvroEvaluatorDescriptor value)
Sets the value of the 'evaluatorDescriptor' field.
|
| Constructor and Description |
|---|
AvroAllocatedEvaluator(CharSequence id,
AvroEvaluatorDescriptor evaluatorDescriptor)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static AvroEvaluatorDescriptor |
WatcherAvroUtil.toAvroEvaluatorDescriptor(EvaluatorDescriptor evaluatorDescriptor) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.