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