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.IOException
public void readFields(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
public Text toText(Text text)
TextSerializable
toText
in interface TextSerializable
public void fromText(Text text)
TextSerializable
fromText
in interface TextSerializable
public void expand(Aggregate.MinMax value)
public void expand(int value)
public void expand(java.lang.Float value)