Package | Description |
---|---|
org.spf4j.test.avro |
Modifier and Type | Field and Description |
---|---|
List<SamplePair> |
SampleNode.subNodes
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SamplePair |
SamplePair.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SamplePair> |
SampleNode.getSubNodes()
Gets the value of the 'subNodes' field.
|
List<SamplePair> |
SampleNode.Builder.getSubNodes()
Gets the value of the 'subNodes' field.
|
Modifier and Type | Method and Description |
---|---|
static SamplePair.Builder |
SamplePair.newBuilder(SamplePair other)
Creates a new SamplePair RecordBuilder by copying an existing SamplePair instance.
|
Modifier and Type | Method and Description |
---|---|
void |
SampleNode.setSubNodes(List<SamplePair> value)
Sets the value of the 'subNodes' field.
|
SampleNode.Builder |
SampleNode.Builder.setSubNodes(List<SamplePair> value)
Sets the value of the 'subNodes' field.
|
Constructor and Description |
---|
SampleNode(Integer count,
List<SamplePair> subNodes)
All-args constructor.
|
Copyright © 2018 SPF4J. All rights reserved.