public class AvroTaskletExecutionRequest extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
AvroTaskletExecutionRequest.Builder
RecordBuilder for AvroTaskletExecutionRequest instances.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.avro.Schema |
SCHEMA$ |
ByteBuffer |
serializedInput
Deprecated.
|
ByteBuffer |
serializedUserFunction
Deprecated.
|
int |
taskletId
Deprecated.
|
| Constructor and Description |
|---|
AvroTaskletExecutionRequest()
Default constructor.
|
AvroTaskletExecutionRequest(Integer taskletId,
ByteBuffer serializedUserFunction,
ByteBuffer serializedInput)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
org.apache.avro.Schema |
getSchema() |
ByteBuffer |
getSerializedInput()
Gets the value of the 'serializedInput' field.
|
ByteBuffer |
getSerializedUserFunction()
Gets the value of the 'serializedUserFunction' field.
|
Integer |
getTaskletId()
Gets the value of the 'taskletId' field.
|
static AvroTaskletExecutionRequest.Builder |
newBuilder()
Creates a new AvroTaskletExecutionRequest RecordBuilder
|
static AvroTaskletExecutionRequest.Builder |
newBuilder(AvroTaskletExecutionRequest.Builder other)
Creates a new AvroTaskletExecutionRequest RecordBuilder by copying an existing Builder
|
static AvroTaskletExecutionRequest.Builder |
newBuilder(AvroTaskletExecutionRequest other)
Creates a new AvroTaskletExecutionRequest RecordBuilder by copying an existing AvroTaskletExecutionRequest instance
|
void |
put(int field$,
Object value$) |
void |
setSerializedInput(ByteBuffer value)
Sets the value of the 'serializedInput' field.
|
void |
setSerializedUserFunction(ByteBuffer value)
Sets the value of the 'serializedUserFunction' field.
|
void |
setTaskletId(Integer value)
Sets the value of the 'taskletId' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public int taskletId
@Deprecated public ByteBuffer serializedUserFunction
@Deprecated public ByteBuffer serializedInput
public AvroTaskletExecutionRequest()
newBuilder().public AvroTaskletExecutionRequest(Integer taskletId, ByteBuffer serializedUserFunction, ByteBuffer serializedInput)
public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$, Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic Integer getTaskletId()
public void setTaskletId(Integer value)
value - the value to set.public ByteBuffer getSerializedUserFunction()
public void setSerializedUserFunction(ByteBuffer value)
value - the value to set.public ByteBuffer getSerializedInput()
public void setSerializedInput(ByteBuffer value)
value - the value to set.public static AvroTaskletExecutionRequest.Builder newBuilder()
public static AvroTaskletExecutionRequest.Builder newBuilder(AvroTaskletExecutionRequest.Builder other)
public static AvroTaskletExecutionRequest.Builder newBuilder(AvroTaskletExecutionRequest other)
Copyright © 2016 The Apache Software Foundation. All rights reserved.