|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.mapred.Counters.Counter
@InterfaceAudience.Public @InterfaceStability.Stable public static class Counters.Counter
A counter record, comprising its name and value.
Constructor Summary | |
---|---|
Counters.Counter()
|
Method Summary | |
---|---|
boolean |
contentEquals(Counters.Counter counter)
Deprecated. |
boolean |
equals(Object genericRight)
|
long |
getCounter()
|
String |
getDisplayName()
Get the display name of the counter. |
String |
getName()
|
Counter |
getUnderlyingCounter()
|
long |
getValue()
What is the current value of this counter? |
int |
hashCode()
|
void |
increment(long incr)
Increment this counter by the given value |
String |
makeEscapedCompactString()
Returns the compact stringified version of the counter in the format [(actual-name)(display-name)(value)] |
void |
readFields(DataInput in)
Deserialize the fields of this object from in . |
void |
setDisplayName(String displayName)
Set the display name of the counter |
void |
setValue(long value)
Set this counter by the given value |
void |
write(DataOutput out)
Serialize the fields of this object to out . |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Counters.Counter()
Method Detail |
---|
public void setDisplayName(String displayName)
Counter
setDisplayName
in interface Counter
displayName
- of the counterpublic String getName()
getName
in interface Counter
public String getDisplayName()
Counter
getDisplayName
in interface Counter
public long getValue()
Counter
getValue
in interface Counter
public void setValue(long value)
Counter
setValue
in interface Counter
value
- the value to setpublic void increment(long incr)
Counter
increment
in interface Counter
incr
- the value to increase this counter bypublic void write(DataOutput out) throws IOException
Writable
out
.
write
in interface Writable
out
- DataOuput
to serialize this object into.
IOException
public void readFields(DataInput in) throws IOException
Writable
in
.
For efficiency, implementations should attempt to re-use storage in the existing object where possible.
readFields
in interface Writable
in
- DataInput
to deseriablize this object from.
IOException
public String makeEscapedCompactString()
@Deprecated public boolean contentEquals(Counters.Counter counter)
counter
- to compare
public long getCounter()
public Counter getUnderlyingCounter()
getUnderlyingCounter
in interface Counter
public boolean equals(Object genericRight)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |