Package | Description |
---|---|
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 | Field and Description |
---|---|
AvroActiveContext |
AvroFailedContext.parentContext
Deprecated.
|
AvroActiveContext |
AvroClosedContext.parentContext
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvroActiveContext |
AvroActiveContext.Builder.build() |
AvroActiveContext |
AvroFailedContext.getParentContext()
Gets the value of the 'parentContext' field.
|
AvroActiveContext |
AvroFailedContext.Builder.getParentContext()
Gets the value of the 'parentContext' field
|
AvroActiveContext |
AvroClosedContext.getParentContext()
Gets the value of the 'parentContext' field.
|
AvroActiveContext |
AvroClosedContext.Builder.getParentContext()
Gets the value of the 'parentContext' field
|
Modifier and Type | Method and Description |
---|---|
static AvroActiveContext.Builder |
AvroActiveContext.newBuilder(AvroActiveContext other)
Creates a new AvroActiveContext RecordBuilder by copying an existing AvroActiveContext instance
|
void |
AvroFailedContext.setParentContext(AvroActiveContext value)
Sets the value of the 'parentContext' field.
|
AvroFailedContext.Builder |
AvroFailedContext.Builder.setParentContext(AvroActiveContext value)
Sets the value of the 'parentContext' field
|
void |
AvroClosedContext.setParentContext(AvroActiveContext value)
Sets the value of the 'parentContext' field.
|
AvroClosedContext.Builder |
AvroClosedContext.Builder.setParentContext(AvroActiveContext value)
Sets the value of the 'parentContext' field
|
Constructor and Description |
---|
AvroClosedContext(AvroContextBase base,
AvroActiveContext parentContext)
All-args constructor.
|
AvroFailedContext(AvroContextBase base,
AvroActiveContext parentContext,
AvroFailure failure)
All-args constructor.
|
Modifier and Type | Field and Description |
---|---|
AvroActiveContext |
AvroSuspendedTask.activeContext
Deprecated.
|
AvroActiveContext |
AvroRunningTask.activeContext
Deprecated.
|
AvroActiveContext |
AvroFailedTask.activeContext
Deprecated.
|
AvroActiveContext |
AvroCompletedTask.activeContext
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvroActiveContext |
AvroSuspendedTask.getActiveContext()
Gets the value of the 'activeContext' field.
|
AvroActiveContext |
AvroSuspendedTask.Builder.getActiveContext()
Gets the value of the 'activeContext' field
|
AvroActiveContext |
AvroRunningTask.getActiveContext()
Gets the value of the 'activeContext' field.
|
AvroActiveContext |
AvroRunningTask.Builder.getActiveContext()
Gets the value of the 'activeContext' field
|
AvroActiveContext |
AvroFailedTask.getActiveContext()
Gets the value of the 'activeContext' field.
|
AvroActiveContext |
AvroFailedTask.Builder.getActiveContext()
Gets the value of the 'activeContext' field
|
AvroActiveContext |
AvroCompletedTask.getActiveContext()
Gets the value of the 'activeContext' field.
|
AvroActiveContext |
AvroCompletedTask.Builder.getActiveContext()
Gets the value of the 'activeContext' field
|
Modifier and Type | Method and Description |
---|---|
void |
AvroSuspendedTask.setActiveContext(AvroActiveContext value)
Sets the value of the 'activeContext' field.
|
AvroSuspendedTask.Builder |
AvroSuspendedTask.Builder.setActiveContext(AvroActiveContext value)
Sets the value of the 'activeContext' field
|
void |
AvroRunningTask.setActiveContext(AvroActiveContext value)
Sets the value of the 'activeContext' field.
|
AvroRunningTask.Builder |
AvroRunningTask.Builder.setActiveContext(AvroActiveContext value)
Sets the value of the 'activeContext' field
|
void |
AvroFailedTask.setActiveContext(AvroActiveContext value)
Sets the value of the 'activeContext' field.
|
AvroFailedTask.Builder |
AvroFailedTask.Builder.setActiveContext(AvroActiveContext value)
Sets the value of the 'activeContext' field
|
void |
AvroCompletedTask.setActiveContext(AvroActiveContext value)
Sets the value of the 'activeContext' field.
|
AvroCompletedTask.Builder |
AvroCompletedTask.Builder.setActiveContext(AvroActiveContext value)
Sets the value of the 'activeContext' field
|
Constructor and Description |
---|
AvroCompletedTask(CharSequence id,
AvroActiveContext activeContext,
ByteBuffer get)
All-args constructor.
|
AvroFailedTask(AvroFailure failure,
AvroActiveContext activeContext)
All-args constructor.
|
AvroRunningTask(CharSequence id,
AvroActiveContext activeContext)
All-args constructor.
|
AvroSuspendedTask(CharSequence id,
AvroActiveContext activeContext,
ByteBuffer get)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
static AvroActiveContext |
WatcherAvroUtil.toAvroActiveContext(ActiveContext activeContext) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.