public class AvroCompletedTask extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
AvroCompletedTask.Builder
RecordBuilder for AvroCompletedTask instances.
|
Modifier and Type | Field and Description |
---|---|
AvroActiveContext |
activeContext
Deprecated.
|
ByteBuffer |
get
Deprecated.
|
CharSequence |
id
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
Constructor and Description |
---|
AvroCompletedTask()
Default constructor.
|
AvroCompletedTask(CharSequence id,
AvroActiveContext activeContext,
ByteBuffer get)
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() |
ByteBuffer |
getGet()
Gets the value of the 'get' field.
|
CharSequence |
getId()
Gets the value of the 'id' field.
|
org.apache.avro.Schema |
getSchema() |
static AvroCompletedTask.Builder |
newBuilder()
Creates a new AvroCompletedTask RecordBuilder.
|
static AvroCompletedTask.Builder |
newBuilder(AvroCompletedTask.Builder other)
Creates a new AvroCompletedTask RecordBuilder by copying an existing Builder.
|
static AvroCompletedTask.Builder |
newBuilder(AvroCompletedTask other)
Creates a new AvroCompletedTask RecordBuilder by copying an existing AvroCompletedTask instance.
|
void |
put(int field$,
Object value$) |
void |
readExternal(ObjectInput in) |
void |
setActiveContext(AvroActiveContext value)
Sets the value of the 'activeContext' field.
|
void |
setGet(ByteBuffer value)
Sets the value of the 'get' field.
|
void |
setId(CharSequence value)
Sets the value of the 'id' field.
|
void |
writeExternal(ObjectOutput out) |
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence id
@Deprecated public AvroActiveContext activeContext
@Deprecated public ByteBuffer get
public AvroCompletedTask()
newBuilder()
.public AvroCompletedTask(CharSequence id, AvroActiveContext activeContext, ByteBuffer get)
id
- The new value for idactiveContext
- The new value for activeContextget
- The new value for getpublic 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 ByteBuffer getGet()
public void setGet(ByteBuffer value)
value
- the value to set.public static AvroCompletedTask.Builder newBuilder()
public static AvroCompletedTask.Builder newBuilder(AvroCompletedTask.Builder other)
other
- The existing builder to copy.public static AvroCompletedTask.Builder newBuilder(AvroCompletedTask other)
other
- The existing instance to copy.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class org.apache.avro.specific.SpecificRecordBase
IOException
public void readExternal(ObjectInput in) throws IOException
readExternal
in interface Externalizable
readExternal
in class org.apache.avro.specific.SpecificRecordBase
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.