public static class Range.Output extends Object implements Writable, Comparable<Range.Output>
| Modifier and Type | Field and Description |
|---|---|
Range.Mapping |
begin |
static Range.Output |
BEGIN |
static Range.Output |
DIRECT |
Range.Mapping |
end |
static Range.Output |
END |
static Range.Output |
NONE |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Range.Output ro) |
static Range.Output |
create(Range.Mapping begin,
Range.Mapping end) |
Range.Output |
invert() |
static Range.Output |
lookup(Range.Output r) |
Range |
map(Range r) |
static Range.Output |
read(DataInput in,
Model m) |
void |
readFields(DataInput in,
Model m)
Deserialize the fields of this object from
in. |
void |
write(DataOutput out)
Serialize the fields of this object to
out. |
public static Range.Output NONE
public static Range.Output DIRECT
public static Range.Output BEGIN
public static Range.Output END
public Range.Mapping begin
public Range.Mapping end
public Range.Output invert()
public static Range.Output create(Range.Mapping begin, Range.Mapping end)
public static Range.Output lookup(Range.Output r)
public int compareTo(Range.Output ro)
compareTo in interface Comparable<Range.Output>public void write(DataOutput out) throws IOException
Writableout.write in interface Writableout - DataOuput to serialize this object into.IOExceptionpublic static Range.Output read(DataInput in, Model m) throws IOException
IOExceptionpublic void readFields(DataInput in, Model m) throws IOException
Writablein.
For efficiency, implementations should attempt to re-use storage in the existing object where possible.
readFields in interface Writablein - DataInput to deseriablize this object from.IOExceptionCopyright © 2018. All rights reserved.