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

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

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

Methods in org.apache.hadoop.mapreduce.jobhistory that return Event.Builder
 Event.Builder Event.Builder.clearEvent()
          Clears the value of the 'event' field
 Event.Builder Event.Builder.clearType()
          Clears the value of the 'type' field
static Event.Builder Event.newBuilder()
          Creates a new Event RecordBuilder
static Event.Builder Event.newBuilder(Event.Builder other)
          Creates a new Event RecordBuilder by copying an existing Builder
static Event.Builder Event.newBuilder(Event other)
          Creates a new Event RecordBuilder by copying an existing Event instance
 Event.Builder Event.Builder.setEvent(Object value)
          Sets the value of the 'event' field
 Event.Builder Event.Builder.setType(EventType value)
          Sets the value of the 'type' field
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.