|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.apache.hadoop.mapreduce.jobhistory.JobInfoChange
public class JobInfoChange
| Nested Class Summary | |
|---|---|
static class |
JobInfoChange.Builder
RecordBuilder for JobInfoChange instances. |
| Field Summary | |
|---|---|
CharSequence |
jobid
Deprecated. |
long |
launchTime
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
long |
submitTime
Deprecated. |
| Constructor Summary | |
|---|---|
JobInfoChange()
Default constructor. |
|
JobInfoChange(CharSequence jobid,
Long submitTime,
Long launchTime)
All-args constructor. |
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
static org.apache.avro.Schema |
getClassSchema()
|
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. |
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence jobid
@Deprecated public long submitTime
@Deprecated public long launchTime
| Constructor Detail |
|---|
public JobInfoChange()
public JobInfoChange(CharSequence jobid,
Long submitTime,
Long launchTime)
| Method Detail |
|---|
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.SpecificRecordBase
public void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||