public class JobSubmitted
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
JobSubmitted.Builder
RecordBuilder for JobSubmitted instances.
|
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
JobSubmitted() |
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
Map<CharSequence,CharSequence> |
getAcls()
Gets the value of the 'acls' field.
|
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.
|
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
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)
Copyright © 2013 Apache Software Foundation. All rights reserved.