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 |
---|---|
AvroClassNode |
AvroNode.classNode
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvroClassNode |
AvroClassNode.Builder.build() |
AvroClassNode |
AvroNode.getClassNode()
Gets the value of the 'classNode' field.
|
AvroClassNode |
AvroNode.Builder.getClassNode()
Gets the value of the 'classNode' field
|
Modifier and Type | Method and Description |
---|---|
static AvroClassNode.Builder |
AvroClassNode.newBuilder(AvroClassNode other)
Creates a new AvroClassNode RecordBuilder by copying an existing AvroClassNode instance
|
void |
AvroNode.setClassNode(AvroClassNode value)
Sets the value of the 'classNode' field.
|
AvroNode.Builder |
AvroNode.Builder.setClassNode(AvroClassNode value)
Sets the value of the 'classNode' field
|
Constructor and Description |
---|
AvroNode(CharSequence name,
CharSequence fullName,
AvroClassNode classNode,
AvroNamedParameterNode namedParameterNode,
AvroPackageNode packageNode,
List<AvroNode> children)
All-args constructor.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.