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 |
---|---|
AvroPackageNode |
AvroNode.packageNode
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvroPackageNode |
AvroPackageNode.Builder.build() |
AvroPackageNode |
AvroNode.getPackageNode()
Gets the value of the 'packageNode' field.
|
AvroPackageNode |
AvroNode.Builder.getPackageNode()
Gets the value of the 'packageNode' field
|
Modifier and Type | Method and Description |
---|---|
static AvroPackageNode.Builder |
AvroPackageNode.newBuilder(AvroPackageNode other)
Creates a new AvroPackageNode RecordBuilder by copying an existing AvroPackageNode instance
|
void |
AvroNode.setPackageNode(AvroPackageNode value)
Sets the value of the 'packageNode' field.
|
AvroNode.Builder |
AvroNode.Builder.setPackageNode(AvroPackageNode value)
Sets the value of the 'packageNode' 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.