public class AvroAllocatedEvaluator extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
AvroAllocatedEvaluator.Builder
RecordBuilder for AvroAllocatedEvaluator instances.
|
Modifier and Type | Field and Description |
---|---|
AvroEvaluatorDescriptor |
evaluatorDescriptor
Deprecated.
|
CharSequence |
id
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
Constructor and Description |
---|
AvroAllocatedEvaluator()
Default constructor.
|
AvroAllocatedEvaluator(CharSequence id,
AvroEvaluatorDescriptor evaluatorDescriptor)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
AvroEvaluatorDescriptor |
getEvaluatorDescriptor()
Gets the value of the 'evaluatorDescriptor' field.
|
CharSequence |
getId()
Gets the value of the 'id' field.
|
org.apache.avro.Schema |
getSchema() |
static AvroAllocatedEvaluator.Builder |
newBuilder()
Creates a new AvroAllocatedEvaluator RecordBuilder
|
static AvroAllocatedEvaluator.Builder |
newBuilder(AvroAllocatedEvaluator.Builder other)
Creates a new AvroAllocatedEvaluator RecordBuilder by copying an existing Builder
|
static AvroAllocatedEvaluator.Builder |
newBuilder(AvroAllocatedEvaluator other)
Creates a new AvroAllocatedEvaluator RecordBuilder by copying an existing AvroAllocatedEvaluator instance
|
void |
put(int field$,
Object value$) |
void |
setEvaluatorDescriptor(AvroEvaluatorDescriptor value)
Sets the value of the 'evaluatorDescriptor' field.
|
void |
setId(CharSequence value)
Sets the value of the 'id' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence id
@Deprecated public AvroEvaluatorDescriptor evaluatorDescriptor
public AvroAllocatedEvaluator()
newBuilder()
.public AvroAllocatedEvaluator(CharSequence id, AvroEvaluatorDescriptor evaluatorDescriptor)
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 AvroEvaluatorDescriptor getEvaluatorDescriptor()
public void setEvaluatorDescriptor(AvroEvaluatorDescriptor value)
value
- the value to set.public static AvroAllocatedEvaluator.Builder newBuilder()
public static AvroAllocatedEvaluator.Builder newBuilder(AvroAllocatedEvaluator.Builder other)
public static AvroAllocatedEvaluator.Builder newBuilder(AvroAllocatedEvaluator other)
Copyright © 2016 The Apache Software Foundation. All rights reserved.