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