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 |
---|---|
AvroNode.Builder |
AvroNode.Builder.clearChildren()
Clears the value of the 'children' field
|
AvroNode.Builder |
AvroNode.Builder.clearClassNode()
Clears the value of the 'classNode' field
|
AvroNode.Builder |
AvroNode.Builder.clearFullName()
Clears the value of the 'fullName' field
|
AvroNode.Builder |
AvroNode.Builder.clearName()
Clears the value of the 'name' field
|
AvroNode.Builder |
AvroNode.Builder.clearNamedParameterNode()
Clears the value of the 'namedParameterNode' field
|
AvroNode.Builder |
AvroNode.Builder.clearPackageNode()
Clears the value of the 'packageNode' field
|
static AvroNode.Builder |
AvroNode.newBuilder()
Creates a new AvroNode RecordBuilder
|
static AvroNode.Builder |
AvroNode.newBuilder(AvroNode.Builder other)
Creates a new AvroNode RecordBuilder by copying an existing Builder
|
static AvroNode.Builder |
AvroNode.newBuilder(AvroNode other)
Creates a new AvroNode RecordBuilder by copying an existing AvroNode instance
|
AvroNode.Builder |
AvroNode.Builder.setChildren(List<AvroNode> value)
Sets the value of the 'children' field
|
AvroNode.Builder |
AvroNode.Builder.setClassNode(AvroClassNode value)
Sets the value of the 'classNode' field
|
AvroNode.Builder |
AvroNode.Builder.setFullName(CharSequence value)
Sets the value of the 'fullName' field
|
AvroNode.Builder |
AvroNode.Builder.setName(CharSequence value)
Sets the value of the 'name' field
|
AvroNode.Builder |
AvroNode.Builder.setNamedParameterNode(AvroNamedParameterNode value)
Sets the value of the 'namedParameterNode' field
|
AvroNode.Builder |
AvroNode.Builder.setPackageNode(AvroPackageNode value)
Sets the value of the 'packageNode' field
|
Modifier and Type | Method and Description |
---|---|
static AvroNode.Builder |
AvroNode.newBuilder(AvroNode.Builder other)
Creates a new AvroNode RecordBuilder by copying an existing Builder
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.