public class WritableSlot extends Object implements org.apache.hadoop.io.Writable
SortableSlot| Constructor and Description |
|---|
WritableSlot() |
| Modifier and Type | Method and Description |
|---|---|
void |
loadTo(org.apache.hadoop.io.Writable data)
Loads the contents in this object into the target object.
|
void |
readFields(DataInput in) |
void |
store(org.apache.hadoop.io.Writable data)
Stores the copy of the target object.
|
void |
write(DataOutput out) |
public void store(org.apache.hadoop.io.Writable data)
throws IOException
data - the target objectIOException - if failed to store the objectpublic void loadTo(org.apache.hadoop.io.Writable data)
throws IOException
data - the target objectIOException - if failed to load the contentspublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.