public class AvroNodeDescriptor extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
AvroNodeDescriptor.Builder
RecordBuilder for AvroNodeDescriptor instances.
|
Modifier and Type | Field and Description |
---|---|
CharSequence |
id
Deprecated.
|
CharSequence |
inetSocketAddress
Deprecated.
|
CharSequence |
name
Deprecated.
|
AvroRackDescriptor |
rackDescriptor
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
Constructor and Description |
---|
AvroNodeDescriptor()
Default constructor.
|
AvroNodeDescriptor(CharSequence id,
CharSequence name,
CharSequence inetSocketAddress,
AvroRackDescriptor rackDescriptor)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
CharSequence |
getId()
Gets the value of the 'id' field.
|
CharSequence |
getInetSocketAddress()
Gets the value of the 'inetSocketAddress' field.
|
CharSequence |
getName()
Gets the value of the 'name' field.
|
AvroRackDescriptor |
getRackDescriptor()
Gets the value of the 'rackDescriptor' field.
|
org.apache.avro.Schema |
getSchema() |
static AvroNodeDescriptor.Builder |
newBuilder()
Creates a new AvroNodeDescriptor RecordBuilder
|
static AvroNodeDescriptor.Builder |
newBuilder(AvroNodeDescriptor.Builder other)
Creates a new AvroNodeDescriptor RecordBuilder by copying an existing Builder
|
static AvroNodeDescriptor.Builder |
newBuilder(AvroNodeDescriptor other)
Creates a new AvroNodeDescriptor RecordBuilder by copying an existing AvroNodeDescriptor instance
|
void |
put(int field$,
Object value$) |
void |
setId(CharSequence value)
Sets the value of the 'id' field.
|
void |
setInetSocketAddress(CharSequence value)
Sets the value of the 'inetSocketAddress' field.
|
void |
setName(CharSequence value)
Sets the value of the 'name' field.
|
void |
setRackDescriptor(AvroRackDescriptor value)
Sets the value of the 'rackDescriptor' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence id
@Deprecated public CharSequence name
@Deprecated public CharSequence inetSocketAddress
@Deprecated public AvroRackDescriptor rackDescriptor
public AvroNodeDescriptor()
newBuilder()
.public AvroNodeDescriptor(CharSequence id, CharSequence name, CharSequence inetSocketAddress, AvroRackDescriptor rackDescriptor)
public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
getSchema
in class org.apache.avro.specific.SpecificRecordBase
public Object get(int field$)
get
in interface org.apache.avro.generic.IndexedRecord
get
in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$, Object value$)
put
in interface org.apache.avro.generic.IndexedRecord
put
in class org.apache.avro.specific.SpecificRecordBase
public CharSequence getId()
public void setId(CharSequence value)
value
- the value to set.public CharSequence getName()
public void setName(CharSequence value)
value
- the value to set.public CharSequence getInetSocketAddress()
public void setInetSocketAddress(CharSequence value)
value
- the value to set.public AvroRackDescriptor getRackDescriptor()
public void setRackDescriptor(AvroRackDescriptor value)
value
- the value to set.public static AvroNodeDescriptor.Builder newBuilder()
public static AvroNodeDescriptor.Builder newBuilder(AvroNodeDescriptor.Builder other)
public static AvroNodeDescriptor.Builder newBuilder(AvroNodeDescriptor other)
Copyright © 2016 The Apache Software Foundation. All rights reserved.