org.apache.hadoop.mapreduce.jobhistory
Class TaskStarted

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.apache.hadoop.mapreduce.jobhistory.TaskStarted
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord

public class TaskStarted
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


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

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

taskid

@Deprecated
public CharSequence taskid
Deprecated. 

taskType

@Deprecated
public CharSequence taskType
Deprecated. 

startTime

@Deprecated
public long startTime
Deprecated. 

splitLocations

@Deprecated
public CharSequence splitLocations
Deprecated. 
Constructor Detail

TaskStarted

public TaskStarted()
Default constructor.


TaskStarted

public TaskStarted(CharSequence taskid,
                   CharSequence taskType,
                   Long startTime,
                   CharSequence splitLocations)
All-args constructor.

Method Detail

getClassSchema

public static org.apache.avro.Schema getClassSchema()

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getTaskid

public CharSequence getTaskid()
Gets the value of the 'taskid' field.


setTaskid

public void setTaskid(CharSequence value)
Sets the value of the 'taskid' field.

Parameters:
value - the value to set.

getTaskType

public CharSequence getTaskType()
Gets the value of the 'taskType' field.


setTaskType

public void setTaskType(CharSequence value)
Sets the value of the 'taskType' field.

Parameters:
value - the value to set.

getStartTime

public Long getStartTime()
Gets the value of the 'startTime' field.


setStartTime

public void setStartTime(Long value)
Sets the value of the 'startTime' field.

Parameters:
value - the value to set.

getSplitLocations

public CharSequence getSplitLocations()
Gets the value of the 'splitLocations' field.


setSplitLocations

public void setSplitLocations(CharSequence value)
Sets the value of the 'splitLocations' field.

Parameters:
value - the value to set.

newBuilder

public static TaskStarted.Builder newBuilder()
Creates a new TaskStarted RecordBuilder


newBuilder

public static TaskStarted.Builder newBuilder(TaskStarted.Builder other)
Creates a new TaskStarted RecordBuilder by copying an existing Builder


newBuilder

public static TaskStarted.Builder newBuilder(TaskStarted other)
Creates a new TaskStarted RecordBuilder by copying an existing TaskStarted instance



Copyright © 2014 Apache Software Foundation. All Rights Reserved.