org.apache.hadoop.mapreduce.jobhistory
Class JobSubmitted

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


Nested Class Summary
static class JobSubmitted.Builder
          RecordBuilder for JobSubmitted instances.
 
Field Summary
 Map<CharSequence,CharSequence> acls
          Deprecated. 
 CharSequence jobConfPath
          Deprecated. 
 CharSequence jobid
          Deprecated. 
 CharSequence jobName
          Deprecated. 
 CharSequence jobQueueName
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 long submitTime
          Deprecated. 
 CharSequence userName
          Deprecated. 
 CharSequence workflowAdjacencies
          Deprecated. 
 CharSequence workflowId
          Deprecated. 
 CharSequence workflowName
          Deprecated. 
 CharSequence workflowNodeName
          Deprecated. 
 CharSequence workflowTags
          Deprecated. 
 
Constructor Summary
JobSubmitted()
          Default constructor.
JobSubmitted(CharSequence jobid, CharSequence jobName, CharSequence userName, Long submitTime, CharSequence jobConfPath, Map<CharSequence,CharSequence> acls, CharSequence jobQueueName, CharSequence workflowId, CharSequence workflowName, CharSequence workflowNodeName, CharSequence workflowAdjacencies, CharSequence workflowTags)
          All-args constructor.
 
Method Summary
 Object get(int field$)
           
 Map<CharSequence,CharSequence> getAcls()
          Gets the value of the 'acls' field.
static org.apache.avro.Schema getClassSchema()
           
 CharSequence getJobConfPath()
          Gets the value of the 'jobConfPath' field.
 CharSequence getJobid()
          Gets the value of the 'jobid' field.
 CharSequence getJobName()
          Gets the value of the 'jobName' field.
 CharSequence getJobQueueName()
          Gets the value of the 'jobQueueName' field.
 org.apache.avro.Schema getSchema()
           
 Long getSubmitTime()
          Gets the value of the 'submitTime' field.
 CharSequence getUserName()
          Gets the value of the 'userName' field.
 CharSequence getWorkflowAdjacencies()
          Gets the value of the 'workflowAdjacencies' field.
 CharSequence getWorkflowId()
          Gets the value of the 'workflowId' field.
 CharSequence getWorkflowName()
          Gets the value of the 'workflowName' field.
 CharSequence getWorkflowNodeName()
          Gets the value of the 'workflowNodeName' field.
 CharSequence getWorkflowTags()
          Gets the value of the 'workflowTags' field.
static JobSubmitted.Builder newBuilder()
          Creates a new JobSubmitted RecordBuilder
static JobSubmitted.Builder newBuilder(JobSubmitted.Builder other)
          Creates a new JobSubmitted RecordBuilder by copying an existing Builder
static JobSubmitted.Builder newBuilder(JobSubmitted other)
          Creates a new JobSubmitted RecordBuilder by copying an existing JobSubmitted instance
 void put(int field$, Object value$)
           
 void setAcls(Map<CharSequence,CharSequence> value)
          Sets the value of the 'acls' field.
 void setJobConfPath(CharSequence value)
          Sets the value of the 'jobConfPath' field.
 void setJobid(CharSequence value)
          Sets the value of the 'jobid' field.
 void setJobName(CharSequence value)
          Sets the value of the 'jobName' field.
 void setJobQueueName(CharSequence value)
          Sets the value of the 'jobQueueName' field.
 void setSubmitTime(Long value)
          Sets the value of the 'submitTime' field.
 void setUserName(CharSequence value)
          Sets the value of the 'userName' field.
 void setWorkflowAdjacencies(CharSequence value)
          Sets the value of the 'workflowAdjacencies' field.
 void setWorkflowId(CharSequence value)
          Sets the value of the 'workflowId' field.
 void setWorkflowName(CharSequence value)
          Sets the value of the 'workflowName' field.
 void setWorkflowNodeName(CharSequence value)
          Sets the value of the 'workflowNodeName' field.
 void setWorkflowTags(CharSequence value)
          Sets the value of the 'workflowTags' 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. 

jobName

@Deprecated
public CharSequence jobName
Deprecated. 

