|
||||||||||
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.JobSubmitted
public class JobSubmitted
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 |
---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence jobid
@Deprecated public CharSequence jobName
@Deprecated public CharSequence userName
@Deprecated public long submitTime
@Deprecated public CharSequence jobConfPath
@Deprecated public Map<CharSequence,CharSequence> acls
@Deprecated public CharSequence jobQueueName
@Deprecated public CharSequence workflowId
@Deprecated public CharSequence workflowName
@Deprecated public CharSequence workflowNodeName
@Deprecated public CharSequence workflowAdjacencies
@Deprecated public CharSequence workflowTags
Constructor Detail |
---|
public 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)
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 getJobid()
public void setJobid(CharSequence value)
value
- the value to set.public CharSequence getJobName()
public void setJobName(CharSequence value)
value
- the value to set.public CharSequence getUserName()
public void setUserName(CharSequence value)
value
- the value to set.public Long getSubmitTime()
public void setSubmitTime(Long value)
value
- the value to set.public CharSequence getJobConfPath()
public void setJobConfPath(CharSequence value)
value
- the value to set.public Map<CharSequence,CharSequence> getAcls()
public void setAcls(Map<CharSequence,CharSequence> value)
value
- the value to set.public CharSequence getJobQueueName()
public void setJobQueueName(CharSequence value)
value
- the value to set.public CharSequence getWorkflowId()
public void setWorkflowId(CharSequence value)
value
- the value to set.public CharSequence getWorkflowName()
public void setWorkflowName(CharSequence value)
value
- the value to set.public CharSequence getWorkflowNodeName()
public void setWorkflowNodeName(CharSequence value)
value
- the value to set.public CharSequence getWorkflowAdjacencies()
public void setWorkflowAdjacencies(CharSequence value)
value
- the value to set.public CharSequence getWorkflowTags()
public void setWorkflowTags(CharSequence value)
value
- the value to set.public static JobSubmitted.Builder newBuilder()
public static JobSubmitted.Builder newBuilder(JobSubmitted.Builder other)
public static JobSubmitted.Builder newBuilder(JobSubmitted other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |