|
||||||||||
| 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.AMStarted
public class AMStarted
| Nested Class Summary | |
|---|---|
static class |
AMStarted.Builder
RecordBuilder for AMStarted instances. |
| Field Summary | |
|---|---|
CharSequence |
applicationAttemptId
Deprecated. |
CharSequence |
containerId
Deprecated. |
CharSequence |
nodeManagerHost
Deprecated. |
int |
nodeManagerHttpPort
Deprecated. |
int |
nodeManagerPort
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
long |
startTime
Deprecated. |
| Constructor Summary | |
|---|---|
AMStarted()
Default constructor. |
|
AMStarted(CharSequence applicationAttemptId,
Long startTime,
CharSequence containerId,
CharSequence nodeManagerHost,
Integer nodeManagerPort,
Integer nodeManagerHttpPort)
All-args constructor. |
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
CharSequence |
getApplicationAttemptId()
Gets the value of the 'applicationAttemptId' field. |
static org.apache.avro.Schema |
getClassSchema()
|
CharSequence |
getContainerId()
Gets the value of the 'containerId' field. |
CharSequence |
getNodeManagerHost()
Gets the value of the 'nodeManagerHost' field. |
Integer |
getNodeManagerHttpPort()
Gets the value of the 'nodeManagerHttpPort' field. |
Integer |
getNodeManagerPort()
Gets the value of the 'nodeManagerPort' field. |
org.apache.avro.Schema |
getSchema()
|
Long |
getStartTime()
Gets the value of the 'startTime' field. |
static AMStarted.Builder |
newBuilder()
Creates a new AMStarted RecordBuilder |
static AMStarted.Builder |
newBuilder(AMStarted.Builder other)
Creates a new AMStarted RecordBuilder by copying an existing Builder |
static AMStarted.Builder |
newBuilder(AMStarted other)
Creates a new AMStarted RecordBuilder by copying an existing AMStarted instance |
void |
put(int field$,
Object value$)
|
void |
setApplicationAttemptId(CharSequence value)
Sets the value of the 'applicationAttemptId' field. |
void |
setContainerId(CharSequence value)
Sets the value of the 'containerId' field. |
void |
setNodeManagerHost(CharSequence value)
Sets the value of the 'nodeManagerHost' field. |
void |
setNodeManagerHttpPort(Integer value)
Sets the value of the 'nodeManagerHttpPort' field. |
void |
setNodeManagerPort(Integer value)
Sets the value of the 'nodeManagerPort' field. |
void |
setStartTime(Long value)
Sets the value of the 'startTime' 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 applicationAttemptId
@Deprecated public long startTime
@Deprecated public CharSequence containerId
@Deprecated public CharSequence nodeManagerHost
@Deprecated public int nodeManagerPort
@Deprecated public int nodeManagerHttpPort
| Constructor Detail |
|---|
public AMStarted()
public AMStarted(CharSequence applicationAttemptId,
Long startTime,
CharSequence containerId,
CharSequence nodeManagerHost,
Integer nodeManagerPort,
Integer nodeManagerHttpPort)
| Method Detail |
|---|
public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic CharSequence getApplicationAttemptId()
public void setApplicationAttemptId(CharSequence value)
value - the value to set.public Long getStartTime()
public void setStartTime(Long value)
value - the value to set.public CharSequence getContainerId()
public void setContainerId(CharSequence value)
value - the value to set.public CharSequence getNodeManagerHost()
public void setNodeManagerHost(CharSequence value)
value - the value to set.public Integer getNodeManagerPort()
public void setNodeManagerPort(Integer value)
value - the value to set.public Integer getNodeManagerHttpPort()
public void setNodeManagerHttpPort(Integer value)
value - the value to set.public static AMStarted.Builder newBuilder()
public static AMStarted.Builder newBuilder(AMStarted.Builder other)
public static AMStarted.Builder newBuilder(AMStarted other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||