org.apache.hadoop.mapreduce.jobhistory
Class JhCounter

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.apache.hadoop.mapreduce.jobhistory.JhCounter
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 JhCounter
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


Nested Class Summary
static class JhCounter.Builder
          RecordBuilder for JhCounter instances.
 
Field Summary
 CharSequence displayName
          Deprecated. 
 CharSequence name
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 long value
          Deprecated. 
 
Constructor Summary
JhCounter()
          Default constructor.
JhCounter(CharSequence name, CharSequence displayName, Long value)
          All-args constructor.
 
Method Summary
 Object get(int field$)
           
static org.apache.avro.Schema getClassSchema()
           
 CharSequence getDisplayName()
          Gets the value of the 'displayName' field.
 CharSequence getName()
          Gets the value of the 'name' field.
 org.apache.avro.Schema getSchema()
           
 Long getValue()
          Gets the value of the 'value' field.
static JhCounter.Builder newBuilder()
          Creates a new JhCounter RecordBuilder
static JhCounter.Builder newBuilder(JhCounter.Builder other)
          Creates a new JhCounter RecordBuilder by copying an existing Builder
static JhCounter.Builder newBuilder(JhCounter other)
          Creates a new JhCounter RecordBuilder by copying an existing JhCounter instance
 void put(int field$, Object value$)
           
 void setDisplayName(CharSequence value)
          Sets the value of the 'displayName' field.
 void setName(CharSequence value)
          Sets the value of the 'name' field.
 void setValue(Long value)
          Sets the value of the 'value' 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$

name

@Deprecated
public CharSequence name
Deprecated. 

displayName

@Deprecated
public CharSequence displayName
Deprecated. 

value

@Deprecated
public long value
Deprecated. 
Constructor Detail

JhCounter

public JhCounter()
Default constructor.


JhCounter

public JhCounter(CharSequence name,
                 CharSequence displayName,
                 Long value)
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

getName

public CharSequence getName()
Gets the value of the 'name' field.


setName

public void setName(CharSequence value)
Sets the value of the 'name' field.

Parameters:
value - the value to set.

getDisplayName

public CharSequence getDisplayName()
Gets the value of the 'displayName' field.


setDisplayName

public void setDisplayName(CharSequence value)
Sets the value of the 'displayName' field.

Parameters:
value - the value to set.

getValue

public Long getValue()
Gets the value of the 'value' field.


setValue

public void setValue(Long value)
Sets the value of the 'value' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2013 Apache Software Foundation. All Rights Reserved.