Package | Description |
---|---|
org.apache.reef.io.watcher.common | |
org.apache.reef.io.watcher.driver.context | |
org.apache.reef.io.watcher.driver.task | |
org.apache.reef.io.watcher.util |
Utility classes for Watcher.
|
Modifier and Type | Method and Description |
---|---|
AvroFailure |
AvroFailure.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static AvroFailure.Builder |
AvroFailure.newBuilder(AvroFailure other)
Creates a new AvroFailure RecordBuilder by copying an existing AvroFailure instance
|
Modifier and Type | Field and Description |
---|---|
AvroFailure |
AvroFailedContext.failure
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvroFailure |
AvroFailedContext.getFailure()
Gets the value of the 'failure' field.
|
AvroFailure |
AvroFailedContext.Builder.getFailure()
Gets the value of the 'failure' field
|
Modifier and Type | Method and Description |
---|---|
void |
AvroFailedContext.setFailure(AvroFailure value)
Sets the value of the 'failure' field.
|
AvroFailedContext.Builder |
AvroFailedContext.Builder.setFailure(AvroFailure value)
Sets the value of the 'failure' field
|
Constructor and Description |
---|
AvroFailedContext(AvroContextBase base,
AvroActiveContext parentContext,
AvroFailure failure)
All-args constructor.
|
Modifier and Type | Field and Description |
---|---|
AvroFailure |
AvroFailedTask.failure
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvroFailure |
AvroFailedTask.getFailure()
Gets the value of the 'failure' field.
|
AvroFailure |
AvroFailedTask.Builder.getFailure()
Gets the value of the 'failure' field
|
Modifier and Type | Method and Description |
---|---|
void |
AvroFailedTask.setFailure(AvroFailure value)
Sets the value of the 'failure' field.
|
AvroFailedTask.Builder |
AvroFailedTask.Builder.setFailure(AvroFailure value)
Sets the value of the 'failure' field
|
Constructor and Description |
---|
AvroFailedTask(AvroFailure failure,
AvroActiveContext activeContext)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
static AvroFailure |
WatcherAvroUtil.toAvroFailure(Failure failure) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.