public class ObjectArrayWritable extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
ObjectArrayWritable() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
get() |
void |
readFields(DataInput in) |
void |
set(Object[] values) |
String |
toString() |
void |
write(DataOutput out) |
public void set(Object[] values)
public Object[] get()
public void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2016–2018 The Apache Software Foundation. All rights reserved.