Package | Description |
---|---|
org.apache.reef.tang.implementation.avro |
Implementation classes that translate between Tang's core API and Avro.
|
Modifier and Type | Field and Description |
---|---|
List<AvroConstructorArg> |
AvroConstructorDef.constructorArgs
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvroConstructorArg |
AvroConstructorArg.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AvroConstructorArg> |
AvroConstructorDef.getConstructorArgs()
Gets the value of the 'constructorArgs' field.
|
List<AvroConstructorArg> |
AvroConstructorDef.Builder.getConstructorArgs()
Gets the value of the 'constructorArgs' field
|
Modifier and Type | Method and Description |
---|---|
static AvroConstructorArg.Builder |
AvroConstructorArg.newBuilder(AvroConstructorArg other)
Creates a new AvroConstructorArg RecordBuilder by copying an existing AvroConstructorArg instance
|
Modifier and Type | Method and Description |
---|---|
void |
AvroConstructorDef.setConstructorArgs(List<AvroConstructorArg> value)
Sets the value of the 'constructorArgs' field.
|
AvroConstructorDef.Builder |
AvroConstructorDef.Builder.setConstructorArgs(List<AvroConstructorArg> value)
Sets the value of the 'constructorArgs' field
|
Constructor and Description |
---|
AvroConstructorDef(CharSequence fullClassName,
List<AvroConstructorArg> constructorArgs)
All-args constructor.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.