Package | Description |
---|---|
org.apache.reef.io.watcher.driver.context |
Modifier and Type | Method and Description |
---|---|
AvroContextBase.Builder |
AvroContextBase.Builder.clearEvaluatorDescriptor()
Clears the value of the 'evaluatorDescriptor' field
|
AvroContextBase.Builder |
AvroContextBase.Builder.clearEvaluatorId()
Clears the value of the 'evaluatorId' field
|
AvroContextBase.Builder |
AvroContextBase.Builder.clearId()
Clears the value of the 'id' field
|
AvroContextBase.Builder |
AvroContextBase.Builder.clearParentId()
Clears the value of the 'parentId' field
|
static AvroContextBase.Builder |
AvroContextBase.newBuilder()
Creates a new AvroContextBase RecordBuilder
|
static AvroContextBase.Builder |
AvroContextBase.newBuilder(AvroContextBase.Builder other)
Creates a new AvroContextBase RecordBuilder by copying an existing Builder
|
static AvroContextBase.Builder |
AvroContextBase.newBuilder(AvroContextBase other)
Creates a new AvroContextBase RecordBuilder by copying an existing AvroContextBase instance
|
AvroContextBase.Builder |
AvroContextBase.Builder.setEvaluatorDescriptor(AvroEvaluatorDescriptor value)
Sets the value of the 'evaluatorDescriptor' field
|
AvroContextBase.Builder |
AvroContextBase.Builder.setEvaluatorId(CharSequence value)
Sets the value of the 'evaluatorId' field
|
AvroContextBase.Builder |
AvroContextBase.Builder.setId(CharSequence value)
Sets the value of the 'id' field
|
AvroContextBase.Builder |
AvroContextBase.Builder.setParentId(CharSequence value)
Sets the value of the 'parentId' field
|
Modifier and Type | Method and Description |
---|---|
static AvroContextBase.Builder |
AvroContextBase.newBuilder(AvroContextBase.Builder other)
Creates a new AvroContextBase RecordBuilder by copying an existing Builder
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.