public class AvroSuspendedTask extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
AvroSuspendedTask.Builder
RecordBuilder for AvroSuspendedTask 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 |
---|
AvroSuspendedTask()
Default constructor.
|
AvroSuspendedTask(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 AvroSuspendedTask.Builder |
newBuilder()
Creates a new AvroSuspendedTask RecordBuilder
|
static AvroSuspendedTask.Builder |
newBuilder(AvroSuspendedTask.Builder other)
Creates a new AvroSuspendedTask RecordBuilder by copying an existing Builder
|
static AvroSuspendedTask.Builder |
newBuilder(AvroSuspendedTask other)
Creates a new AvroSuspendedTask RecordBuilder by copying an existing AvroSuspendedTask instance
|
void |
put(int field$,
Object value$) |
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.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence id
@Deprecated public AvroActiveContext activeContext
@Deprecated public ByteBuffer get
public AvroSuspendedTask()
newBuilder()
.public AvroSuspendedTask(CharSequence id, AvroActiveContext activeContext, ByteBuffer get)
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 ByteBuffer getGet()
public void setGet(ByteBuffer value)
value
- the value to set.public static AvroSuspendedTask.Builder newBuilder()
public static AvroSuspendedTask.Builder newBuilder(AvroSuspendedTask.Builder other)
public static AvroSuspendedTask.Builder newBuilder(AvroSuspendedTask other)
Copyright © 2016 The Apache Software Foundation. All rights reserved.