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 |
---|---|
AvroConstructorDef.Builder |
AvroConstructorDef.Builder.clearConstructorArgs()
Clears the value of the 'constructorArgs' field
|
AvroConstructorDef.Builder |
AvroConstructorDef.Builder.clearFullClassName()
Clears the value of the 'fullClassName' field
|
static AvroConstructorDef.Builder |
AvroConstructorDef.newBuilder()
Creates a new AvroConstructorDef RecordBuilder
|
static AvroConstructorDef.Builder |
AvroConstructorDef.newBuilder(AvroConstructorDef.Builder other)
Creates a new AvroConstructorDef RecordBuilder by copying an existing Builder
|
static AvroConstructorDef.Builder |
AvroConstructorDef.newBuilder(AvroConstructorDef other)
Creates a new AvroConstructorDef RecordBuilder by copying an existing AvroConstructorDef instance
|
AvroConstructorDef.Builder |
AvroConstructorDef.Builder.setConstructorArgs(List<AvroConstructorArg> value)
Sets the value of the 'constructorArgs' field
|
AvroConstructorDef.Builder |
AvroConstructorDef.Builder.setFullClassName(CharSequence value)
Sets the value of the 'fullClassName' field
|
Modifier and Type | Method and Description |
---|---|
static AvroConstructorDef.Builder |
AvroConstructorDef.newBuilder(AvroConstructorDef.Builder other)
Creates a new AvroConstructorDef RecordBuilder by copying an existing Builder
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.