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