Uses of Class
org.apache.hadoop.mapreduce.jobhistory.AMStarted.Builder

Packages that use AMStarted.Builder
org.apache.hadoop.mapreduce.jobhistory   
 

Uses of AMStarted.Builder in org.apache.hadoop.mapreduce.jobhistory
 

Methods in org.apache.hadoop.mapreduce.jobhistory that return AMStarted.Builder
 AMStarted.Builder AMStarted.Builder.clearApplicationAttemptId()
          Clears the value of the 'applicationAttemptId' field
 AMStarted.Builder AMStarted.Builder.clearContainerId()
          Clears the value of the 'containerId' field
 AMStarted.Builder AMStarted.Builder.clearNodeManagerHost()
          Clears the value of the 'nodeManagerHost' field
 AMStarted.Builder AMStarted.Builder.clearNodeManagerHttpPort()
          Clears the value of the 'nodeManagerHttpPort' field
 AMStarted.Builder AMStarted.Builder.clearNodeManagerPort()
          Clears the value of the 'nodeManagerPort' field
 AMStarted.Builder AMStarted.Builder.clearStartTime()
          Clears the value of the 'startTime' field
static AMStarted.Builder AMStarted.newBuilder()
          Creates a new AMStarted RecordBuilder
static AMStarted.Builder AMStarted.newBuilder(AMStarted.Builder other)
          Creates a new AMStarted RecordBuilder by copying an existing Builder
static AMStarted.Builder AMStarted.newBuilder(AMStarted other)
          Creates a new AMStarted RecordBuilder by copying an existing AMStarted instance
 AMStarted.Builder AMStarted.Builder.setApplicationAttemptId(CharSequence value)
          Sets the value of the 'applicationAttemptId' field
 AMStarted.Builder AMStarted.Builder.setContainerId(CharSequence value)
          Sets the value of the 'containerId' field
 AMStarted.Builder AMStarted.Builder.setNodeManagerHost(CharSequence value)
          Sets the value of the 'nodeManagerHost' field
 AMStarted.Builder AMStarted.Builder.setNodeManagerHttpPort(int value)
          Sets the value of the 'nodeManagerHttpPort' field
 AMStarted.Builder AMStarted.Builder.setNodeManagerPort(int value)
          Sets the value of the 'nodeManagerPort' field
 AMStarted.Builder AMStarted.Builder.setStartTime(long value)
          Sets the value of the 'startTime' field
 

Methods in org.apache.hadoop.mapreduce.jobhistory with parameters of type AMStarted.Builder
static AMStarted.Builder AMStarted.newBuilder(AMStarted.Builder other)
          Creates a new AMStarted RecordBuilder by copying an existing Builder
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.