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