public class JobInfoChange
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
JobInfoChange.Builder
RecordBuilder for JobInfoChange instances.
|
Modifier and Type | Field and Description |
---|---|
CharSequence |
jobid
Deprecated.
|
long |
launchTime
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
long |
submitTime
Deprecated.
|
Constructor and Description |
---|
JobInfoChange() |
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
CharSequence |
getJobid()
Gets the value of the 'jobid' field.
|
Long |
getLaunchTime()
Gets the value of the 'launchTime' field.
|
org.apache.avro.Schema |
getSchema() |
Long |
getSubmitTime()
Gets the value of the 'submitTime' field.
|
static JobInfoChange.Builder |
newBuilder()
Creates a new JobInfoChange RecordBuilder
|
static JobInfoChange.Builder |
newBuilder(JobInfoChange.Builder other)
Creates a new JobInfoChange RecordBuilder by copying an existing Builder
|
static JobInfoChange.Builder |
newBuilder(JobInfoChange other)
Creates a new JobInfoChange RecordBuilder by copying an existing JobInfoChange instance
|
void |
put(int field$,
Object value$) |
void |
setJobid(CharSequence value)
Sets the value of the 'jobid' field.
|
void |
setLaunchTime(Long value)
Sets the value of the 'launchTime' field.
|
void |
setSubmitTime(Long value)
Sets the value of the 'submitTime' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence jobid
@Deprecated public long submitTime
@Deprecated public long launchTime
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 getJobid()
public void setJobid(CharSequence value)
value
- the value to set.public Long getSubmitTime()
public void setSubmitTime(Long value)
value
- the value to set.public Long getLaunchTime()
public void setLaunchTime(Long value)
value
- the value to set.public static JobInfoChange.Builder newBuilder()
public static JobInfoChange.Builder newBuilder(JobInfoChange.Builder other)
public static JobInfoChange.Builder newBuilder(JobInfoChange other)
Copyright © 2013 Apache Software Foundation. All rights reserved.