org.apache.hadoop.mapreduce.jobhistory
Class JobQueueChange

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.apache.hadoop.mapreduce.jobhistory.JobQueueChange
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord

public class JobQueueChange
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


Nested Class Summary
static class JobQueueChange.Builder
          RecordBuilder for JobQueueChange instances.
 
Field Summary
 CharSequence jobid
          Deprecated. 
 CharSequence jobQueueName
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 
Constructor Summary
JobQueueChange()
          Default constructor.
JobQueueChange(CharSequence jobid, CharSequence jobQueueName)
          All-args constructor.
 
Method Summary
 Object get(int field$)
           
static org.apache.avro.Schema getClassSchema()
           
 CharSequence getJobid()
          Gets the value of the 'jobid' field.
 CharSequence getJobQueueName()
          Gets the value of the 'jobQueueName' field.
 org.apache.avro.Schema getSchema()
           
static JobQueueChange.Builder newBuilder()
          Creates a new JobQueueChange RecordBuilder
static JobQueueChange.Builder newBuilder(JobQueueChange.Builder other)
          Creates a new JobQueueChange RecordBuilder by copying an existing Builder
static JobQueueChange.Builder newBuilder(JobQueueChange other)
          Creates a new JobQueueChange RecordBuilder by copying an existing JobQueueChange instance
 void put(int field$, Object value$)
           
 void setJobid(CharSequence value)
          Sets the value of the 'jobid' field.
 void setJobQueueName(CharSequence value)
          Sets the value of the 'jobQueueName' 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

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

jobid

@Deprecated
public CharSequence jobid
Deprecated. 

jobQueueName

@Deprecated
public CharSequence jobQueueName
Deprecated. 
Constructor Detail

JobQueueChange

public JobQueueChange()
Default constructor.


JobQueueChange

public JobQueueChange(CharSequence jobid,
                      CharSequence jobQueueName)
All-args constructor.

Method Detail

getClassSchema

public static org.apache.avro.Schema getClassSchema()

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getJobid

public CharSequence getJobid()
Gets the value of the 'jobid' field.


setJobid

public void setJobid(CharSequence value)
Sets the value of the 'jobid' field.

Parameters:
value - the value to set.

getJobQueueName

public CharSequence getJobQueueName()
Gets the value of the 'jobQueueName' field.


setJobQueueName

public void setJobQueueName(CharSequence value)
Sets the value of the 'jobQueueName' field.

Parameters:
value - the value to set.

newBuilder

public static JobQueueChange.Builder newBuilder()
Creates a new JobQueueChange RecordBuilder


newBuilder

public static JobQueueChange.Builder newBuilder(JobQueueChange.Builder other)
Creates a new JobQueueChange RecordBuilder by copying an existing Builder


newBuilder

public static JobQueueChange.Builder newBuilder(JobQueueChange other)
Creates a new JobQueueChange RecordBuilder by copying an existing JobQueueChange instance



Copyright © 2014 Apache Software Foundation. All Rights Reserved.