|
||||||||||
| 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.JobStatusChanged
public class JobStatusChanged
| Nested Class Summary | |
|---|---|
static class |
JobStatusChanged.Builder
RecordBuilder for JobStatusChanged instances. |
| Field Summary | |
|---|---|
CharSequence |
jobid
Deprecated. |
CharSequence |
jobStatus
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
JobStatusChanged()
Default constructor. |
|
JobStatusChanged(CharSequence jobid,
CharSequence jobStatus)
All-args constructor. |
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
static org.apache.avro.Schema |
getClassSchema()
|
CharSequence |
getJobid()
Gets the value of the 'jobid' field. |
CharSequence |
getJobStatus()
Gets the value of the 'jobStatus' field. |
org.apache.avro.Schema |
getSchema()
|
static JobStatusChanged.Builder |
newBuilder()
Creates a new JobStatusChanged RecordBuilder |
static JobStatusChanged.Builder |
newBuilder(JobStatusChanged.Builder other)
Creates a new JobStatusChanged RecordBuilder by copying an existing Builder |
static JobStatusChanged.Builder |
newBuilder(JobStatusChanged other)
Creates a new JobStatusChanged RecordBuilder by copying an existing JobStatusChanged instance |
void |
put(int field$,
Object value$)
|
void |
setJobid(CharSequence value)
Sets the value of the 'jobid' field. |
void |
setJobStatus(CharSequence value)
Sets the value of the 'jobStatus' 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 CharSequence jobStatus
| Constructor Detail |
|---|
public JobStatusChanged()
public JobStatusChanged(CharSequence jobid,
CharSequence jobStatus)
| 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 CharSequence getJobStatus()
public void setJobStatus(CharSequence value)
value - the value to set.public static JobStatusChanged.Builder newBuilder()
public static JobStatusChanged.Builder newBuilder(JobStatusChanged.Builder other)
public static JobStatusChanged.Builder newBuilder(JobStatusChanged other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||