| Package | Description |
|---|---|
| org.locationtech.geowave.cli.osm.types.avro |
| Modifier and Type | Field and Description |
|---|---|
List<AvroRelationMember> |
AvroRelation.members
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AvroRelationMember |
AvroRelationMember.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<AvroRelationMember> |
AvroRelation.getMembers()
Gets the value of the 'members' field.
|
List<AvroRelationMember> |
AvroRelation.Builder.getMembers()
Gets the value of the 'members' field
|
| Modifier and Type | Method and Description |
|---|---|
static AvroRelationMember.Builder |
AvroRelationMember.newBuilder(AvroRelationMember other)
Creates a new AvroRelationMember RecordBuilder by copying an existing AvroRelationMember instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
AvroRelation.setMembers(List<AvroRelationMember> value)
Sets the value of the 'members' field.
|
AvroRelation.Builder |
AvroRelation.Builder.setMembers(List<AvroRelationMember> value)
Sets the value of the 'members' field
|
| Constructor and Description |
|---|
AvroRelation(AvroPrimitive common,
List<AvroRelationMember> members)
All-args constructor.
|
Copyright © 2013–2019. All rights reserved.