userName

@Deprecated
public CharSequence userName
Deprecated. 

submitTime

@Deprecated
public long submitTime
Deprecated. 

jobConfPath

@Deprecated
public CharSequence jobConfPath
Deprecated. 

acls

@Deprecated
public Map<CharSequence,CharSequence> acls
Deprecated. 

jobQueueName

@Deprecated
public CharSequence jobQueueName
Deprecated. 

workflowId

@Deprecated
public CharSequence workflowId
Deprecated. 

workflowName

@Deprecated
public CharSequence workflowName
Deprecated. 

workflowNodeName

@Deprecated
public CharSequence workflowNodeName
Deprecated. 

workflowAdjacencies

@Deprecated
public CharSequence workflowAdjacencies
Deprecated. 

workflowTags

@Deprecated
public CharSequence workflowTags
Deprecated. 
Constructor Detail

JobSubmitted

public JobSubmitted()
Default constructor.


JobSubmitted

public JobSubmitted(CharSequence jobid,
                    CharSequence jobName,
                    CharSequence userName,
                    Long submitTime,
                    CharSequence jobConfPath,
                    Map<CharSequence,CharSequence> acls,
                    CharSequence jobQueueName,
                    CharSequence workflowId,
                    CharSequence workflowName,
                    CharSequence workflowNodeName,
                    CharSequence workflowAdjacencies,
                    CharSequence workflowTags)
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.

getJobName

public CharSequence getJobName()
Gets the value of the 'jobName' field.


setJobName

public void setJobName(CharSequence value)
Sets the value of the 'jobName' field.

Parameters:
value - the value to set.

getUserName

public CharSequence getUserName()
Gets the value of the 'userName' field.


setUserName

public void setUserName(CharSequence value)
Sets the value of the 'userName' field.

Parameters:
value - the value to set.

getSubmitTime

public Long getSubmitTime()
Gets the value of the 'submitTime' field.


setSubmitTime

public void setSubmitTime(Long value)
Sets the value of the 'submitTime' field.

Parameters:
value - the value to set.

getJobConfPath

public CharSequence getJobConfPath()
Gets the value of the 'jobConfPath' field.


setJobConfPath

public void setJobConfPath(CharSequence value)
Sets the value of the 'jobConfPath' field.

Parameters:
value - the value to set.

getAcls

public Map<CharSequence,CharSequence> getAcls()
Gets the value of the 'acls' field.


setAcls

public void setAcls(Map<CharSequence,CharSequence> value)
Sets the value of the 'acls' field.

Parameters:
value - the value to set.

getJobQueueName

public CharSequence getJobQueueName()
Gets the value of the 'jobQueueName' field.


setJobQueueName

public void setJobQueueName(CharSequence value)
Sets the value of the 'jobQueueName' field.

Parameters:
value - the value to set.

getWorkflowId

public CharSequence getWorkflowId()
Gets the value of the 'workflowId' field.


setWorkflowId

public void setWorkflowId(CharSequence value)
Sets the value of the 'workflowId' field.

Parameters:
value - the value to set.

getWorkflowName

public CharSequence getWorkflowName()
Gets the value of the 'workflowName' field.


setWorkflowName

public void setWorkflowName(CharSequence value)
Sets the value of the 'workflowName' field.

Parameters:
value - the value to set.

getWorkflowNodeName

public CharSequence getWorkflowNodeName()
Gets the value of the 'workflowNodeName' field.


setWorkflowNodeName

public void setWorkflowNodeName(CharSequence value)
Sets the value of the 'workflowNodeName' field.

Parameters:
value - the value to set.

getWorkflowAdjacencies

public CharSequence getWorkflowAdjacencies()
Gets the value of the 'workflowAdjacencies' field.


setWorkflowAdjacencies

public void setWorkflowAdjacencies(CharSequence value)
Sets the value of the 'workflowAdjacencies' field.

Parameters:
value - the value to set.

getWorkflowTags

public CharSequence getWorkflowTags()
Gets the value of the 'workflowTags' field.


setWorkflowTags

public void setWorkflowTags(CharSequence value)
Sets the value of the 'workflowTags' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.