org.apache.hadoop.mapreduce.jobhistory
Class JobInited

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.apache.hadoop.mapreduce.jobhistory.JobInited
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 JobInited
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


Nested Class Summary
static class JobInited.Builder
          RecordBuilder for JobInited instances.
 
Field Summary
 CharSequence jobid
          Deprecated. 
 CharSequence jobStatus
          Deprecated. 
 long launchTime
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 int totalMaps
          Deprecated. 
 int totalReduces
          Deprecated. 
 boolean uberized
          Deprecated. 
 
Constructor Summary
JobInited()
          Default constructor.
JobInited(CharSequence jobid, Long launchTime, Integer totalMaps, Integer totalReduces, CharSequence jobStatus, Boolean uberized)
          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.
 Long getLaunchTime()
          Gets the value of the 'launchTime' field.
 org.apache.avro.Schema getSchema()
           
 Integer getTotalMaps()
          Gets the value of the 'totalMaps' field.
 Integer getTotalReduces()
          Gets the value of the 'totalReduces' field.
 Boolean getUberized()
          Gets the value of the 'uberized' field.
static JobInited.Builder newBuilder()
          Creates a new JobInited RecordBuilder
static JobInited.Builder newBuilder(JobInited.Builder other)
          Creates a new JobInited RecordBuilder by copying an existing Builder
static JobInited.Builder newBuilder(JobInited other)
          Creates a new JobInited RecordBuilder by copying an existing JobInited 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.
 void setLaunchTime(Long value)
          Sets the value of the 'launchTime' field.
 void setTotalMaps(Integer value)
          Sets the value of the 'totalMaps' field.
 void setTotalReduces(Integer value)
          Sets the value of the 'totalReduces' field.
 void setUberized(Boolean value)
          Sets the value of the 'uberized' 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$

jobid

@Deprecated
public CharSequence jobid
Deprecated. 

launchTime

@Deprecated
public long launchTime
Deprecated. 

totalMaps

@Deprecated
public int totalMaps
Deprecated. 

totalReduces

@Deprecated
public int totalReduces
Deprecated. 

jobStatus

@Deprecated
public CharSequence jobStatus
Deprecated. 

uberized

@Deprecated
public boolean uberized
Deprecated. 
Constructor Detail

JobInited

public JobInited()
Default constructor.


JobInited

public JobInited(CharSequence jobid,
                 Long launchTime,
                 Integer totalMaps,
                 Integer totalReduces,
                 CharSequence jobStatus,
                 Boolean uberized)
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

getJobid

public CharSequence getJobid()
Gets the value of the 'jobid' field.


setJobid

public void setJobid(CharSequence value)
Sets the value of the 'jobid' field.

Parameters:
value - the value to set.

getLaunchTime

public Long getLaunchTime()
Gets the value of the 'launchTime' field.


setLaunchTime

public void setLaunchTime(Long value)
Sets the value of the 'launchTime' field.

Parameters:
value - the value to set.

getTotalMaps

public Integer getTotalMaps()
Gets the value of the 'totalMaps' field.


setTotalMaps

public void setTotalMaps(Integer value)
Sets the value of the 'totalMaps' field.

Parameters:
value - the value to set.

getTotalReduces

public Integer getTotalReduces()
Gets the value of the 'totalReduces' field.


setTotalReduces

public void setTotalReduces(Integer value)
Sets the value of the 'totalReduces' field.

Parameters:
value - the value to set.

getJobStatus

public CharSequence getJobStatus()
Gets the value of the 'jobStatus' field.


setJobStatus

public void setJobStatus(CharSequence value)
Sets the value of the 'jobStatus' field.

Parameters:
value - the value to set.

getUberized

public Boolean getUberized()
Gets the value of the 'uberized' field.


setUberized

public void setUberized(Boolean value)
Sets the value of the 'uberized' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.