Package | Description |
---|---|
org.apache.reef.tang.implementation.avro |
Implementation classes that translate between Tang's core API and Avro.
|
Modifier and Type | Method and Description |
---|---|
AvroConstructorArg.Builder |
AvroConstructorArg.Builder.clearFullArgClassName()
Clears the value of the 'fullArgClassName' field
|
AvroConstructorArg.Builder |
AvroConstructorArg.Builder.clearIsInjectionFuture()
Clears the value of the 'isInjectionFuture' field
|
AvroConstructorArg.Builder |
AvroConstructorArg.Builder.clearNamedParameterName()
Clears the value of the 'namedParameterName' field
|
static AvroConstructorArg.Builder |
AvroConstructorArg.newBuilder()
Creates a new AvroConstructorArg RecordBuilder
|
static AvroConstructorArg.Builder |
AvroConstructorArg.newBuilder(AvroConstructorArg.Builder other)
Creates a new AvroConstructorArg RecordBuilder by copying an existing Builder
|
static AvroConstructorArg.Builder |
AvroConstructorArg.newBuilder(AvroConstructorArg other)
Creates a new AvroConstructorArg RecordBuilder by copying an existing AvroConstructorArg instance
|
AvroConstructorArg.Builder |
AvroConstructorArg.Builder.setFullArgClassName(CharSequence value)
Sets the value of the 'fullArgClassName' field
|
AvroConstructorArg.Builder |
AvroConstructorArg.Builder.setIsInjectionFuture(boolean value)
Sets the value of the 'isInjectionFuture' field
|
AvroConstructorArg.Builder |
AvroConstructorArg.Builder.setNamedParameterName(CharSequence value)
Sets the value of the 'namedParameterName' field
|
Modifier and Type | Method and Description |
---|---|
static AvroConstructorArg.Builder |
AvroConstructorArg.newBuilder(AvroConstructorArg.Builder other)
Creates a new AvroConstructorArg RecordBuilder by copying an existing Builder
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.