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