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<AvroConstructorDef> |
AvroClassNode.injectableConstructors
Deprecated.
|
List<AvroConstructorDef> |
AvroClassNode.otherConstructors
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvroConstructorDef |
AvroConstructorDef.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AvroConstructorDef> |
AvroClassNode.getInjectableConstructors()
Gets the value of the 'injectableConstructors' field.
|
List<AvroConstructorDef> |
AvroClassNode.Builder.getInjectableConstructors()
Gets the value of the 'injectableConstructors' field
|
List<AvroConstructorDef> |
AvroClassNode.getOtherConstructors()
Gets the value of the 'otherConstructors' field.
|
List<AvroConstructorDef> |
AvroClassNode.Builder.getOtherConstructors()
Gets the value of the 'otherConstructors' field
|
Modifier and Type | Method and Description |
---|---|
static AvroConstructorDef.Builder |
AvroConstructorDef.newBuilder(AvroConstructorDef other)
Creates a new AvroConstructorDef RecordBuilder by copying an existing AvroConstructorDef instance
|
Modifier and Type | Method and Description |
---|---|
void |
AvroClassNode.setInjectableConstructors(List<AvroConstructorDef> value)
Sets the value of the 'injectableConstructors' field.
|
AvroClassNode.Builder |
AvroClassNode.Builder.setInjectableConstructors(List<AvroConstructorDef> value)
Sets the value of the 'injectableConstructors' field
|
void |
AvroClassNode.setOtherConstructors(List<AvroConstructorDef> value)
Sets the value of the 'otherConstructors' field.
|
AvroClassNode.Builder |
AvroClassNode.Builder.setOtherConstructors(List<AvroConstructorDef> value)
Sets the value of the 'otherConstructors' field
|
Constructor and Description |
---|
AvroClassNode(Boolean isInjectionCandidate,
Boolean isExternalConstructor,
Boolean isUnit,
List<AvroConstructorDef> injectableConstructors,
List<AvroConstructorDef> otherConstructors,
List<CharSequence> implFullNames,
CharSequence defaultImplementation)
All-args constructor.
|
AvroClassNode(Boolean isInjectionCandidate,
Boolean isExternalConstructor,
Boolean isUnit,
List<AvroConstructorDef> injectableConstructors,
List<AvroConstructorDef> otherConstructors,
List<CharSequence> implFullNames,
CharSequence defaultImplementation)
All-args constructor.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.