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 | Method and Description |
---|---|
AvroFailedContext |
AvroFailedContext.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static AvroFailedContext.Builder |
AvroFailedContext.newBuilder(AvroFailedContext other)
Creates a new AvroFailedContext RecordBuilder by copying an existing AvroFailedContext instance
|
Modifier and Type | Field and Description |
---|---|
List<AvroFailedContext> |
AvroFailedEvaluator.failedContextList
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<AvroFailedContext> |
AvroFailedEvaluator.getFailedContextList()
Gets the value of the 'failedContextList' field.
|
List<AvroFailedContext> |
AvroFailedEvaluator.Builder.getFailedContextList()
Gets the value of the 'failedContextList' field
|
Modifier and Type | Method and Description |
---|---|
void |
AvroFailedEvaluator.setFailedContextList(List<AvroFailedContext> value)
Sets the value of the 'failedContextList' field.
|
AvroFailedEvaluator.Builder |
AvroFailedEvaluator.Builder.setFailedContextList(List<AvroFailedContext> value)
Sets the value of the 'failedContextList' field
|
Constructor and Description |
---|
AvroFailedEvaluator(CharSequence id,
CharSequence evaluatorException,
List<AvroFailedContext> failedContextList,
AvroFailedTask failedTask)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
static AvroFailedContext |
WatcherAvroUtil.toAvroFailedContext(FailedContext failedContext) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.