public static class Aggregate.MinMax extends java.lang.Object implements TextSerializable
| Constructor and Description |
|---|
Aggregate.MinMax() |
Aggregate.MinMax(int min,
int max) |
| Modifier and Type | Method and Description |
|---|---|
void |
expand(Aggregate.MinMax value) |
void |
expand(java.lang.Float value) |
void |
expand(int value) |
void |
fromText(Text text)
Retrieve information from the given text.
|
void |
readFields(java.io.DataInput in) |
java.lang.String |
toString() |
Text |
toText(Text text)
Store current object as string in the given text appending text already there.
|
void |
write(java.io.DataOutput out) |
public Aggregate.MinMax()
public Aggregate.MinMax(int min,
int max)
public void write(java.io.DataOutput out)
throws java.io.IOException
java.io.IOExceptionpublic void readFields(java.io.DataInput in)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic Text toText(Text text)
TextSerializabletoText in interface TextSerializablepublic void fromText(Text text)
TextSerializablefromText in interface TextSerializablepublic void expand(Aggregate.MinMax value)
public void expand(int value)
public void expand(java.lang.Float value)